33 writes to Response
Azure.Core (1)
Pipeline\HttpClientTransport.cs (1)
132message.Response = new PipelineResponse(message.Request.ClientRequestId, responseMessage, contentStream);
Azure.Core.TestFramework (4)
MockTransport.cs (2)
87message.Response = await RequestGate.WaitForRelease(request); 91message.Response = _responseFactory(message);
PlaybackTransport.cs (2)
59message.Response = GetResponse(_session.Lookup(requestEntry, _matcher, _sanitizer)); 92message.Response = GetResponse(_session.Lookup(requestEntry, _matcher, _sanitizer));
Azure.Core.Tests (9)
HttpPipelineMessageTest.cs (5)
30message.Response = responseMock.Object; 44message.Response = response; 60message.Response = response; 75message.Response = response; 92message.Response = response;
RecordSessionTests.cs (2)
482message.Response = new MockResponse(200); 505message.Response = new MockResponse(200);
ResponseClassifierTests.cs (1)
22httpMessage.Response = new MockResponse(code);
Shared\Multipart\MemoryTransport.cs (1)
29message.Response = new MemoryResponse();
Azure.Data.Tables (1)
Shared\Core\MemoryTransport.cs (1)
29message.Response = new MemoryResponse();
Azure.Storage.Blobs.Batch (1)
BatchPipelineTransport.cs (1)
48message.Response = new MemoryResponse();
Azure.Storage.Blobs.Batch.Samples.Tests (1)
Shared\TestExceptionPolicy.cs (1)
87message.Response = new MockResponse(
Azure.Storage.Blobs.Batch.Tests (1)
Shared\TestExceptionPolicy.cs (1)
87message.Response = new MockResponse(
Azure.Storage.Blobs.ChangeFeed.Samples.Tests (1)
Shared\TestExceptionPolicy.cs (1)
87message.Response = new MockResponse(
Azure.Storage.Blobs.ChangeFeed.Tests (1)
Shared\TestExceptionPolicy.cs (1)
87message.Response = new MockResponse(
Azure.Storage.Blobs.Samples.Tests (1)
Shared\TestExceptionPolicy.cs (1)
87message.Response = new MockResponse(
Azure.Storage.Blobs.Tests (1)
Shared\TestExceptionPolicy.cs (1)
87message.Response = new MockResponse(
Azure.Storage.Common.Samples.Tests (1)
Shared\TestExceptionPolicy.cs (1)
87message.Response = new MockResponse(
Azure.Storage.Common.Tests (4)
GeoRedundantReadPolicyTests.cs (1)
87Response = new MockResponse(Constants.HttpStatusCode.NotFound)
Shared\TestExceptionPolicy.cs (1)
87message.Response = new MockResponse(
StorageResponseClassifierTests.cs (2)
90httpMessage.Response = new MockResponse(409); 106Response = response
Azure.Storage.Files.DataLake.Samples.Tests (1)
Shared\TestExceptionPolicy.cs (1)
87message.Response = new MockResponse(
Azure.Storage.Files.DataLake.Tests (1)
Shared\TestExceptionPolicy.cs (1)
87message.Response = new MockResponse(
Azure.Storage.Files.Shares.Samples.Tests (1)
Shared\TestExceptionPolicy.cs (1)
87message.Response = new MockResponse(
Azure.Storage.Files.Shares.Tests (1)
Shared\TestExceptionPolicy.cs (1)
87message.Response = new MockResponse(
Azure.Storage.Queues.Samples.Tests (1)
Shared\TestExceptionPolicy.cs (1)
87message.Response = new MockResponse(
Azure.Storage.Queues.Tests (1)
Shared\TestExceptionPolicy.cs (1)
87message.Response = new MockResponse(
24869 references to Response
Azure.AI.AnomalyDetector (88)
Generated\AnomalyDetectorRestClient.cs (86)
74switch (message.Response.Status) 79using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 81return Response.FromValue(value, message.Response); 84throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 101switch (message.Response.Status) 106using var document = JsonDocument.Parse(message.Response.ContentStream); 108return Response.FromValue(value, message.Response); 111throw _clientDiagnostics.CreateRequestFailedException(message.Response); 146switch (message.Response.Status) 151using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 153return Response.FromValue(value, message.Response); 156throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 173switch (message.Response.Status) 178using var document = JsonDocument.Parse(message.Response.ContentStream); 180return Response.FromValue(value, message.Response); 183throw _clientDiagnostics.CreateRequestFailedException(message.Response); 218switch (message.Response.Status) 223using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 225return Response.FromValue(value, message.Response); 228throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 245switch (message.Response.Status) 250using var document = JsonDocument.Parse(message.Response.ContentStream); 252return Response.FromValue(value, message.Response); 255throw _clientDiagnostics.CreateRequestFailedException(message.Response); 290var headers = new AnomalyDetectorTrainMultivariateModelHeaders(message.Response); 291switch (message.Response.Status) 294return ResponseWithHeaders.FromValue(headers, message.Response); 296throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 313var headers = new AnomalyDetectorTrainMultivariateModelHeaders(message.Response); 314switch (message.Response.Status) 317return ResponseWithHeaders.FromValue(headers, message.Response); 319throw _clientDiagnostics.CreateRequestFailedException(message.Response); 345switch (message.Response.Status) 350using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 352return Response.FromValue(value, message.Response); 355throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 366switch (message.Response.Status) 371using var document = JsonDocument.Parse(message.Response.ContentStream); 373return Response.FromValue(value, message.Response); 376throw _clientDiagnostics.CreateRequestFailedException(message.Response); 402switch (message.Response.Status) 405return message.Response; 407throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 418switch (message.Response.Status) 421return message.Response; 423throw _clientDiagnostics.CreateRequestFailedException(message.Response); 461var headers = new AnomalyDetectorDetectAnomalyHeaders(message.Response); 462switch (message.Response.Status) 465return ResponseWithHeaders.FromValue(headers, message.Response); 467throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 485var headers = new AnomalyDetectorDetectAnomalyHeaders(message.Response); 486switch (message.Response.Status) 489return ResponseWithHeaders.FromValue(headers, message.Response); 491throw _clientDiagnostics.CreateRequestFailedException(message.Response); 517switch (message.Response.Status) 522using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 524return Response.FromValue(value, message.Response); 527throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 538switch (message.Response.Status) 543using var document = JsonDocument.Parse(message.Response.ContentStream); 545return Response.FromValue(value, message.Response); 548throw _clientDiagnostics.CreateRequestFailedException(message.Response); 575var headers = new AnomalyDetectorExportModelHeaders(message.Response); 576switch (message.Response.Status) 581return ResponseWithHeaders.FromValue(value, headers, message.Response); 584throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 595var headers = new AnomalyDetectorExportModelHeaders(message.Response); 596switch (message.Response.Status) 601return ResponseWithHeaders.FromValue(value, headers, message.Response); 604throw _clientDiagnostics.CreateRequestFailedException(message.Response); 638switch (message.Response.Status) 643using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 645return Response.FromValue(value, message.Response); 648throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 660switch (message.Response.Status) 665using var document = JsonDocument.Parse(message.Response.ContentStream); 667return Response.FromValue(value, message.Response); 670throw _clientDiagnostics.CreateRequestFailedException(message.Response); 703switch (message.Response.Status) 708using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 710return Response.FromValue(value, message.Response); 713throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 732switch (message.Response.Status) 737using var document = JsonDocument.Parse(message.Response.ContentStream); 739return Response.FromValue(value, message.Response); 742throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Shared\AutoRest\OperationInternals.cs (2)
184return message.Response; 206return message.Response;
Azure.AI.FormRecognizer (226)
Generated\FormRecognizerRestClient.cs (224)
83var headers = new FormRecognizerTrainCustomModelAsyncHeaders(message.Response); 84switch (message.Response.Status) 87return ResponseWithHeaders.FromValue(headers, message.Response); 89throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 106var headers = new FormRecognizerTrainCustomModelAsyncHeaders(message.Response); 107switch (message.Response.Status) 110return ResponseWithHeaders.FromValue(headers, message.Response); 112throw _clientDiagnostics.CreateRequestFailedException(message.Response); 144switch (message.Response.Status) 149using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 151return Response.FromValue(value, message.Response); 154throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 166switch (message.Response.Status) 171using var document = JsonDocument.Parse(message.Response.ContentStream); 173return Response.FromValue(value, message.Response); 176throw _clientDiagnostics.CreateRequestFailedException(message.Response); 203switch (message.Response.Status) 206return message.Response; 208throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 219switch (message.Response.Status) 222return message.Response; 224throw _clientDiagnostics.CreateRequestFailedException(message.Response); 269var headers = new FormRecognizerAnalyzeWithCustomModelHeaders(message.Response); 270switch (message.Response.Status) 273return ResponseWithHeaders.FromValue(headers, message.Response); 275throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 290var headers = new FormRecognizerAnalyzeWithCustomModelHeaders(message.Response); 291switch (message.Response.Status) 294return ResponseWithHeaders.FromValue(headers, message.Response); 296throw _clientDiagnostics.CreateRequestFailedException(message.Response); 342var headers = new FormRecognizerAnalyzeWithCustomModelHeaders(message.Response); 343switch (message.Response.Status) 346return ResponseWithHeaders.FromValue(headers, message.Response); 348throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 362var headers = new FormRecognizerAnalyzeWithCustomModelHeaders(message.Response); 363switch (message.Response.Status) 366return ResponseWithHeaders.FromValue(headers, message.Response); 368throw _clientDiagnostics.CreateRequestFailedException(message.Response); 398switch (message.Response.Status) 403using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 405return Response.FromValue(value, message.Response); 408throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 420switch (message.Response.Status) 425using var document = JsonDocument.Parse(message.Response.ContentStream); 427return Response.FromValue(value, message.Response); 430throw _clientDiagnostics.CreateRequestFailedException(message.Response); 469var headers = new FormRecognizerCopyCustomModelHeaders(message.Response); 470switch (message.Response.Status) 473return ResponseWithHeaders.FromValue(headers, message.Response); 475throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 493var headers = new FormRecognizerCopyCustomModelHeaders(message.Response); 494switch (message.Response.Status) 497return ResponseWithHeaders.FromValue(headers, message.Response); 499throw _clientDiagnostics.CreateRequestFailedException(message.Response); 529switch (message.Response.Status) 534using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 536return Response.FromValue(value, message.Response); 539throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 551switch (message.Response.Status) 556using var document = JsonDocument.Parse(message.Response.ContentStream); 558return Response.FromValue(value, message.Response); 561throw _clientDiagnostics.CreateRequestFailedException(message.Response); 586var headers = new FormRecognizerGenerateModelCopyAuthorizationHeaders(message.Response); 587switch (message.Response.Status) 592using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 594return ResponseWithHeaders.FromValue(value, headers, message.Response); 597throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 607var headers = new FormRecognizerGenerateModelCopyAuthorizationHeaders(message.Response); 608switch (message.Response.Status) 613using var document = JsonDocument.Parse(message.Response.ContentStream); 615return ResponseWithHeaders.FromValue(value, headers, message.Response); 618throw _clientDiagnostics.CreateRequestFailedException(message.Response); 660var headers = new FormRecognizerComposeCustomModelsAsyncHeaders(message.Response); 661switch (message.Response.Status) 664return ResponseWithHeaders.FromValue(headers, message.Response); 666throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 689var headers = new FormRecognizerComposeCustomModelsAsyncHeaders(message.Response); 690switch (message.Response.Status) 693return ResponseWithHeaders.FromValue(headers, message.Response); 695throw _clientDiagnostics.CreateRequestFailedException(message.Response); 742var headers = new FormRecognizerAnalyzeBusinessCardAsyncHeaders(message.Response); 743switch (message.Response.Status) 746return ResponseWithHeaders.FromValue(headers, message.Response); 748throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 763var headers = new FormRecognizerAnalyzeBusinessCardAsyncHeaders(message.Response); 764switch (message.Response.Status) 767return ResponseWithHeaders.FromValue(headers, message.Response); 769throw _clientDiagnostics.CreateRequestFailedException(message.Response); 817var headers = new FormRecognizerAnalyzeBusinessCardAsyncHeaders(message.Response); 818switch (message.Response.Status) 821return ResponseWithHeaders.FromValue(headers, message.Response); 823throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 837var headers = new FormRecognizerAnalyzeBusinessCardAsyncHeaders(message.Response); 838switch (message.Response.Status) 841return ResponseWithHeaders.FromValue(headers, message.Response); 843throw _clientDiagnostics.CreateRequestFailedException(message.Response); 870switch (message.Response.Status) 875using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 877return Response.FromValue(value, message.Response); 880throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 891switch (message.Response.Status) 896using var document = JsonDocument.Parse(message.Response.ContentStream); 898return Response.FromValue(value, message.Response); 901throw _clientDiagnostics.CreateRequestFailedException(message.Response); 948var headers = new FormRecognizerAnalyzeInvoiceAsyncHeaders(message.Response); 949switch (message.Response.Status) 952return ResponseWithHeaders.FromValue(headers, message.Response); 954throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 969var headers = new FormRecognizerAnalyzeInvoiceAsyncHeaders(message.Response); 970switch (message.Response.Status) 973return ResponseWithHeaders.FromValue(headers, message.Response); 975throw _clientDiagnostics.CreateRequestFailedException(message.Response); 1023var headers = new FormRecognizerAnalyzeInvoiceAsyncHeaders(message.Response); 1024switch (message.Response.Status) 1027return ResponseWithHeaders.FromValue(headers, message.Response); 1029throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 1043var headers = new FormRecognizerAnalyzeInvoiceAsyncHeaders(message.Response); 1044switch (message.Response.Status) 1047return ResponseWithHeaders.FromValue(headers, message.Response); 1049throw _clientDiagnostics.CreateRequestFailedException(message.Response); 1076switch (message.Response.Status) 1081using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 1083return Response.FromValue(value, message.Response); 1086throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 1097switch (message.Response.Status) 1102using var document = JsonDocument.Parse(message.Response.ContentStream); 1104return Response.FromValue(value, message.Response); 1107throw _clientDiagnostics.CreateRequestFailedException(message.Response); 1149var headers = new FormRecognizerAnalyzeIdDocumentAsyncHeaders(message.Response); 1150switch (message.Response.Status) 1153return ResponseWithHeaders.FromValue(headers, message.Response); 1155throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 1169var headers = new FormRecognizerAnalyzeIdDocumentAsyncHeaders(message.Response); 1170switch (message.Response.Status) 1173return ResponseWithHeaders.FromValue(headers, message.Response); 1175throw _clientDiagnostics.CreateRequestFailedException(message.Response); 1218var headers = new FormRecognizerAnalyzeIdDocumentAsyncHeaders(message.Response); 1219switch (message.Response.Status) 1222return ResponseWithHeaders.FromValue(headers, message.Response); 1224throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 1237var headers = new FormRecognizerAnalyzeIdDocumentAsyncHeaders(message.Response); 1238switch (message.Response.Status) 1241return ResponseWithHeaders.FromValue(headers, message.Response); 1243throw _clientDiagnostics.CreateRequestFailedException(message.Response); 1270switch (message.Response.Status) 1275using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 1277return Response.FromValue(value, message.Response); 1280throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 1291switch (message.Response.Status) 1296using var document = JsonDocument.Parse(message.Response.ContentStream); 1298return Response.FromValue(value, message.Response); 1301throw _clientDiagnostics.CreateRequestFailedException(message.Response); 1348var headers = new FormRecognizerAnalyzeReceiptAsyncHeaders(message.Response); 1349switch (message.Response.Status) 1352return ResponseWithHeaders.FromValue(headers, message.Response); 1354throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 1369var headers = new FormRecognizerAnalyzeReceiptAsyncHeaders(message.Response); 1370switch (message.Response.Status) 1373return ResponseWithHeaders.FromValue(headers, message.Response); 1375throw _clientDiagnostics.CreateRequestFailedException(message.Response); 1423var headers = new FormRecognizerAnalyzeReceiptAsyncHeaders(message.Response); 1424switch (message.Response.Status) 1427return ResponseWithHeaders.FromValue(headers, message.Response); 1429throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 1443var headers = new FormRecognizerAnalyzeReceiptAsyncHeaders(message.Response); 1444switch (message.Response.Status) 1447return ResponseWithHeaders.FromValue(headers, message.Response); 1449throw _clientDiagnostics.CreateRequestFailedException(message.Response); 1476switch (message.Response.Status) 1481using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 1483return Response.FromValue(value, message.Response); 1486throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 1497switch (message.Response.Status) 1502using var document = JsonDocument.Parse(message.Response.ContentStream); 1504return Response.FromValue(value, message.Response); 1507throw _clientDiagnostics.CreateRequestFailedException(message.Response); 1554var headers = new FormRecognizerAnalyzeLayoutAsyncHeaders(message.Response); 1555switch (message.Response.Status) 1558return ResponseWithHeaders.FromValue(headers, message.Response); 1560throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 1575var headers = new FormRecognizerAnalyzeLayoutAsyncHeaders(message.Response); 1576switch (message.Response.Status) 1579return ResponseWithHeaders.FromValue(headers, message.Response); 1581throw _clientDiagnostics.CreateRequestFailedException(message.Response); 1629var headers = new FormRecognizerAnalyzeLayoutAsyncHeaders(message.Response); 1630switch (message.Response.Status) 1633return ResponseWithHeaders.FromValue(headers, message.Response); 1635throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 1649var headers = new FormRecognizerAnalyzeLayoutAsyncHeaders(message.Response); 1650switch (message.Response.Status) 1653return ResponseWithHeaders.FromValue(headers, message.Response); 1655throw _clientDiagnostics.CreateRequestFailedException(message.Response); 1682switch (message.Response.Status) 1687using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 1689return Response.FromValue(value, message.Response); 1692throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 1703switch (message.Response.Status) 1708using var document = JsonDocument.Parse(message.Response.ContentStream); 1710return Response.FromValue(value, message.Response); 1713throw _clientDiagnostics.CreateRequestFailedException(message.Response); 1739switch (message.Response.Status) 1744using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 1746return Response.FromValue(value, message.Response); 1749throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 1759switch (message.Response.Status) 1764using var document = JsonDocument.Parse(message.Response.ContentStream); 1766return Response.FromValue(value, message.Response); 1769throw _clientDiagnostics.CreateRequestFailedException(message.Response); 1795switch (message.Response.Status) 1800using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 1802return Response.FromValue(value, message.Response); 1805throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 1815switch (message.Response.Status) 1820using var document = JsonDocument.Parse(message.Response.ContentStream); 1822return Response.FromValue(value, message.Response); 1825throw _clientDiagnostics.CreateRequestFailedException(message.Response); 1857switch (message.Response.Status) 1862using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 1864return Response.FromValue(value, message.Response); 1867throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 1884switch (message.Response.Status) 1889using var document = JsonDocument.Parse(message.Response.ContentStream); 1891return Response.FromValue(value, message.Response); 1894throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Shared\AutoRest\OperationInternals.cs (2)
184return message.Response; 206return message.Response;
Azure.AI.Language.QuestionAnswering (18)
Generated\QuestionAnsweringKnowledgebaseRestClient.cs (8)
92switch (message.Response.Status) 97using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 99return Response.FromValue(value, message.Response); 102throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 125switch (message.Response.Status) 130using var document = JsonDocument.Parse(message.Response.ContentStream); 132return Response.FromValue(value, message.Response); 135throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Generated\QuestionAnsweringTextRestClient.cs (8)
81switch (message.Response.Status) 86using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 88return Response.FromValue(value, message.Response); 91throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 108switch (message.Response.Status) 113using var document = JsonDocument.Parse(message.Response.ContentStream); 115return Response.FromValue(value, message.Response); 118throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Shared\AutoRest\OperationInternals.cs (2)
184return message.Response; 206return message.Response;
Azure.AI.MetricsAdvisor (550)
Generated\MicrosoftAzureMetricsAdvisorRestAPIOpenAPIV2RestClient.cs (548)
63switch (message.Response.Status) 68using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 70return Response.FromValue(value, message.Response); 73throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 83switch (message.Response.Status) 88using var document = JsonDocument.Parse(message.Response.ContentStream); 90return Response.FromValue(value, message.Response); 93throw _clientDiagnostics.CreateRequestFailedException(message.Response); 119switch (message.Response.Status) 124using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 126return Response.FromValue(value, message.Response); 129throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 140switch (message.Response.Status) 145using var document = JsonDocument.Parse(message.Response.ContentStream); 147return Response.FromValue(value, message.Response); 150throw _clientDiagnostics.CreateRequestFailedException(message.Response); 187switch (message.Response.Status) 192using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 194return Response.FromValue(value, message.Response); 197throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 215switch (message.Response.Status) 220using var document = JsonDocument.Parse(message.Response.ContentStream); 222return Response.FromValue(value, message.Response); 225throw _clientDiagnostics.CreateRequestFailedException(message.Response); 251switch (message.Response.Status) 254return message.Response; 256throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 267switch (message.Response.Status) 270return message.Response; 272throw _clientDiagnostics.CreateRequestFailedException(message.Response); 307var headers = new MicrosoftAzureMetricsAdvisorRestAPIOpenAPIV2CreateAnomalyAlertingConfigurationHeaders(message.Response); 308switch (message.Response.Status) 311return ResponseWithHeaders.FromValue(headers, message.Response); 313throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 330var headers = new MicrosoftAzureMetricsAdvisorRestAPIOpenAPIV2CreateAnomalyAlertingConfigurationHeaders(message.Response); 331switch (message.Response.Status) 334return ResponseWithHeaders.FromValue(headers, message.Response); 336throw _clientDiagnostics.CreateRequestFailedException(message.Response); 384switch (message.Response.Status) 389using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 391return Response.FromValue(value, message.Response); 394throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 414switch (message.Response.Status) 419using var document = JsonDocument.Parse(message.Response.ContentStream); 421return Response.FromValue(value, message.Response); 424throw _clientDiagnostics.CreateRequestFailedException(message.Response); 470switch (message.Response.Status) 475using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 477return Response.FromValue(value, message.Response); 480throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 500switch (message.Response.Status) 505using var document = JsonDocument.Parse(message.Response.ContentStream); 507return Response.FromValue(value, message.Response); 510throw _clientDiagnostics.CreateRequestFailedException(message.Response); 556switch (message.Response.Status) 561using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 563return Response.FromValue(value, message.Response); 566throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 586switch (message.Response.Status) 591using var document = JsonDocument.Parse(message.Response.ContentStream); 593return Response.FromValue(value, message.Response); 596throw _clientDiagnostics.CreateRequestFailedException(message.Response); 622switch (message.Response.Status) 627using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 629return Response.FromValue(value, message.Response); 632throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 643switch (message.Response.Status) 648using var document = JsonDocument.Parse(message.Response.ContentStream); 650return Response.FromValue(value, message.Response); 653throw _clientDiagnostics.CreateRequestFailedException(message.Response); 690switch (message.Response.Status) 695using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 697return Response.FromValue(value, message.Response); 700throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 718switch (message.Response.Status) 723using var document = JsonDocument.Parse(message.Response.ContentStream); 725return Response.FromValue(value, message.Response); 728throw _clientDiagnostics.CreateRequestFailedException(message.Response); 754switch (message.Response.Status) 757return message.Response; 759throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 770switch (message.Response.Status) 773return message.Response; 775throw _clientDiagnostics.CreateRequestFailedException(message.Response); 810var headers = new MicrosoftAzureMetricsAdvisorRestAPIOpenAPIV2CreateAnomalyDetectionConfigurationHeaders(message.Response); 811switch (message.Response.Status) 814return ResponseWithHeaders.FromValue(headers, message.Response); 816throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 833var headers = new MicrosoftAzureMetricsAdvisorRestAPIOpenAPIV2CreateAnomalyDetectionConfigurationHeaders(message.Response); 834switch (message.Response.Status) 837return ResponseWithHeaders.FromValue(headers, message.Response); 839throw _clientDiagnostics.CreateRequestFailedException(message.Response); 876switch (message.Response.Status) 881using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 883return Response.FromValue(value, message.Response); 886throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 899switch (message.Response.Status) 904using var document = JsonDocument.Parse(message.Response.ContentStream); 906return Response.FromValue(value, message.Response); 909throw _clientDiagnostics.CreateRequestFailedException(message.Response); 947switch (message.Response.Status) 952using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 954return Response.FromValue(value, message.Response); 957throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 975switch (message.Response.Status) 980using var document = JsonDocument.Parse(message.Response.ContentStream); 982return Response.FromValue(value, message.Response); 985throw _clientDiagnostics.CreateRequestFailedException(message.Response); 1033switch (message.Response.Status) 1038using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 1040return Response.FromValue(value, message.Response); 1043throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 1063switch (message.Response.Status) 1068using var document = JsonDocument.Parse(message.Response.ContentStream); 1070return Response.FromValue(value, message.Response); 1073throw _clientDiagnostics.CreateRequestFailedException(message.Response); 1121switch (message.Response.Status) 1126using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 1128return Response.FromValue(value, message.Response); 1131throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 1151switch (message.Response.Status) 1156using var document = JsonDocument.Parse(message.Response.ContentStream); 1158return Response.FromValue(value, message.Response); 1161throw _clientDiagnostics.CreateRequestFailedException(message.Response); 1204switch (message.Response.Status) 1209using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 1211return Response.FromValue(value, message.Response); 1214throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 1233switch (message.Response.Status) 1238using var document = JsonDocument.Parse(message.Response.ContentStream); 1240return Response.FromValue(value, message.Response); 1243throw _clientDiagnostics.CreateRequestFailedException(message.Response); 1280switch (message.Response.Status) 1285using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 1287return Response.FromValue(value, message.Response); 1290throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 1303switch (message.Response.Status) 1308using var document = JsonDocument.Parse(message.Response.ContentStream); 1310return Response.FromValue(value, message.Response); 1313throw _clientDiagnostics.CreateRequestFailedException(message.Response); 1349switch (message.Response.Status) 1354using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 1356return Response.FromValue(value, message.Response); 1359throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 1377switch (message.Response.Status) 1382using var document = JsonDocument.Parse(message.Response.ContentStream); 1384return Response.FromValue(value, message.Response); 1387throw _clientDiagnostics.CreateRequestFailedException(message.Response); 1422var headers = new MicrosoftAzureMetricsAdvisorRestAPIOpenAPIV2CreateCredentialHeaders(message.Response); 1423switch (message.Response.Status) 1426return ResponseWithHeaders.FromValue(headers, message.Response); 1428throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 1445var headers = new MicrosoftAzureMetricsAdvisorRestAPIOpenAPIV2CreateCredentialHeaders(message.Response); 1446switch (message.Response.Status) 1449return ResponseWithHeaders.FromValue(headers, message.Response); 1451throw _clientDiagnostics.CreateRequestFailedException(message.Response); 1485switch (message.Response.Status) 1490using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 1492return Response.FromValue(value, message.Response); 1495throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 1507switch (message.Response.Status) 1512using var document = JsonDocument.Parse(message.Response.ContentStream); 1514return Response.FromValue(value, message.Response); 1517throw _clientDiagnostics.CreateRequestFailedException(message.Response); 1554switch (message.Response.Status) 1559using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 1561return Response.FromValue(value, message.Response); 1564throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 1582switch (message.Response.Status) 1587using var document = JsonDocument.Parse(message.Response.ContentStream); 1589return Response.FromValue(value, message.Response); 1592throw _clientDiagnostics.CreateRequestFailedException(message.Response); 1618switch (message.Response.Status) 1621return message.Response; 1623throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 1634switch (message.Response.Status) 1637return message.Response; 1639throw _clientDiagnostics.CreateRequestFailedException(message.Response); 1665switch (message.Response.Status) 1670using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 1672return Response.FromValue(value, message.Response); 1675throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 1686switch (message.Response.Status) 1691using var document = JsonDocument.Parse(message.Response.ContentStream); 1693return Response.FromValue(value, message.Response); 1696throw _clientDiagnostics.CreateRequestFailedException(message.Response); 1755switch (message.Response.Status) 1760using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 1762return Response.FromValue(value, message.Response); 1765throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 1782switch (message.Response.Status) 1787using var document = JsonDocument.Parse(message.Response.ContentStream); 1789return Response.FromValue(value, message.Response); 1792throw _clientDiagnostics.CreateRequestFailedException(message.Response); 1827var headers = new MicrosoftAzureMetricsAdvisorRestAPIOpenAPIV2CreateDataFeedHeaders(message.Response); 1828switch (message.Response.Status) 1831return ResponseWithHeaders.FromValue(headers, message.Response); 1833throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 1850var headers = new MicrosoftAzureMetricsAdvisorRestAPIOpenAPIV2CreateDataFeedHeaders(message.Response); 1851switch (message.Response.Status) 1854return ResponseWithHeaders.FromValue(headers, message.Response); 1856throw _clientDiagnostics.CreateRequestFailedException(message.Response); 1882switch (message.Response.Status) 1887using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 1889return Response.FromValue(value, message.Response); 1892throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 1903switch (message.Response.Status) 1908using var document = JsonDocument.Parse(message.Response.ContentStream); 1910return Response.FromValue(value, message.Response); 1913throw _clientDiagnostics.CreateRequestFailedException(message.Response); 1950switch (message.Response.Status) 1955using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 1957return Response.FromValue(value, message.Response); 1960throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 1978switch (message.Response.Status) 1983using var document = JsonDocument.Parse(message.Response.ContentStream); 1985return Response.FromValue(value, message.Response); 1988throw _clientDiagnostics.CreateRequestFailedException(message.Response); 2014switch (message.Response.Status) 2017return message.Response; 2019throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 2030switch (message.Response.Status) 2033return message.Response; 2035throw _clientDiagnostics.CreateRequestFailedException(message.Response); 2061switch (message.Response.Status) 2066using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 2068return Response.FromValue(value, message.Response); 2071throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 2082switch (message.Response.Status) 2087using var document = JsonDocument.Parse(message.Response.ContentStream); 2089return Response.FromValue(value, message.Response); 2092throw _clientDiagnostics.CreateRequestFailedException(message.Response); 2137switch (message.Response.Status) 2142using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 2144return Response.FromValue(value, message.Response); 2147throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 2166switch (message.Response.Status) 2171using var document = JsonDocument.Parse(message.Response.ContentStream); 2173return Response.FromValue(value, message.Response); 2176throw _clientDiagnostics.CreateRequestFailedException(message.Response); 2211var headers = new MicrosoftAzureMetricsAdvisorRestAPIOpenAPIV2CreateMetricFeedbackHeaders(message.Response); 2212switch (message.Response.Status) 2215return ResponseWithHeaders.FromValue(headers, message.Response); 2217throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 2234var headers = new MicrosoftAzureMetricsAdvisorRestAPIOpenAPIV2CreateMetricFeedbackHeaders(message.Response); 2235switch (message.Response.Status) 2238return ResponseWithHeaders.FromValue(headers, message.Response); 2240throw _clientDiagnostics.CreateRequestFailedException(message.Response); 2279switch (message.Response.Status) 2284using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 2286return Response.FromValue(value, message.Response); 2289throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 2302switch (message.Response.Status) 2307using var document = JsonDocument.Parse(message.Response.ContentStream); 2309return Response.FromValue(value, message.Response); 2312throw _clientDiagnostics.CreateRequestFailedException(message.Response); 2347var headers = new MicrosoftAzureMetricsAdvisorRestAPIOpenAPIV2CreateHookHeaders(message.Response); 2348switch (message.Response.Status) 2351return ResponseWithHeaders.FromValue(headers, message.Response); 2353throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 2370var headers = new MicrosoftAzureMetricsAdvisorRestAPIOpenAPIV2CreateHookHeaders(message.Response); 2371switch (message.Response.Status) 2374return ResponseWithHeaders.FromValue(headers, message.Response); 2376throw _clientDiagnostics.CreateRequestFailedException(message.Response); 2402switch (message.Response.Status) 2407using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 2409return Response.FromValue(value, message.Response); 2412throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 2423switch (message.Response.Status) 2428using var document = JsonDocument.Parse(message.Response.ContentStream); 2430return Response.FromValue(value, message.Response); 2433throw _clientDiagnostics.CreateRequestFailedException(message.Response); 2470switch (message.Response.Status) 2475using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 2477return Response.FromValue(value, message.Response); 2480throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 2498switch (message.Response.Status) 2503using var document = JsonDocument.Parse(message.Response.ContentStream); 2505return Response.FromValue(value, message.Response); 2508throw _clientDiagnostics.CreateRequestFailedException(message.Response); 2534switch (message.Response.Status) 2537return message.Response; 2539throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 2550switch (message.Response.Status) 2553return message.Response; 2555throw _clientDiagnostics.CreateRequestFailedException(message.Response); 2603switch (message.Response.Status) 2608using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 2610return Response.FromValue(value, message.Response); 2613throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 2633switch (message.Response.Status) 2638using var document = JsonDocument.Parse(message.Response.ContentStream); 2640return Response.FromValue(value, message.Response); 2643throw _clientDiagnostics.CreateRequestFailedException(message.Response); 2681switch (message.Response.Status) 2684return message.Response; 2686throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 2704switch (message.Response.Status) 2707return message.Response; 2709throw _clientDiagnostics.CreateRequestFailedException(message.Response); 2736switch (message.Response.Status) 2741using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 2743return Response.FromValue(value, message.Response); 2746throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 2757switch (message.Response.Status) 2762using var document = JsonDocument.Parse(message.Response.ContentStream); 2764return Response.FromValue(value, message.Response); 2767throw _clientDiagnostics.CreateRequestFailedException(message.Response); 2805switch (message.Response.Status) 2810using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 2812return Response.FromValue(value, message.Response); 2815throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 2833switch (message.Response.Status) 2838using var document = JsonDocument.Parse(message.Response.ContentStream); 2840return Response.FromValue(value, message.Response); 2843throw _clientDiagnostics.CreateRequestFailedException(message.Response); 2891switch (message.Response.Status) 2896using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 2898return Response.FromValue(value, message.Response); 2901throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 2921switch (message.Response.Status) 2926using var document = JsonDocument.Parse(message.Response.ContentStream); 2928return Response.FromValue(value, message.Response); 2931throw _clientDiagnostics.CreateRequestFailedException(message.Response); 2979switch (message.Response.Status) 2984using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 2986return Response.FromValue(value, message.Response); 2989throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 3009switch (message.Response.Status) 3014using var document = JsonDocument.Parse(message.Response.ContentStream); 3016return Response.FromValue(value, message.Response); 3019throw _clientDiagnostics.CreateRequestFailedException(message.Response); 3056switch (message.Response.Status) 3061using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 3063return Response.FromValue(value, message.Response); 3066throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 3079switch (message.Response.Status) 3084using var document = JsonDocument.Parse(message.Response.ContentStream); 3086return Response.FromValue(value, message.Response); 3089throw _clientDiagnostics.CreateRequestFailedException(message.Response); 3137switch (message.Response.Status) 3142using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 3144return Response.FromValue(value, message.Response); 3147throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 3167switch (message.Response.Status) 3172using var document = JsonDocument.Parse(message.Response.ContentStream); 3174return Response.FromValue(value, message.Response); 3177throw _clientDiagnostics.CreateRequestFailedException(message.Response); 3218switch (message.Response.Status) 3223using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 3225return Response.FromValue(value, message.Response); 3228throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 3250switch (message.Response.Status) 3255using var document = JsonDocument.Parse(message.Response.ContentStream); 3257return Response.FromValue(value, message.Response); 3260throw _clientDiagnostics.CreateRequestFailedException(message.Response); 3301switch (message.Response.Status) 3306using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 3308return Response.FromValue(value, message.Response); 3311throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 3333switch (message.Response.Status) 3338using var document = JsonDocument.Parse(message.Response.ContentStream); 3340return Response.FromValue(value, message.Response); 3343throw _clientDiagnostics.CreateRequestFailedException(message.Response); 3384switch (message.Response.Status) 3389using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 3391return Response.FromValue(value, message.Response); 3394throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 3416switch (message.Response.Status) 3421using var document = JsonDocument.Parse(message.Response.ContentStream); 3423return Response.FromValue(value, message.Response); 3426throw _clientDiagnostics.CreateRequestFailedException(message.Response); 3467switch (message.Response.Status) 3472using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 3474return Response.FromValue(value, message.Response); 3477throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 3499switch (message.Response.Status) 3504using var document = JsonDocument.Parse(message.Response.ContentStream); 3506return Response.FromValue(value, message.Response); 3509throw _clientDiagnostics.CreateRequestFailedException(message.Response); 3550switch (message.Response.Status) 3555using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 3557return Response.FromValue(value, message.Response); 3560throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 3582switch (message.Response.Status) 3587using var document = JsonDocument.Parse(message.Response.ContentStream); 3589return Response.FromValue(value, message.Response); 3592throw _clientDiagnostics.CreateRequestFailedException(message.Response); 3633switch (message.Response.Status) 3638using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 3640return Response.FromValue(value, message.Response); 3643throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 3665switch (message.Response.Status) 3670using var document = JsonDocument.Parse(message.Response.ContentStream); 3672return Response.FromValue(value, message.Response); 3675throw _clientDiagnostics.CreateRequestFailedException(message.Response); 3716switch (message.Response.Status) 3721using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 3723return Response.FromValue(value, message.Response); 3726throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 3748switch (message.Response.Status) 3753using var document = JsonDocument.Parse(message.Response.ContentStream); 3755return Response.FromValue(value, message.Response); 3758throw _clientDiagnostics.CreateRequestFailedException(message.Response); 3799switch (message.Response.Status) 3804using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 3806return Response.FromValue(value, message.Response); 3809throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 3831switch (message.Response.Status) 3836using var document = JsonDocument.Parse(message.Response.ContentStream); 3838return Response.FromValue(value, message.Response); 3841throw _clientDiagnostics.CreateRequestFailedException(message.Response); 3880switch (message.Response.Status) 3885using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 3887return Response.FromValue(value, message.Response); 3890throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 3915switch (message.Response.Status) 3920using var document = JsonDocument.Parse(message.Response.ContentStream); 3922return Response.FromValue(value, message.Response); 3925throw _clientDiagnostics.CreateRequestFailedException(message.Response); 3964switch (message.Response.Status) 3969using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 3971return Response.FromValue(value, message.Response); 3974throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 3999switch (message.Response.Status) 4004using var document = JsonDocument.Parse(message.Response.ContentStream); 4006return Response.FromValue(value, message.Response); 4009throw _clientDiagnostics.CreateRequestFailedException(message.Response); 4048switch (message.Response.Status) 4053using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 4055return Response.FromValue(value, message.Response); 4058throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 4083switch (message.Response.Status) 4088using var document = JsonDocument.Parse(message.Response.ContentStream); 4090return Response.FromValue(value, message.Response); 4093throw _clientDiagnostics.CreateRequestFailedException(message.Response); 4127switch (message.Response.Status) 4132using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 4134return Response.FromValue(value, message.Response); 4137throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 4157switch (message.Response.Status) 4162using var document = JsonDocument.Parse(message.Response.ContentStream); 4164return Response.FromValue(value, message.Response); 4167throw _clientDiagnostics.CreateRequestFailedException(message.Response); 4206switch (message.Response.Status) 4211using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 4213return Response.FromValue(value, message.Response); 4216throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 4241switch (message.Response.Status) 4246using var document = JsonDocument.Parse(message.Response.ContentStream); 4248return Response.FromValue(value, message.Response); 4251throw _clientDiagnostics.CreateRequestFailedException(message.Response); 4290switch (message.Response.Status) 4295using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 4297return Response.FromValue(value, message.Response); 4300throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 4325switch (message.Response.Status) 4330using var document = JsonDocument.Parse(message.Response.ContentStream); 4332return Response.FromValue(value, message.Response); 4335throw _clientDiagnostics.CreateRequestFailedException(message.Response); 4373switch (message.Response.Status) 4378using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 4380return Response.FromValue(value, message.Response); 4383throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 4407switch (message.Response.Status) 4412using var document = JsonDocument.Parse(message.Response.ContentStream); 4414return Response.FromValue(value, message.Response); 4417throw _clientDiagnostics.CreateRequestFailedException(message.Response); 4451switch (message.Response.Status) 4456using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 4458return Response.FromValue(value, message.Response); 4461throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 4481switch (message.Response.Status) 4486using var document = JsonDocument.Parse(message.Response.ContentStream); 4488return Response.FromValue(value, message.Response); 4491throw _clientDiagnostics.CreateRequestFailedException(message.Response); 4524switch (message.Response.Status) 4529using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 4531return Response.FromValue(value, message.Response); 4534throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 4553switch (message.Response.Status) 4558using var document = JsonDocument.Parse(message.Response.ContentStream); 4560return Response.FromValue(value, message.Response); 4563throw _clientDiagnostics.CreateRequestFailedException(message.Response); 4601switch (message.Response.Status) 4606using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 4608return Response.FromValue(value, message.Response); 4611throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 4635switch (message.Response.Status) 4640using var document = JsonDocument.Parse(message.Response.ContentStream); 4642return Response.FromValue(value, message.Response); 4645throw _clientDiagnostics.CreateRequestFailedException(message.Response); 4683switch (message.Response.Status) 4688using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 4690return Response.FromValue(value, message.Response); 4693throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 4717switch (message.Response.Status) 4722using var document = JsonDocument.Parse(message.Response.ContentStream); 4724return Response.FromValue(value, message.Response); 4727throw _clientDiagnostics.CreateRequestFailedException(message.Response); 4761switch (message.Response.Status) 4766using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 4768return Response.FromValue(value, message.Response); 4771throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 4791switch (message.Response.Status) 4796using var document = JsonDocument.Parse(message.Response.ContentStream); 4798return Response.FromValue(value, message.Response); 4801throw _clientDiagnostics.CreateRequestFailedException(message.Response); 4840switch (message.Response.Status) 4845using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 4847return Response.FromValue(value, message.Response); 4850throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 4875switch (message.Response.Status) 4880using var document = JsonDocument.Parse(message.Response.ContentStream); 4882return Response.FromValue(value, message.Response); 4885throw _clientDiagnostics.CreateRequestFailedException(message.Response); 4924switch (message.Response.Status) 4929using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 4931return Response.FromValue(value, message.Response); 4934throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 4959switch (message.Response.Status) 4964using var document = JsonDocument.Parse(message.Response.ContentStream); 4966return Response.FromValue(value, message.Response); 4969throw _clientDiagnostics.CreateRequestFailedException(message.Response); 5008switch (message.Response.Status) 5013using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 5015return Response.FromValue(value, message.Response); 5018throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 5043switch (message.Response.Status) 5048using var document = JsonDocument.Parse(message.Response.ContentStream); 5050return Response.FromValue(value, message.Response); 5053throw _clientDiagnostics.CreateRequestFailedException(message.Response); 5087switch (message.Response.Status) 5092using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 5094return Response.FromValue(value, message.Response); 5097throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 5117switch (message.Response.Status) 5122using var document = JsonDocument.Parse(message.Response.ContentStream); 5124return Response.FromValue(value, message.Response); 5127throw _clientDiagnostics.CreateRequestFailedException(message.Response); 5166switch (message.Response.Status) 5171using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 5173return Response.FromValue(value, message.Response); 5176throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 5201switch (message.Response.Status) 5206using var document = JsonDocument.Parse(message.Response.ContentStream); 5208return Response.FromValue(value, message.Response); 5211throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Shared\AutoRest\OperationInternals.cs (2)
184return message.Response; 206return message.Response;
Azure.AI.TextAnalytics (122)
Generated\TextAnalyticsRestClient.cs (120)
79var headers = new TextAnalyticsAnalyzeHeaders(message.Response); 80switch (message.Response.Status) 83return ResponseWithHeaders.FromValue(headers, message.Response); 85throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 96var headers = new TextAnalyticsAnalyzeHeaders(message.Response); 97switch (message.Response.Status) 100return ResponseWithHeaders.FromValue(headers, message.Response); 102throw _clientDiagnostics.CreateRequestFailedException(message.Response); 150switch (message.Response.Status) 155using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 157return Response.FromValue(value, message.Response); 160throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 180switch (message.Response.Status) 185using var document = JsonDocument.Parse(message.Response.ContentStream); 187return Response.FromValue(value, message.Response); 190throw _clientDiagnostics.CreateRequestFailedException(message.Response); 232switch (message.Response.Status) 237using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 239return Response.FromValue(value, message.Response); 242throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 256switch (message.Response.Status) 261using var document = JsonDocument.Parse(message.Response.ContentStream); 263return Response.FromValue(value, message.Response); 266throw _clientDiagnostics.CreateRequestFailedException(message.Response); 293var headers = new TextAnalyticsCancelHealthJobHeaders(message.Response); 294switch (message.Response.Status) 297return ResponseWithHeaders.FromValue(headers, message.Response); 299throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 310var headers = new TextAnalyticsCancelHealthJobHeaders(message.Response); 311switch (message.Response.Status) 314return ResponseWithHeaders.FromValue(headers, message.Response); 316throw _clientDiagnostics.CreateRequestFailedException(message.Response); 367var headers = new TextAnalyticsHealthHeaders(message.Response); 368switch (message.Response.Status) 371return ResponseWithHeaders.FromValue(headers, message.Response); 373throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 393var headers = new TextAnalyticsHealthHeaders(message.Response); 394switch (message.Response.Status) 397return ResponseWithHeaders.FromValue(headers, message.Response); 399throw _clientDiagnostics.CreateRequestFailedException(message.Response); 455switch (message.Response.Status) 460using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 462return Response.FromValue(value, message.Response); 465throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 486switch (message.Response.Status) 491using var document = JsonDocument.Parse(message.Response.ContentStream); 493return Response.FromValue(value, message.Response); 496throw _clientDiagnostics.CreateRequestFailedException(message.Response); 565switch (message.Response.Status) 570using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 572return Response.FromValue(value, message.Response); 575throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 601switch (message.Response.Status) 606using var document = JsonDocument.Parse(message.Response.ContentStream); 608return Response.FromValue(value, message.Response); 611throw _clientDiagnostics.CreateRequestFailedException(message.Response); 667switch (message.Response.Status) 672using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 674return Response.FromValue(value, message.Response); 677throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 698switch (message.Response.Status) 703using var document = JsonDocument.Parse(message.Response.ContentStream); 705return Response.FromValue(value, message.Response); 708throw _clientDiagnostics.CreateRequestFailedException(message.Response); 759switch (message.Response.Status) 764using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 766return Response.FromValue(value, message.Response); 769throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 789switch (message.Response.Status) 794using var document = JsonDocument.Parse(message.Response.ContentStream); 796return Response.FromValue(value, message.Response); 799throw _clientDiagnostics.CreateRequestFailedException(message.Response); 850switch (message.Response.Status) 855using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 857return Response.FromValue(value, message.Response); 860throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 880switch (message.Response.Status) 885using var document = JsonDocument.Parse(message.Response.ContentStream); 887return Response.FromValue(value, message.Response); 890throw _clientDiagnostics.CreateRequestFailedException(message.Response); 951switch (message.Response.Status) 956using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 958return Response.FromValue(value, message.Response); 961throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 983switch (message.Response.Status) 988using var document = JsonDocument.Parse(message.Response.ContentStream); 990return Response.FromValue(value, message.Response); 993throw _clientDiagnostics.CreateRequestFailedException(message.Response); 1026switch (message.Response.Status) 1031using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 1033return Response.FromValue(value, message.Response); 1036throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 1053switch (message.Response.Status) 1058using var document = JsonDocument.Parse(message.Response.ContentStream); 1060return Response.FromValue(value, message.Response); 1063throw _clientDiagnostics.CreateRequestFailedException(message.Response); 1096switch (message.Response.Status) 1101using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 1103return Response.FromValue(value, message.Response); 1106throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 1123switch (message.Response.Status) 1128using var document = JsonDocument.Parse(message.Response.ContentStream); 1130return Response.FromValue(value, message.Response); 1133throw _clientDiagnostics.CreateRequestFailedException(message.Response); 1165switch (message.Response.Status) 1170using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 1172return Response.FromValue(value, message.Response); 1175throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 1192switch (message.Response.Status) 1197using var document = JsonDocument.Parse(message.Response.ContentStream); 1199return Response.FromValue(value, message.Response); 1202throw _clientDiagnostics.CreateRequestFailedException(message.Response); 1234switch (message.Response.Status) 1239using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 1241return Response.FromValue(value, message.Response); 1244throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 1261switch (message.Response.Status) 1266using var document = JsonDocument.Parse(message.Response.ContentStream); 1268return Response.FromValue(value, message.Response); 1271throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Shared\AutoRest\OperationInternals.cs (2)
184return message.Response; 206return message.Response;
Azure.AI.Translation.Document (108)
Generated\DocumentTranslationRestClient.cs (106)
92var headers = new DocumentTranslationStartTranslationHeaders(message.Response); 93switch (message.Response.Status) 96return ResponseWithHeaders.FromValue(headers, message.Response); 98throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 133var headers = new DocumentTranslationStartTranslationHeaders(message.Response); 134switch (message.Response.Status) 137return ResponseWithHeaders.FromValue(headers, message.Response); 139throw _clientDiagnostics.CreateRequestFailedException(message.Response); 279var headers = new DocumentTranslationGetTranslationsStatusHeaders(message.Response); 280switch (message.Response.Status) 285using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 287return ResponseWithHeaders.FromValue(value, headers, message.Response); 290throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 384var headers = new DocumentTranslationGetTranslationsStatusHeaders(message.Response); 385switch (message.Response.Status) 390using var document = JsonDocument.Parse(message.Response.ContentStream); 392return ResponseWithHeaders.FromValue(value, headers, message.Response); 395throw _clientDiagnostics.CreateRequestFailedException(message.Response); 424var headers = new DocumentTranslationGetDocumentStatusHeaders(message.Response); 425switch (message.Response.Status) 430using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 432return ResponseWithHeaders.FromValue(value, headers, message.Response); 435throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 447var headers = new DocumentTranslationGetDocumentStatusHeaders(message.Response); 448switch (message.Response.Status) 453using var document = JsonDocument.Parse(message.Response.ContentStream); 455return ResponseWithHeaders.FromValue(value, headers, message.Response); 458throw _clientDiagnostics.CreateRequestFailedException(message.Response); 488var headers = new DocumentTranslationGetTranslationStatusHeaders(message.Response); 489switch (message.Response.Status) 494using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 496return ResponseWithHeaders.FromValue(value, headers, message.Response); 499throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 514var headers = new DocumentTranslationGetTranslationStatusHeaders(message.Response); 515switch (message.Response.Status) 520using var document = JsonDocument.Parse(message.Response.ContentStream); 522return ResponseWithHeaders.FromValue(value, headers, message.Response); 525throw _clientDiagnostics.CreateRequestFailedException(message.Response); 561switch (message.Response.Status) 566using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 568return Response.FromValue(value, message.Response); 571throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 592switch (message.Response.Status) 597using var document = JsonDocument.Parse(message.Response.ContentStream); 599return Response.FromValue(value, message.Response); 602throw _clientDiagnostics.CreateRequestFailedException(message.Response); 739var headers = new DocumentTranslationGetDocumentsStatusHeaders(message.Response); 740switch (message.Response.Status) 745using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 747return ResponseWithHeaders.FromValue(value, headers, message.Response); 750throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 839var headers = new DocumentTranslationGetDocumentsStatusHeaders(message.Response); 840switch (message.Response.Status) 845using var document = JsonDocument.Parse(message.Response.ContentStream); 847return ResponseWithHeaders.FromValue(value, headers, message.Response); 850throw _clientDiagnostics.CreateRequestFailedException(message.Response); 878var headers = new DocumentTranslationGetSupportedDocumentFormatsHeaders(message.Response); 879switch (message.Response.Status) 884using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 886return ResponseWithHeaders.FromValue(value, headers, message.Response); 889throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 903var headers = new DocumentTranslationGetSupportedDocumentFormatsHeaders(message.Response); 904switch (message.Response.Status) 909using var document = JsonDocument.Parse(message.Response.ContentStream); 911return ResponseWithHeaders.FromValue(value, headers, message.Response); 914throw _clientDiagnostics.CreateRequestFailedException(message.Response); 942var headers = new DocumentTranslationGetSupportedGlossaryFormatsHeaders(message.Response); 943switch (message.Response.Status) 948using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 950return ResponseWithHeaders.FromValue(value, headers, message.Response); 953throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 967var headers = new DocumentTranslationGetSupportedGlossaryFormatsHeaders(message.Response); 968switch (message.Response.Status) 973using var document = JsonDocument.Parse(message.Response.ContentStream); 975return ResponseWithHeaders.FromValue(value, headers, message.Response); 978throw _clientDiagnostics.CreateRequestFailedException(message.Response); 1002var headers = new DocumentTranslationGetSupportedStorageSourcesHeaders(message.Response); 1003switch (message.Response.Status) 1008using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 1010return ResponseWithHeaders.FromValue(value, headers, message.Response); 1013throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 1023var headers = new DocumentTranslationGetSupportedStorageSourcesHeaders(message.Response); 1024switch (message.Response.Status) 1029using var document = JsonDocument.Parse(message.Response.ContentStream); 1031return ResponseWithHeaders.FromValue(value, headers, message.Response); 1034throw _clientDiagnostics.CreateRequestFailedException(message.Response); 1149var headers = new DocumentTranslationGetTranslationsStatusHeaders(message.Response); 1150switch (message.Response.Status) 1155using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 1157return ResponseWithHeaders.FromValue(value, headers, message.Response); 1160throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 1261var headers = new DocumentTranslationGetTranslationsStatusHeaders(message.Response); 1262switch (message.Response.Status) 1267using var document = JsonDocument.Parse(message.Response.ContentStream); 1269return ResponseWithHeaders.FromValue(value, headers, message.Response); 1272throw _clientDiagnostics.CreateRequestFailedException(message.Response); 1382var headers = new DocumentTranslationGetDocumentsStatusHeaders(message.Response); 1383switch (message.Response.Status) 1388using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 1390return ResponseWithHeaders.FromValue(value, headers, message.Response); 1393throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 1489var headers = new DocumentTranslationGetDocumentsStatusHeaders(message.Response); 1490switch (message.Response.Status) 1495using var document = JsonDocument.Parse(message.Response.ContentStream); 1497return ResponseWithHeaders.FromValue(value, headers, message.Response); 1500throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Shared\AutoRest\OperationInternals.cs (2)
184return message.Response; 206return message.Response;
Azure.Analytics.Purview.Catalog (690)
Generated\PurviewCatalogClient.cs (40)
171switch (message.Response.Status) 174return message.Response; 176throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 181return message.Response; 306switch (message.Response.Status) 309return message.Response; 311throw _clientDiagnostics.CreateRequestFailedException(message.Response); 316return message.Response; 395switch (message.Response.Status) 398return message.Response; 400throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 405return message.Response; 464switch (message.Response.Status) 467return message.Response; 469throw _clientDiagnostics.CreateRequestFailedException(message.Response); 474return message.Response; 553switch (message.Response.Status) 556return message.Response; 558throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 563return message.Response; 622switch (message.Response.Status) 625return message.Response; 627throw _clientDiagnostics.CreateRequestFailedException(message.Response); 632return message.Response; 687switch (message.Response.Status) 690return message.Response; 692throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 697return message.Response; 732switch (message.Response.Status) 735return message.Response; 737throw _clientDiagnostics.CreateRequestFailedException(message.Response); 742return message.Response; 816switch (message.Response.Status) 819return message.Response; 821throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 826return message.Response; 860switch (message.Response.Status) 863return message.Response; 865throw _clientDiagnostics.CreateRequestFailedException(message.Response); 870return message.Response;
Generated\PurviewEntities.cs (176)
383switch (message.Response.Status) 386return message.Response; 388throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 393return message.Response; 753switch (message.Response.Status) 756return message.Response; 758throw _clientDiagnostics.CreateRequestFailedException(message.Response); 763return message.Response; 815switch (message.Response.Status) 818return message.Response; 820throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 825return message.Response; 858switch (message.Response.Status) 861return message.Response; 863throw _clientDiagnostics.CreateRequestFailedException(message.Response); 868return message.Response; 1261switch (message.Response.Status) 1264return message.Response; 1266throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 1271return message.Response; 1631switch (message.Response.Status) 1634return message.Response; 1636throw _clientDiagnostics.CreateRequestFailedException(message.Response); 1641return message.Response; 1690switch (message.Response.Status) 1693return message.Response; 1695throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 1700return message.Response; 1730switch (message.Response.Status) 1733return message.Response; 1735throw _clientDiagnostics.CreateRequestFailedException(message.Response); 1740return message.Response; 1901switch (message.Response.Status) 1904return message.Response; 1906throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 1911return message.Response; 2054switch (message.Response.Status) 2057return message.Response; 2059throw _clientDiagnostics.CreateRequestFailedException(message.Response); 2064return message.Response; 2114switch (message.Response.Status) 2117return message.Response; 2119throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 2124return message.Response; 2156switch (message.Response.Status) 2159return message.Response; 2161throw _clientDiagnostics.CreateRequestFailedException(message.Response); 2166return message.Response; 2231switch (message.Response.Status) 2234return message.Response; 2236throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 2241return message.Response; 2278switch (message.Response.Status) 2281return message.Response; 2283throw _clientDiagnostics.CreateRequestFailedException(message.Response); 2288return message.Response; 2341switch (message.Response.Status) 2344return message.Response; 2346throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 2351return message.Response; 2381switch (message.Response.Status) 2384return message.Response; 2386throw _clientDiagnostics.CreateRequestFailedException(message.Response); 2391return message.Response; 2440switch (message.Response.Status) 2443return message.Response; 2445throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 2450return message.Response; 2481switch (message.Response.Status) 2484return message.Response; 2486throw _clientDiagnostics.CreateRequestFailedException(message.Response); 2491return message.Response; 2543switch (message.Response.Status) 2546return message.Response; 2548throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 2553return message.Response; 2584switch (message.Response.Status) 2587return message.Response; 2589throw _clientDiagnostics.CreateRequestFailedException(message.Response); 2594return message.Response; 2644switch (message.Response.Status) 2647return message.Response; 2649throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 2654return message.Response; 2684switch (message.Response.Status) 2687return message.Response; 2689throw _clientDiagnostics.CreateRequestFailedException(message.Response); 2694return message.Response; 2836switch (message.Response.Status) 2839return message.Response; 2841throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 2846return message.Response; 2969switch (message.Response.Status) 2972return message.Response; 2974throw _clientDiagnostics.CreateRequestFailedException(message.Response); 2979return message.Response; 3123switch (message.Response.Status) 3126return message.Response; 3128throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 3133return message.Response; 3256switch (message.Response.Status) 3259return message.Response; 3261throw _clientDiagnostics.CreateRequestFailedException(message.Response); 3266return message.Response; 3327switch (message.Response.Status) 3330return message.Response; 3332throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 3337return message.Response; 3377switch (message.Response.Status) 3380return message.Response; 3382throw _clientDiagnostics.CreateRequestFailedException(message.Response); 3387return message.Response; 3787switch (message.Response.Status) 3790return message.Response; 3792throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 3797return message.Response; 4164switch (message.Response.Status) 4167return message.Response; 4169throw _clientDiagnostics.CreateRequestFailedException(message.Response); 4174return message.Response; 4238switch (message.Response.Status) 4241return message.Response; 4243throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 4248return message.Response; 4286switch (message.Response.Status) 4289return message.Response; 4291throw _clientDiagnostics.CreateRequestFailedException(message.Response); 4296return message.Response; 4351switch (message.Response.Status) 4354return message.Response; 4356throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 4361return message.Response; 4393switch (message.Response.Status) 4396return message.Response; 4398throw _clientDiagnostics.CreateRequestFailedException(message.Response); 4403return message.Response; 4552switch (message.Response.Status) 4555return message.Response; 4557throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 4562return message.Response; 4686switch (message.Response.Status) 4689return message.Response; 4691throw _clientDiagnostics.CreateRequestFailedException(message.Response); 4696return message.Response; 4846switch (message.Response.Status) 4849return message.Response; 4851throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 4856return message.Response; 4980switch (message.Response.Status) 4983return message.Response; 4985throw _clientDiagnostics.CreateRequestFailedException(message.Response); 4990return message.Response; 5291switch (message.Response.Status) 5294return message.Response; 5296throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 5301return message.Response; 5576switch (message.Response.Status) 5579return message.Response; 5581throw _clientDiagnostics.CreateRequestFailedException(message.Response); 5586return message.Response; 5650switch (message.Response.Status) 5653return message.Response; 5655throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 5660return message.Response; 5705switch (message.Response.Status) 5708return message.Response; 5710throw _clientDiagnostics.CreateRequestFailedException(message.Response); 5715return message.Response; 5778switch (message.Response.Status) 5781return message.Response; 5783throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 5788return message.Response; 5818switch (message.Response.Status) 5821return message.Response; 5823throw _clientDiagnostics.CreateRequestFailedException(message.Response); 5828return message.Response;
Generated\PurviewGlossaries.cs (280)
54switch (message.Response.Status) 57return message.Response; 59throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 64return message.Response; 96switch (message.Response.Status) 99return message.Response; 101throw _clientDiagnostics.CreateRequestFailedException(message.Response); 106return message.Response; 430switch (message.Response.Status) 433return message.Response; 435throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 440return message.Response; 733switch (message.Response.Status) 736return message.Response; 738throw _clientDiagnostics.CreateRequestFailedException(message.Response); 743return message.Response; 1082switch (message.Response.Status) 1085return message.Response; 1087throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 1092return message.Response; 1412switch (message.Response.Status) 1415return message.Response; 1417throw _clientDiagnostics.CreateRequestFailedException(message.Response); 1422return message.Response; 1761switch (message.Response.Status) 1764return message.Response; 1766throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 1771return message.Response; 2091switch (message.Response.Status) 2094return message.Response; 2096throw _clientDiagnostics.CreateRequestFailedException(message.Response); 2101return message.Response; 2150switch (message.Response.Status) 2153return message.Response; 2155throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 2160return message.Response; 2190switch (message.Response.Status) 2193return message.Response; 2195throw _clientDiagnostics.CreateRequestFailedException(message.Response); 2200return message.Response; 2539switch (message.Response.Status) 2542return message.Response; 2544throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 2549return message.Response; 2870switch (message.Response.Status) 2873return message.Response; 2875throw _clientDiagnostics.CreateRequestFailedException(message.Response); 2880return message.Response; 2931switch (message.Response.Status) 2934return message.Response; 2936throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 2941return message.Response; 2971switch (message.Response.Status) 2974return message.Response; 2976throw _clientDiagnostics.CreateRequestFailedException(message.Response); 2981return message.Response; 3029switch (message.Response.Status) 3032return message.Response; 3034throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 3039return message.Response; 3070switch (message.Response.Status) 3073return message.Response; 3075throw _clientDiagnostics.CreateRequestFailedException(message.Response); 3080return message.Response; 3135switch (message.Response.Status) 3138return message.Response; 3140throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 3145return message.Response; 3178switch (message.Response.Status) 3181return message.Response; 3183throw _clientDiagnostics.CreateRequestFailedException(message.Response); 3188return message.Response; 3255switch (message.Response.Status) 3258return message.Response; 3260throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 3265return message.Response; 3298switch (message.Response.Status) 3301return message.Response; 3303throw _clientDiagnostics.CreateRequestFailedException(message.Response); 3308return message.Response; 3942switch (message.Response.Status) 3945return message.Response; 3947throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 3952return message.Response; 4552switch (message.Response.Status) 4555return message.Response; 4557throw _clientDiagnostics.CreateRequestFailedException(message.Response); 4562return message.Response; 4617switch (message.Response.Status) 4620return message.Response; 4622throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 4627return message.Response; 4658switch (message.Response.Status) 4661return message.Response; 4663throw _clientDiagnostics.CreateRequestFailedException(message.Response); 4668return message.Response; 5291switch (message.Response.Status) 5294return message.Response; 5296throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 5301return message.Response; 5901switch (message.Response.Status) 5904return message.Response; 5906throw _clientDiagnostics.CreateRequestFailedException(message.Response); 5911return message.Response; 5962switch (message.Response.Status) 5965return message.Response; 5967throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 5972return message.Response; 6002switch (message.Response.Status) 6005return message.Response; 6007throw _clientDiagnostics.CreateRequestFailedException(message.Response); 6012return message.Response; 6061switch (message.Response.Status) 6064return message.Response; 6066throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 6071return message.Response; 6103switch (message.Response.Status) 6106return message.Response; 6108throw _clientDiagnostics.CreateRequestFailedException(message.Response); 6113return message.Response; 6740switch (message.Response.Status) 6743return message.Response; 6745throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 6750return message.Response; 7350switch (message.Response.Status) 7353return message.Response; 7355throw _clientDiagnostics.CreateRequestFailedException(message.Response); 7360return message.Response; 7417switch (message.Response.Status) 7420return message.Response; 7422throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 7427return message.Response; 7460switch (message.Response.Status) 7463return message.Response; 7465throw _clientDiagnostics.CreateRequestFailedException(message.Response); 7470return message.Response; 7627switch (message.Response.Status) 7630return message.Response; 7632throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 7637return message.Response; 7760switch (message.Response.Status) 7763return message.Response; 7765throw _clientDiagnostics.CreateRequestFailedException(message.Response); 7770return message.Response; 7914switch (message.Response.Status) 7917return message.Response; 7919throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 7924return message.Response; 8047switch (message.Response.Status) 8050return message.Response; 8052throw _clientDiagnostics.CreateRequestFailedException(message.Response); 8057return message.Response; 8201switch (message.Response.Status) 8204return message.Response; 8206throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 8211return message.Response; 8334switch (message.Response.Status) 8337return message.Response; 8339throw _clientDiagnostics.CreateRequestFailedException(message.Response); 8344return message.Response; 8398switch (message.Response.Status) 8401return message.Response; 8403throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 8408return message.Response; 8441switch (message.Response.Status) 8444return message.Response; 8446throw _clientDiagnostics.CreateRequestFailedException(message.Response); 8451return message.Response; 8515switch (message.Response.Status) 8518return message.Response; 8520throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 8525return message.Response; 8555switch (message.Response.Status) 8558return message.Response; 8560throw _clientDiagnostics.CreateRequestFailedException(message.Response); 8565return message.Response; 8877switch (message.Response.Status) 8880return message.Response; 8882throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 8887return message.Response; 9181switch (message.Response.Status) 9184return message.Response; 9186throw _clientDiagnostics.CreateRequestFailedException(message.Response); 9191return message.Response; 9242switch (message.Response.Status) 9245return message.Response; 9247throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 9252return message.Response; 9282switch (message.Response.Status) 9285return message.Response; 9287throw _clientDiagnostics.CreateRequestFailedException(message.Response); 9292return message.Response; 9342switch (message.Response.Status) 9345return message.Response; 9347throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 9352return message.Response; 9385switch (message.Response.Status) 9388return message.Response; 9390throw _clientDiagnostics.CreateRequestFailedException(message.Response); 9395return message.Response; 9462switch (message.Response.Status) 9465return message.Response; 9467throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 9472return message.Response; 9505switch (message.Response.Status) 9508return message.Response; 9510throw _clientDiagnostics.CreateRequestFailedException(message.Response); 9515return message.Response; 9580switch (message.Response.Status) 9583return message.Response; 9585throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 9590return message.Response; 9621switch (message.Response.Status) 9624return message.Response; 9626throw _clientDiagnostics.CreateRequestFailedException(message.Response); 9631return message.Response; 9687switch (message.Response.Status) 9690return message.Response; 9692throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 9697return message.Response; 9729switch (message.Response.Status) 9732return message.Response; 9734throw _clientDiagnostics.CreateRequestFailedException(message.Response); 9739return message.Response; 9800switch (message.Response.Status) 9803return message.Response; 9805throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 9810return message.Response; 9844switch (message.Response.Status) 9847return message.Response; 9849throw _clientDiagnostics.CreateRequestFailedException(message.Response); 9854return message.Response; 9926switch (message.Response.Status) 9929return message.Response; 9931throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 9936return message.Response; 9969switch (message.Response.Status) 9972return message.Response; 9974throw _clientDiagnostics.CreateRequestFailedException(message.Response); 9979return message.Response; 10045switch (message.Response.Status) 10048return new LowLevelBinaryDataOperation(_clientDiagnostics, Pipeline, message.Request, message.Response, OperationFinalStateVia.AzureAsyncOperation, "PurviewGlossaries.ImportGlossaryTermsViaCsv"); 10050throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 10055return new LowLevelBinaryDataOperation(_clientDiagnostics, Pipeline, message.Request, message.Response, OperationFinalStateVia.AzureAsyncOperation, "PurviewGlossaries.ImportGlossaryTermsViaCsv"); 10087switch (message.Response.Status) 10090return new LowLevelBinaryDataOperation(_clientDiagnostics, Pipeline, message.Request, message.Response, OperationFinalStateVia.AzureAsyncOperation, "PurviewGlossaries.ImportGlossaryTermsViaCsv"); 10092throw _clientDiagnostics.CreateRequestFailedException(message.Response); 10097return new LowLevelBinaryDataOperation(_clientDiagnostics, Pipeline, message.Request, message.Response, OperationFinalStateVia.AzureAsyncOperation, "PurviewGlossaries.ImportGlossaryTermsViaCsv"); 10157switch (message.Response.Status) 10160return new LowLevelBinaryDataOperation(_clientDiagnostics, Pipeline, message.Request, message.Response, OperationFinalStateVia.AzureAsyncOperation, "PurviewGlossaries.ImportGlossaryTermsViaCsvByGlossaryName"); 10162throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 10167return new LowLevelBinaryDataOperation(_clientDiagnostics, Pipeline, message.Request, message.Response, OperationFinalStateVia.AzureAsyncOperation, "PurviewGlossaries.ImportGlossaryTermsViaCsvByGlossaryName"); 10199switch (message.Response.Status) 10202return new LowLevelBinaryDataOperation(_clientDiagnostics, Pipeline, message.Request, message.Response, OperationFinalStateVia.AzureAsyncOperation, "PurviewGlossaries.ImportGlossaryTermsViaCsvByGlossaryName"); 10204throw _clientDiagnostics.CreateRequestFailedException(message.Response); 10209return new LowLevelBinaryDataOperation(_clientDiagnostics, Pipeline, message.Request, message.Response, OperationFinalStateVia.AzureAsyncOperation, "PurviewGlossaries.ImportGlossaryTermsViaCsvByGlossaryName"); 10267switch (message.Response.Status) 10270return message.Response; 10272throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 10277return message.Response; 10307switch (message.Response.Status) 10310return message.Response; 10312throw _clientDiagnostics.CreateRequestFailedException(message.Response); 10317return message.Response; 10368switch (message.Response.Status) 10371return message.Response; 10373throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 10378return message.Response; 10410switch (message.Response.Status) 10413return message.Response; 10415throw _clientDiagnostics.CreateRequestFailedException(message.Response); 10420return message.Response; 10481switch (message.Response.Status) 10484return message.Response; 10486throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 10491return message.Response; 10524switch (message.Response.Status) 10527return message.Response; 10529throw _clientDiagnostics.CreateRequestFailedException(message.Response); 10534return message.Response;
Generated\PurviewRelationships.cs (32)
180switch (message.Response.Status) 183return message.Response; 185throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 190return message.Response; 348switch (message.Response.Status) 351return message.Response; 353throw _clientDiagnostics.CreateRequestFailedException(message.Response); 358return message.Response; 535switch (message.Response.Status) 538return message.Response; 540throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 545return message.Response; 703switch (message.Response.Status) 706return message.Response; 708throw _clientDiagnostics.CreateRequestFailedException(message.Response); 713return message.Response; 763switch (message.Response.Status) 766return message.Response; 768throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 773return message.Response; 804switch (message.Response.Status) 807return message.Response; 809throw _clientDiagnostics.CreateRequestFailedException(message.Response); 814return message.Response; 867switch (message.Response.Status) 870return message.Response; 872throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 877return message.Response; 907switch (message.Response.Status) 910return message.Response; 912throw _clientDiagnostics.CreateRequestFailedException(message.Response); 917return message.Response;
Generated\PurviewTypes.cs (160)
52switch (message.Response.Status) 55return message.Response; 57throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 62return message.Response; 92switch (message.Response.Status) 95return message.Response; 97throw _clientDiagnostics.CreateRequestFailedException(message.Response); 102return message.Response; 150switch (message.Response.Status) 153return message.Response; 155throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 160return message.Response; 190switch (message.Response.Status) 193return message.Response; 195throw _clientDiagnostics.CreateRequestFailedException(message.Response); 200return message.Response; 248switch (message.Response.Status) 251return message.Response; 253throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 258return message.Response; 288switch (message.Response.Status) 291return message.Response; 293throw _clientDiagnostics.CreateRequestFailedException(message.Response); 298return message.Response; 346switch (message.Response.Status) 349return message.Response; 351throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 356return message.Response; 386switch (message.Response.Status) 389return message.Response; 391throw _clientDiagnostics.CreateRequestFailedException(message.Response); 396return message.Response; 444switch (message.Response.Status) 447return message.Response; 449throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 454return message.Response; 484switch (message.Response.Status) 487return message.Response; 489throw _clientDiagnostics.CreateRequestFailedException(message.Response); 494return message.Response; 542switch (message.Response.Status) 545return message.Response; 547throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 552return message.Response; 582switch (message.Response.Status) 585return message.Response; 587throw _clientDiagnostics.CreateRequestFailedException(message.Response); 592return message.Response; 640switch (message.Response.Status) 643return message.Response; 645throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 650return message.Response; 680switch (message.Response.Status) 683return message.Response; 685throw _clientDiagnostics.CreateRequestFailedException(message.Response); 690return message.Response; 738switch (message.Response.Status) 741return message.Response; 743throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 748return message.Response; 778switch (message.Response.Status) 781return message.Response; 783throw _clientDiagnostics.CreateRequestFailedException(message.Response); 788return message.Response; 836switch (message.Response.Status) 839return message.Response; 841throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 846return message.Response; 876switch (message.Response.Status) 879return message.Response; 881throw _clientDiagnostics.CreateRequestFailedException(message.Response); 886return message.Response; 934switch (message.Response.Status) 937return message.Response; 939throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 944return message.Response; 974switch (message.Response.Status) 977return message.Response; 979throw _clientDiagnostics.CreateRequestFailedException(message.Response); 984return message.Response; 1032switch (message.Response.Status) 1035return message.Response; 1037throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 1042return message.Response; 1072switch (message.Response.Status) 1075return message.Response; 1077throw _clientDiagnostics.CreateRequestFailedException(message.Response); 1082return message.Response; 1130switch (message.Response.Status) 1133return message.Response; 1135throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 1140return message.Response; 1170switch (message.Response.Status) 1173return message.Response; 1175throw _clientDiagnostics.CreateRequestFailedException(message.Response); 1180return message.Response; 1228switch (message.Response.Status) 1231return message.Response; 1233throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 1238return message.Response; 1268switch (message.Response.Status) 1271return message.Response; 1273throw _clientDiagnostics.CreateRequestFailedException(message.Response); 1278return message.Response; 1329switch (message.Response.Status) 1332return message.Response; 1334throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 1339return message.Response; 1373switch (message.Response.Status) 1376return message.Response; 1378throw _clientDiagnostics.CreateRequestFailedException(message.Response); 1383return message.Response; 2659switch (message.Response.Status) 2662return message.Response; 2664throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 2669return message.Response; 3916switch (message.Response.Status) 3919return message.Response; 3921throw _clientDiagnostics.CreateRequestFailedException(message.Response); 3926return message.Response; 5189switch (message.Response.Status) 5192return message.Response; 5194throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 5199return message.Response; 6443switch (message.Response.Status) 6446return message.Response; 6448throw _clientDiagnostics.CreateRequestFailedException(message.Response); 6453return message.Response; 7716switch (message.Response.Status) 7719return message.Response; 7721throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 7726return message.Response; 8970switch (message.Response.Status) 8973return message.Response; 8975throw _clientDiagnostics.CreateRequestFailedException(message.Response); 8980return message.Response; 9032switch (message.Response.Status) 9035return message.Response; 9037throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 9042return message.Response; 9076switch (message.Response.Status) 9079return message.Response; 9081throw _clientDiagnostics.CreateRequestFailedException(message.Response); 9086return message.Response; 9145switch (message.Response.Status) 9148return message.Response; 9150throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 9155return message.Response; 9185switch (message.Response.Status) 9188return message.Response; 9190throw _clientDiagnostics.CreateRequestFailedException(message.Response); 9195return message.Response; 9244switch (message.Response.Status) 9247return message.Response; 9249throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 9254return message.Response; 9284switch (message.Response.Status) 9287return message.Response; 9289throw _clientDiagnostics.CreateRequestFailedException(message.Response); 9294return message.Response;
Shared\AutoRest\OperationInternals.cs (2)
184return message.Response; 206return message.Response;
Azure.Analytics.Purview.Scanning (310)
Generated\PurviewClassificationRuleClient.cs (42)
82switch (message.Response.Status) 85return message.Response; 87throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 92return message.Response; 121switch (message.Response.Status) 124return message.Response; 126throw _clientDiagnostics.CreateRequestFailedException(message.Response); 131return message.Response; 207switch (message.Response.Status) 211return message.Response; 213throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 218return message.Response; 277switch (message.Response.Status) 281return message.Response; 283throw _clientDiagnostics.CreateRequestFailedException(message.Response); 288return message.Response; 337switch (message.Response.Status) 340return message.Response; 342return message.Response; 344throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 349return message.Response; 378switch (message.Response.Status) 381return message.Response; 383return message.Response; 385throw _clientDiagnostics.CreateRequestFailedException(message.Response); 390return message.Response; 436switch (message.Response.Status) 439return message.Response; 441throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 446return message.Response; 475switch (message.Response.Status) 478return message.Response; 480throw _clientDiagnostics.CreateRequestFailedException(message.Response); 485return message.Response; 534switch (message.Response.Status) 537return message.Response; 539throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 544return message.Response; 575switch (message.Response.Status) 578return message.Response; 580throw _clientDiagnostics.CreateRequestFailedException(message.Response); 585return message.Response;
Generated\PurviewDataSourceClient.cs (42)
376switch (message.Response.Status) 380return message.Response; 382throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 387return message.Response; 710switch (message.Response.Status) 714return message.Response; 716throw _clientDiagnostics.CreateRequestFailedException(message.Response); 721return message.Response; 770switch (message.Response.Status) 773return message.Response; 775throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 780return message.Response; 809switch (message.Response.Status) 812return message.Response; 814throw _clientDiagnostics.CreateRequestFailedException(message.Response); 819return message.Response; 865switch (message.Response.Status) 868return message.Response; 870return message.Response; 872throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 877return message.Response; 906switch (message.Response.Status) 909return message.Response; 911return message.Response; 913throw _clientDiagnostics.CreateRequestFailedException(message.Response); 918return message.Response; 964switch (message.Response.Status) 967return message.Response; 969throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 974return message.Response; 1003switch (message.Response.Status) 1006return message.Response; 1008throw _clientDiagnostics.CreateRequestFailedException(message.Response); 1013return message.Response; 1060switch (message.Response.Status) 1063return message.Response; 1065throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 1070return message.Response; 1099switch (message.Response.Status) 1102return message.Response; 1104throw _clientDiagnostics.CreateRequestFailedException(message.Response); 1109return message.Response;
Generated\PurviewScanClient.cs (92)
89switch (message.Response.Status) 92return message.Response; 94throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 99return message.Response; 128switch (message.Response.Status) 131return message.Response; 133throw _clientDiagnostics.CreateRequestFailedException(message.Response); 138return message.Response; 238switch (message.Response.Status) 242return message.Response; 244throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 249return message.Response; 329switch (message.Response.Status) 333return message.Response; 335throw _clientDiagnostics.CreateRequestFailedException(message.Response); 340return message.Response; 653switch (message.Response.Status) 657return message.Response; 659throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 664return message.Response; 954switch (message.Response.Status) 958return message.Response; 960throw _clientDiagnostics.CreateRequestFailedException(message.Response); 965return message.Response; 1016switch (message.Response.Status) 1019return message.Response; 1021throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 1026return message.Response; 1055switch (message.Response.Status) 1058return message.Response; 1060throw _clientDiagnostics.CreateRequestFailedException(message.Response); 1065return message.Response; 1113switch (message.Response.Status) 1116return message.Response; 1118return message.Response; 1120throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 1125return message.Response; 1154switch (message.Response.Status) 1157return message.Response; 1159return message.Response; 1161throw _clientDiagnostics.CreateRequestFailedException(message.Response); 1166return message.Response; 1216switch (message.Response.Status) 1219return message.Response; 1221throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 1226return message.Response; 1257switch (message.Response.Status) 1260return message.Response; 1262throw _clientDiagnostics.CreateRequestFailedException(message.Response); 1267return message.Response; 1324switch (message.Response.Status) 1327return message.Response; 1329throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 1334return message.Response; 1364switch (message.Response.Status) 1367return message.Response; 1369throw _clientDiagnostics.CreateRequestFailedException(message.Response); 1374return message.Response; 1426switch (message.Response.Status) 1429return message.Response; 1431throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 1436return message.Response; 1465switch (message.Response.Status) 1468return message.Response; 1470throw _clientDiagnostics.CreateRequestFailedException(message.Response); 1475return message.Response; 1524switch (message.Response.Status) 1527return message.Response; 1529throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 1534return message.Response; 1563switch (message.Response.Status) 1566return message.Response; 1568throw _clientDiagnostics.CreateRequestFailedException(message.Response); 1573return message.Response; 1820switch (message.Response.Status) 1824return message.Response; 1826throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 1831return message.Response; 2058switch (message.Response.Status) 2062return message.Response; 2064throw _clientDiagnostics.CreateRequestFailedException(message.Response); 2069return message.Response; 2121switch (message.Response.Status) 2124return message.Response; 2126return message.Response; 2128throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 2133return message.Response; 2162switch (message.Response.Status) 2165return message.Response; 2167return message.Response; 2169throw _clientDiagnostics.CreateRequestFailedException(message.Response); 2174return message.Response;
Generated\PurviewScanningServiceClient.cs (132)
76switch (message.Response.Status) 79return message.Response; 81throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 86return message.Response; 116switch (message.Response.Status) 119return message.Response; 121throw _clientDiagnostics.CreateRequestFailedException(message.Response); 126return message.Response; 225switch (message.Response.Status) 228return message.Response; 230throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 235return message.Response; 316switch (message.Response.Status) 319return message.Response; 321throw _clientDiagnostics.CreateRequestFailedException(message.Response); 326return message.Response; 377switch (message.Response.Status) 380return message.Response; 382return message.Response; 384throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 389return message.Response; 419switch (message.Response.Status) 422return message.Response; 424return message.Response; 426throw _clientDiagnostics.CreateRequestFailedException(message.Response); 431return message.Response; 478switch (message.Response.Status) 481return message.Response; 483throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 488return message.Response; 517switch (message.Response.Status) 520return message.Response; 522throw _clientDiagnostics.CreateRequestFailedException(message.Response); 527return message.Response; 572switch (message.Response.Status) 575return message.Response; 577throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 582return message.Response; 611switch (message.Response.Status) 614return message.Response; 616throw _clientDiagnostics.CreateRequestFailedException(message.Response); 621return message.Response; 666switch (message.Response.Status) 669return message.Response; 671throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 676return message.Response; 705switch (message.Response.Status) 708return message.Response; 710throw _clientDiagnostics.CreateRequestFailedException(message.Response); 715return message.Response; 760switch (message.Response.Status) 763return message.Response; 765throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 770return message.Response; 799switch (message.Response.Status) 802return message.Response; 804throw _clientDiagnostics.CreateRequestFailedException(message.Response); 809return message.Response; 855switch (message.Response.Status) 858return message.Response; 860throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 865return message.Response; 895switch (message.Response.Status) 898return message.Response; 900throw _clientDiagnostics.CreateRequestFailedException(message.Response); 905return message.Response; 1001switch (message.Response.Status) 1005return message.Response; 1007throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 1012return message.Response; 1090switch (message.Response.Status) 1094return message.Response; 1096throw _clientDiagnostics.CreateRequestFailedException(message.Response); 1101return message.Response; 1152switch (message.Response.Status) 1155return message.Response; 1157return message.Response; 1159throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 1164return message.Response; 1194switch (message.Response.Status) 1197return message.Response; 1199return message.Response; 1201throw _clientDiagnostics.CreateRequestFailedException(message.Response); 1206return message.Response; 1253switch (message.Response.Status) 1256return message.Response; 1258throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 1263return message.Response; 1292switch (message.Response.Status) 1295return message.Response; 1297throw _clientDiagnostics.CreateRequestFailedException(message.Response); 1302return message.Response; 1347switch (message.Response.Status) 1350return message.Response; 1352throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 1357return message.Response; 1386switch (message.Response.Status) 1389return message.Response; 1391throw _clientDiagnostics.CreateRequestFailedException(message.Response); 1396return message.Response; 1442switch (message.Response.Status) 1445return message.Response; 1447throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 1452return message.Response; 1482switch (message.Response.Status) 1485return message.Response; 1487throw _clientDiagnostics.CreateRequestFailedException(message.Response); 1492return message.Response; 1541switch (message.Response.Status) 1544return message.Response; 1546throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 1551return message.Response; 1582switch (message.Response.Status) 1585return message.Response; 1587throw _clientDiagnostics.CreateRequestFailedException(message.Response); 1592return message.Response; 1645switch (message.Response.Status) 1648return message.Response; 1650throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 1655return message.Response; 1685switch (message.Response.Status) 1688return message.Response; 1690throw _clientDiagnostics.CreateRequestFailedException(message.Response); 1695return message.Response; 1746switch (message.Response.Status) 1749return message.Response; 1751throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 1756return message.Response; 1786switch (message.Response.Status) 1789return message.Response; 1791throw _clientDiagnostics.CreateRequestFailedException(message.Response); 1796return message.Response;
Shared\AutoRest\OperationInternals.cs (2)
184return message.Response; 206return message.Response;
Azure.Analytics.Synapse.AccessControl (66)
Generated\RoleAssignmentsRestClient.cs (40)
93switch (message.Response.Status) 98using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 100return Response.FromValue(value, message.Response); 103throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 130switch (message.Response.Status) 135using var document = JsonDocument.Parse(message.Response.ContentStream); 137return Response.FromValue(value, message.Response); 140throw _clientDiagnostics.CreateRequestFailedException(message.Response); 184var headers = new RoleAssignmentsListRoleAssignmentsHeaders(message.Response); 185switch (message.Response.Status) 190using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 192return ResponseWithHeaders.FromValue(value, headers, message.Response); 195throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 209var headers = new RoleAssignmentsListRoleAssignmentsHeaders(message.Response); 210switch (message.Response.Status) 215using var document = JsonDocument.Parse(message.Response.ContentStream); 217return ResponseWithHeaders.FromValue(value, headers, message.Response); 220throw _clientDiagnostics.CreateRequestFailedException(message.Response); 268switch (message.Response.Status) 273using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 275return Response.FromValue(value, message.Response); 278throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 303switch (message.Response.Status) 308using var document = JsonDocument.Parse(message.Response.ContentStream); 310return Response.FromValue(value, message.Response); 313throw _clientDiagnostics.CreateRequestFailedException(message.Response); 345switch (message.Response.Status) 350using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 352return Response.FromValue(value, message.Response); 355throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 372switch (message.Response.Status) 377using var document = JsonDocument.Parse(message.Response.ContentStream); 379return Response.FromValue(value, message.Response); 382throw _clientDiagnostics.CreateRequestFailedException(message.Response); 419switch (message.Response.Status) 423return message.Response; 425throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 443switch (message.Response.Status) 447return message.Response; 449throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Generated\RoleDefinitionsRestClient.cs (24)
80switch (message.Response.Status) 85using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 92return Response.FromValue(value, message.Response); 95throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 107switch (message.Response.Status) 112using var document = JsonDocument.Parse(message.Response.ContentStream); 119return Response.FromValue(value, message.Response); 122throw _clientDiagnostics.CreateRequestFailedException(message.Response); 154switch (message.Response.Status) 159using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 161return Response.FromValue(value, message.Response); 164throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 181switch (message.Response.Status) 186using var document = JsonDocument.Parse(message.Response.ContentStream); 188return Response.FromValue(value, message.Response); 191throw _clientDiagnostics.CreateRequestFailedException(message.Response); 215switch (message.Response.Status) 220using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 227return Response.FromValue(value, message.Response); 230throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 240switch (message.Response.Status) 245using var document = JsonDocument.Parse(message.Response.ContentStream); 252return Response.FromValue(value, message.Response); 255throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Shared\AutoRest\OperationInternals.cs (2)
184return message.Response; 206return message.Response;
Azure.Analytics.Synapse.Artifacts (636)
Generated\BigDataPoolsRestClient.cs (16)
69switch (message.Response.Status) 74using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 76return Response.FromValue(value, message.Response); 79throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 89switch (message.Response.Status) 94using var document = JsonDocument.Parse(message.Response.ContentStream); 96return Response.FromValue(value, message.Response); 99throw _clientDiagnostics.CreateRequestFailedException(message.Response); 131switch (message.Response.Status) 136using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 138return Response.FromValue(value, message.Response); 141throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 158switch (message.Response.Status) 163using var document = JsonDocument.Parse(message.Response.ContentStream); 165return Response.FromValue(value, message.Response); 168throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Generated\DataFlowDebugSessionRestClient.cs (46)
80var headers = new DataFlowDebugSessionCreateDataFlowDebugSessionHeaders(message.Response); 81switch (message.Response.Status) 85return ResponseWithHeaders.FromValue(headers, message.Response); 87throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 104var headers = new DataFlowDebugSessionCreateDataFlowDebugSessionHeaders(message.Response); 105switch (message.Response.Status) 109return ResponseWithHeaders.FromValue(headers, message.Response); 111throw _clientDiagnostics.CreateRequestFailedException(message.Response); 135switch (message.Response.Status) 140using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 142return Response.FromValue(value, message.Response); 145throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 155switch (message.Response.Status) 160using var document = JsonDocument.Parse(message.Response.ContentStream); 162return Response.FromValue(value, message.Response); 165throw _clientDiagnostics.CreateRequestFailedException(message.Response); 200switch (message.Response.Status) 205using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 207return Response.FromValue(value, message.Response); 210throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 227switch (message.Response.Status) 232using var document = JsonDocument.Parse(message.Response.ContentStream); 234return Response.FromValue(value, message.Response); 237throw _clientDiagnostics.CreateRequestFailedException(message.Response); 272switch (message.Response.Status) 275return message.Response; 277throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 294switch (message.Response.Status) 297return message.Response; 299throw _clientDiagnostics.CreateRequestFailedException(message.Response); 334var headers = new DataFlowDebugSessionExecuteCommandHeaders(message.Response); 335switch (message.Response.Status) 339return ResponseWithHeaders.FromValue(headers, message.Response); 341throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 358var headers = new DataFlowDebugSessionExecuteCommandHeaders(message.Response); 359switch (message.Response.Status) 363return ResponseWithHeaders.FromValue(headers, message.Response); 365throw _clientDiagnostics.CreateRequestFailedException(message.Response); 395switch (message.Response.Status) 400using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 402return Response.FromValue(value, message.Response); 405throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 422switch (message.Response.Status) 427using var document = JsonDocument.Parse(message.Response.ContentStream); 429return Response.FromValue(value, message.Response); 432throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Generated\DataFlowRestClient.cs (42)
91switch (message.Response.Status) 95return message.Response; 97throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 120switch (message.Response.Status) 124return message.Response; 126throw _clientDiagnostics.CreateRequestFailedException(message.Response); 163switch (message.Response.Status) 168using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 170return Response.FromValue(value, message.Response); 173throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 191switch (message.Response.Status) 196using var document = JsonDocument.Parse(message.Response.ContentStream); 198return Response.FromValue(value, message.Response); 201throw _clientDiagnostics.CreateRequestFailedException(message.Response); 233switch (message.Response.Status) 238return message.Response; 240throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 257switch (message.Response.Status) 262return message.Response; 264throw _clientDiagnostics.CreateRequestFailedException(message.Response); 306switch (message.Response.Status) 310return message.Response; 312throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 334switch (message.Response.Status) 338return message.Response; 340throw _clientDiagnostics.CreateRequestFailedException(message.Response); 364switch (message.Response.Status) 369using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 371return Response.FromValue(value, message.Response); 374throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 384switch (message.Response.Status) 389using var document = JsonDocument.Parse(message.Response.ContentStream); 391return Response.FromValue(value, message.Response); 394throw _clientDiagnostics.CreateRequestFailedException(message.Response); 424switch (message.Response.Status) 429using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 431return Response.FromValue(value, message.Response); 434throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 451switch (message.Response.Status) 456using var document = JsonDocument.Parse(message.Response.ContentStream); 458return Response.FromValue(value, message.Response); 461throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Generated\DatasetRestClient.cs (44)
69switch (message.Response.Status) 74using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 76return Response.FromValue(value, message.Response); 79throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 89switch (message.Response.Status) 94using var document = JsonDocument.Parse(message.Response.ContentStream); 96return Response.FromValue(value, message.Response); 99throw _clientDiagnostics.CreateRequestFailedException(message.Response); 145switch (message.Response.Status) 149return message.Response; 151throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 174switch (message.Response.Status) 178return message.Response; 180throw _clientDiagnostics.CreateRequestFailedException(message.Response); 217switch (message.Response.Status) 222using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 224return Response.FromValue(value, message.Response); 227return Response.FromValue((DatasetResource)null, message.Response); 229throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 247switch (message.Response.Status) 252using var document = JsonDocument.Parse(message.Response.ContentStream); 254return Response.FromValue(value, message.Response); 257return Response.FromValue((DatasetResource)null, message.Response); 259throw _clientDiagnostics.CreateRequestFailedException(message.Response); 291switch (message.Response.Status) 296return message.Response; 298throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 315switch (message.Response.Status) 320return message.Response; 322throw _clientDiagnostics.CreateRequestFailedException(message.Response); 364switch (message.Response.Status) 368return message.Response; 370throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 392switch (message.Response.Status) 396return message.Response; 398throw _clientDiagnostics.CreateRequestFailedException(message.Response); 428switch (message.Response.Status) 433using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 435return Response.FromValue(value, message.Response); 438throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 455switch (message.Response.Status) 460using var document = JsonDocument.Parse(message.Response.ContentStream); 462return Response.FromValue(value, message.Response); 465throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Generated\IntegrationRuntimesRestClient.cs (16)
69switch (message.Response.Status) 74using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 76return Response.FromValue(value, message.Response); 79throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 89switch (message.Response.Status) 94using var document = JsonDocument.Parse(message.Response.ContentStream); 96return Response.FromValue(value, message.Response); 99throw _clientDiagnostics.CreateRequestFailedException(message.Response); 131switch (message.Response.Status) 136using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 138return Response.FromValue(value, message.Response); 141throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 158switch (message.Response.Status) 163using var document = JsonDocument.Parse(message.Response.ContentStream); 165return Response.FromValue(value, message.Response); 168throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Generated\LibraryRestClient.cs (62)
70switch (message.Response.Status) 75using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 77return Response.FromValue(value, message.Response); 80throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 90switch (message.Response.Status) 95using var document = JsonDocument.Parse(message.Response.ContentStream); 97return Response.FromValue(value, message.Response); 100throw _clientDiagnostics.CreateRequestFailedException(message.Response); 133switch (message.Response.Status) 137return message.Response; 139throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 156switch (message.Response.Status) 160return message.Response; 162throw _clientDiagnostics.CreateRequestFailedException(message.Response); 194switch (message.Response.Status) 199using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 201return Response.FromValue<object>(value, message.Response); 206using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 208return Response.FromValue<object>(value, message.Response); 211throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 228switch (message.Response.Status) 233using var document = JsonDocument.Parse(message.Response.ContentStream); 235return Response.FromValue<object>(value, message.Response); 240using var document = JsonDocument.Parse(message.Response.ContentStream); 242return Response.FromValue<object>(value, message.Response); 245throw _clientDiagnostics.CreateRequestFailedException(message.Response); 277switch (message.Response.Status) 282return message.Response; 284throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 301switch (message.Response.Status) 306return message.Response; 308throw _clientDiagnostics.CreateRequestFailedException(message.Response); 340switch (message.Response.Status) 345using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 347return Response.FromValue(value, message.Response); 350return Response.FromValue((LibraryResource)null, message.Response); 352throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 369switch (message.Response.Status) 374using var document = JsonDocument.Parse(message.Response.ContentStream); 376return Response.FromValue(value, message.Response); 379return Response.FromValue((LibraryResource)null, message.Response); 381throw _clientDiagnostics.CreateRequestFailedException(message.Response); 413switch (message.Response.Status) 417return message.Response; 419throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 436switch (message.Response.Status) 440return message.Response; 442throw _clientDiagnostics.CreateRequestFailedException(message.Response); 487switch (message.Response.Status) 490return message.Response; 492throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 515switch (message.Response.Status) 518return message.Response; 520throw _clientDiagnostics.CreateRequestFailedException(message.Response); 550switch (message.Response.Status) 555using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 557return Response.FromValue(value, message.Response); 560throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 577switch (message.Response.Status) 582using var document = JsonDocument.Parse(message.Response.ContentStream); 584return Response.FromValue(value, message.Response); 587throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Generated\LinkedServiceRestClient.cs (44)
69switch (message.Response.Status) 74using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 76return Response.FromValue(value, message.Response); 79throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 89switch (message.Response.Status) 94using var document = JsonDocument.Parse(message.Response.ContentStream); 96return Response.FromValue(value, message.Response); 99throw _clientDiagnostics.CreateRequestFailedException(message.Response); 145switch (message.Response.Status) 149return message.Response; 151throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 174switch (message.Response.Status) 178return message.Response; 180throw _clientDiagnostics.CreateRequestFailedException(message.Response); 217switch (message.Response.Status) 222using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 224return Response.FromValue(value, message.Response); 227return Response.FromValue((LinkedServiceResource)null, message.Response); 229throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 247switch (message.Response.Status) 252using var document = JsonDocument.Parse(message.Response.ContentStream); 254return Response.FromValue(value, message.Response); 257return Response.FromValue((LinkedServiceResource)null, message.Response); 259throw _clientDiagnostics.CreateRequestFailedException(message.Response); 291switch (message.Response.Status) 296return message.Response; 298throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 315switch (message.Response.Status) 320return message.Response; 322throw _clientDiagnostics.CreateRequestFailedException(message.Response); 364switch (message.Response.Status) 368return message.Response; 370throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 392switch (message.Response.Status) 396return message.Response; 398throw _clientDiagnostics.CreateRequestFailedException(message.Response); 428switch (message.Response.Status) 433using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 435return Response.FromValue(value, message.Response); 438throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 455switch (message.Response.Status) 460using var document = JsonDocument.Parse(message.Response.ContentStream); 462return Response.FromValue(value, message.Response); 465throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Generated\NotebookRestClient.cs (60)
69switch (message.Response.Status) 74using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 76return Response.FromValue(value, message.Response); 79throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 89switch (message.Response.Status) 94using var document = JsonDocument.Parse(message.Response.ContentStream); 96return Response.FromValue(value, message.Response); 99throw _clientDiagnostics.CreateRequestFailedException(message.Response); 123switch (message.Response.Status) 128using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 130return Response.FromValue(value, message.Response); 133throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 143switch (message.Response.Status) 148using var document = JsonDocument.Parse(message.Response.ContentStream); 150return Response.FromValue(value, message.Response); 153throw _clientDiagnostics.CreateRequestFailedException(message.Response); 199switch (message.Response.Status) 203return message.Response; 205throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 228switch (message.Response.Status) 232return message.Response; 234throw _clientDiagnostics.CreateRequestFailedException(message.Response); 271switch (message.Response.Status) 276using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 278return Response.FromValue(value, message.Response); 281return Response.FromValue((NotebookResource)null, message.Response); 283throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 301switch (message.Response.Status) 306using var document = JsonDocument.Parse(message.Response.ContentStream); 308return Response.FromValue(value, message.Response); 311return Response.FromValue((NotebookResource)null, message.Response); 313throw _clientDiagnostics.CreateRequestFailedException(message.Response); 345switch (message.Response.Status) 350return message.Response; 352throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 369switch (message.Response.Status) 374return message.Response; 376throw _clientDiagnostics.CreateRequestFailedException(message.Response); 418switch (message.Response.Status) 422return message.Response; 424throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 446switch (message.Response.Status) 450return message.Response; 452throw _clientDiagnostics.CreateRequestFailedException(message.Response); 482switch (message.Response.Status) 487using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 489return Response.FromValue(value, message.Response); 492throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 509switch (message.Response.Status) 514using var document = JsonDocument.Parse(message.Response.ContentStream); 516return Response.FromValue(value, message.Response); 519throw _clientDiagnostics.CreateRequestFailedException(message.Response); 549switch (message.Response.Status) 554using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 556return Response.FromValue(value, message.Response); 559throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 576switch (message.Response.Status) 581using var document = JsonDocument.Parse(message.Response.ContentStream); 583return Response.FromValue(value, message.Response); 586throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Generated\PipelineRestClient.cs (52)
70switch (message.Response.Status) 75using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 77return Response.FromValue(value, message.Response); 80throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 90switch (message.Response.Status) 95using var document = JsonDocument.Parse(message.Response.ContentStream); 97return Response.FromValue(value, message.Response); 100throw _clientDiagnostics.CreateRequestFailedException(message.Response); 146switch (message.Response.Status) 150return message.Response; 152throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 175switch (message.Response.Status) 179return message.Response; 181throw _clientDiagnostics.CreateRequestFailedException(message.Response); 218switch (message.Response.Status) 223using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 225return Response.FromValue(value, message.Response); 228return Response.FromValue((PipelineResource)null, message.Response); 230throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 248switch (message.Response.Status) 253using var document = JsonDocument.Parse(message.Response.ContentStream); 255return Response.FromValue(value, message.Response); 258return Response.FromValue((PipelineResource)null, message.Response); 260throw _clientDiagnostics.CreateRequestFailedException(message.Response); 292switch (message.Response.Status) 297return message.Response; 299throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 316switch (message.Response.Status) 321return message.Response; 323throw _clientDiagnostics.CreateRequestFailedException(message.Response); 365switch (message.Response.Status) 369return message.Response; 371throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 393switch (message.Response.Status) 397return message.Response; 399throw _clientDiagnostics.CreateRequestFailedException(message.Response); 461switch (message.Response.Status) 466using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 468return Response.FromValue(value, message.Response); 471throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 492switch (message.Response.Status) 497using var document = JsonDocument.Parse(message.Response.ContentStream); 499return Response.FromValue(value, message.Response); 502throw _clientDiagnostics.CreateRequestFailedException(message.Response); 532switch (message.Response.Status) 537using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 539return Response.FromValue(value, message.Response); 542throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 559switch (message.Response.Status) 564using var document = JsonDocument.Parse(message.Response.ContentStream); 566return Response.FromValue(value, message.Response); 569throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Generated\PipelineRunRestClient.cs (30)
80switch (message.Response.Status) 85using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 87return Response.FromValue(value, message.Response); 90throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 107switch (message.Response.Status) 112using var document = JsonDocument.Parse(message.Response.ContentStream); 114return Response.FromValue(value, message.Response); 117throw _clientDiagnostics.CreateRequestFailedException(message.Response); 149switch (message.Response.Status) 154using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 156return Response.FromValue(value, message.Response); 159throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 176switch (message.Response.Status) 181using var document = JsonDocument.Parse(message.Response.ContentStream); 183return Response.FromValue(value, message.Response); 186throw _clientDiagnostics.CreateRequestFailedException(message.Response); 235switch (message.Response.Status) 240using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 242return Response.FromValue(value, message.Response); 245throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 272switch (message.Response.Status) 277using var document = JsonDocument.Parse(message.Response.ContentStream); 279return Response.FromValue(value, message.Response); 282throw _clientDiagnostics.CreateRequestFailedException(message.Response); 320switch (message.Response.Status) 323return message.Response; 325throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 343switch (message.Response.Status) 346return message.Response; 348throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Generated\SparkJobDefinitionRestClient.cs (56)
69switch (message.Response.Status) 74using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 76return Response.FromValue(value, message.Response); 79throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 89switch (message.Response.Status) 94using var document = JsonDocument.Parse(message.Response.ContentStream); 96return Response.FromValue(value, message.Response); 99throw _clientDiagnostics.CreateRequestFailedException(message.Response); 145switch (message.Response.Status) 149return message.Response; 151throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 174switch (message.Response.Status) 178return message.Response; 180throw _clientDiagnostics.CreateRequestFailedException(message.Response); 217switch (message.Response.Status) 222using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 224return Response.FromValue(value, message.Response); 227return Response.FromValue((SparkJobDefinitionResource)null, message.Response); 229throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 247switch (message.Response.Status) 252using var document = JsonDocument.Parse(message.Response.ContentStream); 254return Response.FromValue(value, message.Response); 257return Response.FromValue((SparkJobDefinitionResource)null, message.Response); 259throw _clientDiagnostics.CreateRequestFailedException(message.Response); 291switch (message.Response.Status) 296return message.Response; 298throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 315switch (message.Response.Status) 320return message.Response; 322throw _clientDiagnostics.CreateRequestFailedException(message.Response); 355switch (message.Response.Status) 359return message.Response; 361throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 378switch (message.Response.Status) 382return message.Response; 384throw _clientDiagnostics.CreateRequestFailedException(message.Response); 426switch (message.Response.Status) 430return message.Response; 432throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 454switch (message.Response.Status) 458return message.Response; 460throw _clientDiagnostics.CreateRequestFailedException(message.Response); 495switch (message.Response.Status) 499return message.Response; 501throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 518switch (message.Response.Status) 522return message.Response; 524throw _clientDiagnostics.CreateRequestFailedException(message.Response); 554switch (message.Response.Status) 559using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 561return Response.FromValue(value, message.Response); 564throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 581switch (message.Response.Status) 586using var document = JsonDocument.Parse(message.Response.ContentStream); 588return Response.FromValue(value, message.Response); 591throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Generated\SqlPoolsRestClient.cs (16)
69switch (message.Response.Status) 74using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 76return Response.FromValue(value, message.Response); 79throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 89switch (message.Response.Status) 94using var document = JsonDocument.Parse(message.Response.ContentStream); 96return Response.FromValue(value, message.Response); 99throw _clientDiagnostics.CreateRequestFailedException(message.Response); 131switch (message.Response.Status) 136using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 138return Response.FromValue(value, message.Response); 141throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 158switch (message.Response.Status) 163using var document = JsonDocument.Parse(message.Response.ContentStream); 165return Response.FromValue(value, message.Response); 168throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Generated\SqlScriptRestClient.cs (44)
69switch (message.Response.Status) 74using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 76return Response.FromValue(value, message.Response); 79throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 89switch (message.Response.Status) 94using var document = JsonDocument.Parse(message.Response.ContentStream); 96return Response.FromValue(value, message.Response); 99throw _clientDiagnostics.CreateRequestFailedException(message.Response); 145switch (message.Response.Status) 149return message.Response; 151throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 174switch (message.Response.Status) 178return message.Response; 180throw _clientDiagnostics.CreateRequestFailedException(message.Response); 217switch (message.Response.Status) 222using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 224return Response.FromValue(value, message.Response); 227return Response.FromValue((SqlScriptResource)null, message.Response); 229throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 247switch (message.Response.Status) 252using var document = JsonDocument.Parse(message.Response.ContentStream); 254return Response.FromValue(value, message.Response); 257return Response.FromValue((SqlScriptResource)null, message.Response); 259throw _clientDiagnostics.CreateRequestFailedException(message.Response); 291switch (message.Response.Status) 296return message.Response; 298throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 315switch (message.Response.Status) 320return message.Response; 322throw _clientDiagnostics.CreateRequestFailedException(message.Response); 364switch (message.Response.Status) 368return message.Response; 370throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 392switch (message.Response.Status) 396return message.Response; 398throw _clientDiagnostics.CreateRequestFailedException(message.Response); 428switch (message.Response.Status) 433using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 435return Response.FromValue(value, message.Response); 438throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 455switch (message.Response.Status) 460using var document = JsonDocument.Parse(message.Response.ContentStream); 462return Response.FromValue(value, message.Response); 465throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Generated\TriggerRestClient.cs (70)
69switch (message.Response.Status) 74using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 76return Response.FromValue(value, message.Response); 79throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 89switch (message.Response.Status) 94using var document = JsonDocument.Parse(message.Response.ContentStream); 96return Response.FromValue(value, message.Response); 99throw _clientDiagnostics.CreateRequestFailedException(message.Response); 145switch (message.Response.Status) 149return message.Response; 151throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 174switch (message.Response.Status) 178return message.Response; 180throw _clientDiagnostics.CreateRequestFailedException(message.Response); 217switch (message.Response.Status) 222using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 224return Response.FromValue(value, message.Response); 227return Response.FromValue((TriggerResource)null, message.Response); 229throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 247switch (message.Response.Status) 252using var document = JsonDocument.Parse(message.Response.ContentStream); 254return Response.FromValue(value, message.Response); 257return Response.FromValue((TriggerResource)null, message.Response); 259throw _clientDiagnostics.CreateRequestFailedException(message.Response); 291switch (message.Response.Status) 296return message.Response; 298throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 315switch (message.Response.Status) 320return message.Response; 322throw _clientDiagnostics.CreateRequestFailedException(message.Response); 355switch (message.Response.Status) 359return message.Response; 361throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 378switch (message.Response.Status) 382return message.Response; 384throw _clientDiagnostics.CreateRequestFailedException(message.Response); 417switch (message.Response.Status) 422using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 424return Response.FromValue(value, message.Response); 427throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 444switch (message.Response.Status) 449using var document = JsonDocument.Parse(message.Response.ContentStream); 451return Response.FromValue(value, message.Response); 454throw _clientDiagnostics.CreateRequestFailedException(message.Response); 487switch (message.Response.Status) 491return message.Response; 493throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 510switch (message.Response.Status) 514return message.Response; 516throw _clientDiagnostics.CreateRequestFailedException(message.Response); 549switch (message.Response.Status) 552return message.Response; 554throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 571switch (message.Response.Status) 574return message.Response; 576throw _clientDiagnostics.CreateRequestFailedException(message.Response); 609switch (message.Response.Status) 612return message.Response; 614throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 631switch (message.Response.Status) 634return message.Response; 636throw _clientDiagnostics.CreateRequestFailedException(message.Response); 666switch (message.Response.Status) 671using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 673return Response.FromValue(value, message.Response); 676throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 693switch (message.Response.Status) 698using var document = JsonDocument.Parse(message.Response.ContentStream); 700return Response.FromValue(value, message.Response); 703throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Generated\TriggerRunRestClient.cs (20)
85switch (message.Response.Status) 88return message.Response; 90throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 112switch (message.Response.Status) 115return message.Response; 117throw _clientDiagnostics.CreateRequestFailedException(message.Response); 157switch (message.Response.Status) 160return message.Response; 162throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 184switch (message.Response.Status) 187return message.Response; 189throw _clientDiagnostics.CreateRequestFailedException(message.Response); 224switch (message.Response.Status) 229using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 231return Response.FromValue(value, message.Response); 234throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 251switch (message.Response.Status) 256using var document = JsonDocument.Parse(message.Response.ContentStream); 258return Response.FromValue(value, message.Response); 261throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Generated\WorkspaceGitRepoManagementRestClient.cs (8)
80switch (message.Response.Status) 85using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 87return Response.FromValue(value, message.Response); 90throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 107switch (message.Response.Status) 112using var document = JsonDocument.Parse(message.Response.ContentStream); 114return Response.FromValue(value, message.Response); 117throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Generated\WorkspaceRestClient.cs (8)
69switch (message.Response.Status) 74using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 76return Response.FromValue(value, message.Response); 79throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 89switch (message.Response.Status) 94using var document = JsonDocument.Parse(message.Response.ContentStream); 96return Response.FromValue(value, message.Response); 99throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Shared\AutoRest\OperationInternals.cs (2)
184return message.Response; 206return message.Response;
Azure.Analytics.Synapse.ManagedPrivateEndpoints (40)
Generated\ManagedPrivateEndpointsRestClient.cs (38)
84switch (message.Response.Status) 89using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 91return Response.FromValue(value, message.Response); 94throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 116switch (message.Response.Status) 121using var document = JsonDocument.Parse(message.Response.ContentStream); 123return Response.FromValue(value, message.Response); 126throw _clientDiagnostics.CreateRequestFailedException(message.Response); 174switch (message.Response.Status) 179using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 181return Response.FromValue(value, message.Response); 184throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 211switch (message.Response.Status) 216using var document = JsonDocument.Parse(message.Response.ContentStream); 218return Response.FromValue(value, message.Response); 221throw _clientDiagnostics.CreateRequestFailedException(message.Response); 259switch (message.Response.Status) 263return message.Response; 265throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 287switch (message.Response.Status) 291return message.Response; 293throw _clientDiagnostics.CreateRequestFailedException(message.Response); 326switch (message.Response.Status) 331using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 333return Response.FromValue(value, message.Response); 336throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 353switch (message.Response.Status) 358using var document = JsonDocument.Parse(message.Response.ContentStream); 360return Response.FromValue(value, message.Response); 363throw _clientDiagnostics.CreateRequestFailedException(message.Response); 398switch (message.Response.Status) 403using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 405return Response.FromValue(value, message.Response); 408throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 430switch (message.Response.Status) 435using var document = JsonDocument.Parse(message.Response.ContentStream); 437return Response.FromValue(value, message.Response); 440throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Shared\AutoRest\OperationInternals.cs (2)
184return message.Response; 206return message.Response;
Azure.Analytics.Synapse.Monitoring (18)
Generated\MonitoringRestClient.cs (16)
69switch (message.Response.Status) 74using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 76return Response.FromValue(value, message.Response); 79throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 89switch (message.Response.Status) 94using var document = JsonDocument.Parse(message.Response.ContentStream); 96return Response.FromValue(value, message.Response); 99throw _clientDiagnostics.CreateRequestFailedException(message.Response); 138switch (message.Response.Status) 143using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 145return Response.FromValue(value, message.Response); 148throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 161switch (message.Response.Status) 166using var document = JsonDocument.Parse(message.Response.ContentStream); 168return Response.FromValue(value, message.Response); 171throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Shared\AutoRest\OperationInternals.cs (2)
184return message.Response; 206return message.Response;
Azure.Analytics.Synapse.Spark (100)
Generated\SparkBatchRestClient.cs (30)
98switch (message.Response.Status) 103using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 105return Response.FromValue(value, message.Response); 108throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 125switch (message.Response.Status) 130using var document = JsonDocument.Parse(message.Response.ContentStream); 132return Response.FromValue(value, message.Response); 135throw _clientDiagnostics.CreateRequestFailedException(message.Response); 178switch (message.Response.Status) 183using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 185return Response.FromValue(value, message.Response); 188throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 206switch (message.Response.Status) 211using var document = JsonDocument.Parse(message.Response.ContentStream); 213return Response.FromValue(value, message.Response); 216throw _clientDiagnostics.CreateRequestFailedException(message.Response); 250switch (message.Response.Status) 255using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 257return Response.FromValue(value, message.Response); 260throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 272switch (message.Response.Status) 277using var document = JsonDocument.Parse(message.Response.ContentStream); 279return Response.FromValue(value, message.Response); 282throw _clientDiagnostics.CreateRequestFailedException(message.Response); 310switch (message.Response.Status) 313return message.Response; 315throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 326switch (message.Response.Status) 329return message.Response; 331throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Generated\SparkSessionRestClient.cs (68)
98switch (message.Response.Status) 103using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 105return Response.FromValue(value, message.Response); 108throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 125switch (message.Response.Status) 130using var document = JsonDocument.Parse(message.Response.ContentStream); 132return Response.FromValue(value, message.Response); 135throw _clientDiagnostics.CreateRequestFailedException(message.Response); 178switch (message.Response.Status) 183using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 185return Response.FromValue(value, message.Response); 188throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 206switch (message.Response.Status) 211using var document = JsonDocument.Parse(message.Response.ContentStream); 213return Response.FromValue(value, message.Response); 216throw _clientDiagnostics.CreateRequestFailedException(message.Response); 250switch (message.Response.Status) 255using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 257return Response.FromValue(value, message.Response); 260throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 272switch (message.Response.Status) 277using var document = JsonDocument.Parse(message.Response.ContentStream); 279return Response.FromValue(value, message.Response); 282throw _clientDiagnostics.CreateRequestFailedException(message.Response); 310switch (message.Response.Status) 313return message.Response; 315throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 326switch (message.Response.Status) 329return message.Response; 331throw _clientDiagnostics.CreateRequestFailedException(message.Response); 360switch (message.Response.Status) 363return message.Response; 365throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 376switch (message.Response.Status) 379return message.Response; 381throw _clientDiagnostics.CreateRequestFailedException(message.Response); 411switch (message.Response.Status) 416using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 418return Response.FromValue(value, message.Response); 421throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 432switch (message.Response.Status) 437using var document = JsonDocument.Parse(message.Response.ContentStream); 439return Response.FromValue(value, message.Response); 442throw _clientDiagnostics.CreateRequestFailedException(message.Response); 483switch (message.Response.Status) 488using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 490return Response.FromValue(value, message.Response); 493throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 511switch (message.Response.Status) 516using var document = JsonDocument.Parse(message.Response.ContentStream); 518return Response.FromValue(value, message.Response); 521throw _clientDiagnostics.CreateRequestFailedException(message.Response); 553switch (message.Response.Status) 558using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 560return Response.FromValue(value, message.Response); 563throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 575switch (message.Response.Status) 580using var document = JsonDocument.Parse(message.Response.ContentStream); 582return Response.FromValue(value, message.Response); 585throw _clientDiagnostics.CreateRequestFailedException(message.Response); 618switch (message.Response.Status) 623using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 625return Response.FromValue(value, message.Response); 628throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 640switch (message.Response.Status) 645using var document = JsonDocument.Parse(message.Response.ContentStream); 647return Response.FromValue(value, message.Response); 650throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Shared\AutoRest\OperationInternals.cs (2)
184return message.Response; 206return message.Response;
Azure.Communication.CallingServer (116)
Downloader\ContentDownloader.cs (6)
78switch (message.Response.Status) 84return Response.FromValue(value, message.Response); 87throw await _client._clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 107switch (message.Response.Status) 113return Response.FromValue(value, message.Response); 116throw _client._clientDiagnostics.CreateRequestFailedException(message.Response);
Generated\CallConnectionsRestClient.cs (44)
116switch (message.Response.Status) 121using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 123return Response.FromValue(value, message.Response); 126throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 157switch (message.Response.Status) 162using var document = JsonDocument.Parse(message.Response.ContentStream); 164return Response.FromValue(value, message.Response); 167throw _clientDiagnostics.CreateRequestFailedException(message.Response); 200switch (message.Response.Status) 203return message.Response; 205throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 222switch (message.Response.Status) 225return message.Response; 227throw _clientDiagnostics.CreateRequestFailedException(message.Response); 285switch (message.Response.Status) 290using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 292return Response.FromValue(value, message.Response); 295throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 325switch (message.Response.Status) 330using var document = JsonDocument.Parse(message.Response.ContentStream); 332return Response.FromValue(value, message.Response); 335throw _clientDiagnostics.CreateRequestFailedException(message.Response); 377switch (message.Response.Status) 382using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 384return Response.FromValue(value, message.Response); 387throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 405switch (message.Response.Status) 410using var document = JsonDocument.Parse(message.Response.ContentStream); 412return Response.FromValue(value, message.Response); 415throw _clientDiagnostics.CreateRequestFailedException(message.Response); 463switch (message.Response.Status) 468using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 470return Response.FromValue(value, message.Response); 473throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 494switch (message.Response.Status) 499using var document = JsonDocument.Parse(message.Response.ContentStream); 501return Response.FromValue(value, message.Response); 504throw _clientDiagnostics.CreateRequestFailedException(message.Response); 543switch (message.Response.Status) 546return message.Response; 548throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 570switch (message.Response.Status) 573return message.Response; 575throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Generated\ServerCallsRestClient.cs (64)
94switch (message.Response.Status) 99using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 101return Response.FromValue(value, message.Response); 104throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 125switch (message.Response.Status) 130using var document = JsonDocument.Parse(message.Response.ContentStream); 132return Response.FromValue(value, message.Response); 135throw _clientDiagnostics.CreateRequestFailedException(message.Response); 174switch (message.Response.Status) 177return message.Response; 179throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 201switch (message.Response.Status) 204return message.Response; 206throw _clientDiagnostics.CreateRequestFailedException(message.Response); 248switch (message.Response.Status) 253using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 255return Response.FromValue(value, message.Response); 258throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 276switch (message.Response.Status) 281using var document = JsonDocument.Parse(message.Response.ContentStream); 283return Response.FromValue(value, message.Response); 286throw _clientDiagnostics.CreateRequestFailedException(message.Response); 325switch (message.Response.Status) 330using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 332return Response.FromValue(value, message.Response); 335throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 357switch (message.Response.Status) 362using var document = JsonDocument.Parse(message.Response.ContentStream); 364return Response.FromValue(value, message.Response); 367throw _clientDiagnostics.CreateRequestFailedException(message.Response); 406switch (message.Response.Status) 409return message.Response; 411throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 433switch (message.Response.Status) 436return message.Response; 438throw _clientDiagnostics.CreateRequestFailedException(message.Response); 478switch (message.Response.Status) 481return message.Response; 483throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 505switch (message.Response.Status) 508return message.Response; 510throw _clientDiagnostics.CreateRequestFailedException(message.Response); 550switch (message.Response.Status) 553return message.Response; 555throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 577switch (message.Response.Status) 580return message.Response; 582throw _clientDiagnostics.CreateRequestFailedException(message.Response); 651switch (message.Response.Status) 656using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 658return Response.FromValue(value, message.Response); 661throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 691switch (message.Response.Status) 696using var document = JsonDocument.Parse(message.Response.ContentStream); 698return Response.FromValue(value, message.Response); 701throw _clientDiagnostics.CreateRequestFailedException(message.Response); 759switch (message.Response.Status) 764using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 766return Response.FromValue(value, message.Response); 769throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 799switch (message.Response.Status) 804using var document = JsonDocument.Parse(message.Response.ContentStream); 806return Response.FromValue(value, message.Response); 809throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Shared\AutoRest\OperationInternals.cs (2)
184return message.Response; 206return message.Response;
Azure.Communication.Chat (148)
Generated\ChatRestClient.cs (30)
95switch (message.Response.Status) 100using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 102return Response.FromValue(value, message.Response); 105throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 124switch (message.Response.Status) 129using var document = JsonDocument.Parse(message.Response.ContentStream); 131return Response.FromValue(value, message.Response); 134throw _clientDiagnostics.CreateRequestFailedException(message.Response); 168switch (message.Response.Status) 173using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 175return Response.FromValue(value, message.Response); 178throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 190switch (message.Response.Status) 195using var document = JsonDocument.Parse(message.Response.ContentStream); 197return Response.FromValue(value, message.Response); 200throw _clientDiagnostics.CreateRequestFailedException(message.Response); 232switch (message.Response.Status) 235return message.Response; 237throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 254switch (message.Response.Status) 257return message.Response; 259throw _clientDiagnostics.CreateRequestFailedException(message.Response); 291switch (message.Response.Status) 296using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 298return Response.FromValue(value, message.Response); 301throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 320switch (message.Response.Status) 325using var document = JsonDocument.Parse(message.Response.ContentStream); 327return Response.FromValue(value, message.Response); 330throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Generated\ChatThreadRestClient.cs (116)
90switch (message.Response.Status) 95using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 97return Response.FromValue(value, message.Response); 100throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 119switch (message.Response.Status) 124using var document = JsonDocument.Parse(message.Response.ContentStream); 126return Response.FromValue(value, message.Response); 129throw _clientDiagnostics.CreateRequestFailedException(message.Response); 172switch (message.Response.Status) 175return message.Response; 177throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 199switch (message.Response.Status) 202return message.Response; 204throw _clientDiagnostics.CreateRequestFailedException(message.Response); 262switch (message.Response.Status) 267using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 269return Response.FromValue(value, message.Response); 272throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 297switch (message.Response.Status) 302using var document = JsonDocument.Parse(message.Response.ContentStream); 304return Response.FromValue(value, message.Response); 307throw _clientDiagnostics.CreateRequestFailedException(message.Response); 350switch (message.Response.Status) 355using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 357return Response.FromValue(value, message.Response); 360throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 379switch (message.Response.Status) 384using var document = JsonDocument.Parse(message.Response.ContentStream); 386return Response.FromValue(value, message.Response); 389throw _clientDiagnostics.CreateRequestFailedException(message.Response); 428switch (message.Response.Status) 433using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 435return Response.FromValue(value, message.Response); 438throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 460switch (message.Response.Status) 465using var document = JsonDocument.Parse(message.Response.ContentStream); 467return Response.FromValue(value, message.Response); 470throw _clientDiagnostics.CreateRequestFailedException(message.Response); 527switch (message.Response.Status) 530return message.Response; 532throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 556switch (message.Response.Status) 559return message.Response; 561throw _clientDiagnostics.CreateRequestFailedException(message.Response); 600switch (message.Response.Status) 603return message.Response; 605throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 627switch (message.Response.Status) 630return message.Response; 632throw _clientDiagnostics.CreateRequestFailedException(message.Response); 675switch (message.Response.Status) 680using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 682return Response.FromValue(value, message.Response); 685throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 704switch (message.Response.Status) 709using var document = JsonDocument.Parse(message.Response.ContentStream); 711return Response.FromValue(value, message.Response); 714throw _clientDiagnostics.CreateRequestFailedException(message.Response); 762switch (message.Response.Status) 765return message.Response; 767throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 788switch (message.Response.Status) 791return message.Response; 793throw _clientDiagnostics.CreateRequestFailedException(message.Response); 836switch (message.Response.Status) 841using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 843return Response.FromValue(value, message.Response); 846throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 868switch (message.Response.Status) 873using var document = JsonDocument.Parse(message.Response.ContentStream); 875return Response.FromValue(value, message.Response); 878throw _clientDiagnostics.CreateRequestFailedException(message.Response); 919switch (message.Response.Status) 922return message.Response; 924throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 942switch (message.Response.Status) 945return message.Response; 947throw _clientDiagnostics.CreateRequestFailedException(message.Response); 979switch (message.Response.Status) 984using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 986return Response.FromValue(value, message.Response); 989throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 1006switch (message.Response.Status) 1011using var document = JsonDocument.Parse(message.Response.ContentStream); 1013return Response.FromValue(value, message.Response); 1016throw _clientDiagnostics.CreateRequestFailedException(message.Response); 1058switch (message.Response.Status) 1061return message.Response; 1063throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 1081switch (message.Response.Status) 1084return message.Response; 1086throw _clientDiagnostics.CreateRequestFailedException(message.Response); 1123switch (message.Response.Status) 1128using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 1130return Response.FromValue(value, message.Response); 1133throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 1157switch (message.Response.Status) 1162using var document = JsonDocument.Parse(message.Response.ContentStream); 1164return Response.FromValue(value, message.Response); 1167throw _clientDiagnostics.CreateRequestFailedException(message.Response); 1204switch (message.Response.Status) 1209using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 1211return Response.FromValue(value, message.Response); 1214throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 1238switch (message.Response.Status) 1243using var document = JsonDocument.Parse(message.Response.ContentStream); 1245return Response.FromValue(value, message.Response); 1248throw _clientDiagnostics.CreateRequestFailedException(message.Response); 1285switch (message.Response.Status) 1290using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 1292return Response.FromValue(value, message.Response); 1295throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 1319switch (message.Response.Status) 1324using var document = JsonDocument.Parse(message.Response.ContentStream); 1326return Response.FromValue(value, message.Response); 1329throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Shared\AutoRest\OperationInternals.cs (2)
184return message.Response; 206return message.Response;
Azure.Communication.Identity (38)
Generated\CommunicationIdentityRestClient.cs (36)
85switch (message.Response.Status) 90using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 92return Response.FromValue(value, message.Response); 95throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 106switch (message.Response.Status) 111using var document = JsonDocument.Parse(message.Response.ContentStream); 113return Response.FromValue(value, message.Response); 116throw _clientDiagnostics.CreateRequestFailedException(message.Response); 148switch (message.Response.Status) 151return message.Response; 153throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 170switch (message.Response.Status) 173return message.Response; 175throw _clientDiagnostics.CreateRequestFailedException(message.Response); 208switch (message.Response.Status) 211return message.Response; 213throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 230switch (message.Response.Status) 233return message.Response; 235throw _clientDiagnostics.CreateRequestFailedException(message.Response); 271switch (message.Response.Status) 276using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 278return Response.FromValue(value, message.Response); 281throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 298switch (message.Response.Status) 303using var document = JsonDocument.Parse(message.Response.ContentStream); 305return Response.FromValue(value, message.Response); 308throw _clientDiagnostics.CreateRequestFailedException(message.Response); 351switch (message.Response.Status) 356using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 358return Response.FromValue(value, message.Response); 361throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 383switch (message.Response.Status) 388using var document = JsonDocument.Parse(message.Response.ContentStream); 390return Response.FromValue(value, message.Response); 393throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Shared\AutoRest\OperationInternals.cs (2)
184return message.Response; 206return message.Response;
Azure.Communication.NetworkTraversal (10)
Generated\CommunicationNetworkTraversalRestClient.cs (8)
80switch (message.Response.Status) 85using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 87return Response.FromValue(value, message.Response); 90throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 107switch (message.Response.Status) 112using var document = JsonDocument.Parse(message.Response.ContentStream); 114return Response.FromValue(value, message.Response); 117throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Shared\AutoRest\OperationInternals.cs (2)
184return message.Response; 206return message.Response;
Azure.Communication.PhoneNumbers (82)
Generated\InternalPhoneNumbersRestClient.cs (80)
86var headers = new PhoneNumbersSearchAvailablePhoneNumbersHeaders(message.Response); 87switch (message.Response.Status) 90return ResponseWithHeaders.FromValue(headers, message.Response); 92throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 114var headers = new PhoneNumbersSearchAvailablePhoneNumbersHeaders(message.Response); 115switch (message.Response.Status) 118return ResponseWithHeaders.FromValue(headers, message.Response); 120throw _clientDiagnostics.CreateRequestFailedException(message.Response); 152switch (message.Response.Status) 157using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 159return Response.FromValue(value, message.Response); 162throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 179switch (message.Response.Status) 184using var document = JsonDocument.Parse(message.Response.ContentStream); 186return Response.FromValue(value, message.Response); 189throw _clientDiagnostics.CreateRequestFailedException(message.Response); 222var headers = new PhoneNumbersPurchasePhoneNumbersHeaders(message.Response); 223switch (message.Response.Status) 226return ResponseWithHeaders.FromValue(headers, message.Response); 228throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 239var headers = new PhoneNumbersPurchasePhoneNumbersHeaders(message.Response); 240switch (message.Response.Status) 243return ResponseWithHeaders.FromValue(headers, message.Response); 245throw _clientDiagnostics.CreateRequestFailedException(message.Response); 277var headers = new PhoneNumbersGetOperationHeaders(message.Response); 278switch (message.Response.Status) 283using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 285return ResponseWithHeaders.FromValue(value, headers, message.Response); 288throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 305var headers = new PhoneNumbersGetOperationHeaders(message.Response); 306switch (message.Response.Status) 311using var document = JsonDocument.Parse(message.Response.ContentStream); 313return ResponseWithHeaders.FromValue(value, headers, message.Response); 316throw _clientDiagnostics.CreateRequestFailedException(message.Response); 348switch (message.Response.Status) 351return message.Response; 353throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 370switch (message.Response.Status) 373return message.Response; 375throw _clientDiagnostics.CreateRequestFailedException(message.Response); 419var headers = new PhoneNumbersUpdateCapabilitiesHeaders(message.Response); 420switch (message.Response.Status) 423return ResponseWithHeaders.FromValue(headers, message.Response); 425throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 444var headers = new PhoneNumbersUpdateCapabilitiesHeaders(message.Response); 445switch (message.Response.Status) 448return ResponseWithHeaders.FromValue(headers, message.Response); 450throw _clientDiagnostics.CreateRequestFailedException(message.Response); 482switch (message.Response.Status) 487using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 489return Response.FromValue(value, message.Response); 492throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 509switch (message.Response.Status) 514using var document = JsonDocument.Parse(message.Response.ContentStream); 516return Response.FromValue(value, message.Response); 519throw _clientDiagnostics.CreateRequestFailedException(message.Response); 551var headers = new PhoneNumbersReleasePhoneNumberHeaders(message.Response); 552switch (message.Response.Status) 555return ResponseWithHeaders.FromValue(headers, message.Response); 557throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 574var headers = new PhoneNumbersReleasePhoneNumberHeaders(message.Response); 575switch (message.Response.Status) 578return ResponseWithHeaders.FromValue(headers, message.Response); 580throw _clientDiagnostics.CreateRequestFailedException(message.Response); 614switch (message.Response.Status) 619using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 621return Response.FromValue(value, message.Response); 624throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 636switch (message.Response.Status) 641using var document = JsonDocument.Parse(message.Response.ContentStream); 643return Response.FromValue(value, message.Response); 646throw _clientDiagnostics.CreateRequestFailedException(message.Response); 678switch (message.Response.Status) 683using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 685return Response.FromValue(value, message.Response); 688throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 707switch (message.Response.Status) 712using var document = JsonDocument.Parse(message.Response.ContentStream); 714return Response.FromValue(value, message.Response); 717throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Shared\AutoRest\OperationInternals.cs (2)
184return message.Response; 206return message.Response;
Azure.Communication.Sms (10)
Generated\SmsRestClient.cs (8)
97switch (message0.Response.Status) 102using var document = await JsonDocument.ParseAsync(message0.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 104return Response.FromValue(value, message0.Response); 107throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message0.Response).ConfigureAwait(false); 135switch (message0.Response.Status) 140using var document = JsonDocument.Parse(message0.Response.ContentStream); 142return Response.FromValue(value, message0.Response); 145throw _clientDiagnostics.CreateRequestFailedException(message0.Response);
Shared\AutoRest\OperationInternals.cs (2)
184return message.Response; 206return message.Response;
Azure.Containers.ContainerRegistry (258)
Authentication\ContainerRegistryChallengeAuthenticationPolicy.cs (2)
86var service = AuthorizationChallengeParser.GetChallengeParameterFromResponse(message.Response, "Bearer", "service"); 87var scope = AuthorizationChallengeParser.GetChallengeParameterFromResponse(message.Response, "Bearer", "scope");
Generated\AuthenticationRestClient.cs (16)
78switch (message.Response.Status) 83using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 85return Response.FromValue(value, message.Response); 88throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 110switch (message.Response.Status) 115using var document = JsonDocument.Parse(message.Response.ContentStream); 117return Response.FromValue(value, message.Response); 120throw _clientDiagnostics.CreateRequestFailedException(message.Response); 168switch (message.Response.Status) 173using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 175return Response.FromValue(value, message.Response); 178throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 206switch (message.Response.Status) 211using var document = JsonDocument.Parse(message.Response.ContentStream); 213return Response.FromValue(value, message.Response); 216throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Generated\ContainerRegistryBlobRestClient.cs (88)
75var headers = new ContainerRegistryBlobGetBlobHeaders(message.Response); 76switch (message.Response.Status) 81return ResponseWithHeaders.FromValue(value, headers, message.Response); 84return ResponseWithHeaders.FromValue((Stream)null, headers, message.Response); 86throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 108var headers = new ContainerRegistryBlobGetBlobHeaders(message.Response); 109switch (message.Response.Status) 114return ResponseWithHeaders.FromValue(value, headers, message.Response); 117return ResponseWithHeaders.FromValue((Stream)null, headers, message.Response); 119throw _clientDiagnostics.CreateRequestFailedException(message.Response); 157var headers = new ContainerRegistryBlobCheckBlobExistsHeaders(message.Response); 158switch (message.Response.Status) 162return ResponseWithHeaders.FromValue(headers, message.Response); 164throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 186var headers = new ContainerRegistryBlobCheckBlobExistsHeaders(message.Response); 187switch (message.Response.Status) 191return ResponseWithHeaders.FromValue(headers, message.Response); 193throw _clientDiagnostics.CreateRequestFailedException(message.Response); 231var headers = new ContainerRegistryBlobDeleteBlobHeaders(message.Response); 232switch (message.Response.Status) 237return ResponseWithHeaders.FromValue(value, headers, message.Response); 240throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 262var headers = new ContainerRegistryBlobDeleteBlobHeaders(message.Response); 263switch (message.Response.Status) 268return ResponseWithHeaders.FromValue(value, headers, message.Response); 271throw _clientDiagnostics.CreateRequestFailedException(message.Response); 315var headers = new ContainerRegistryBlobMountBlobHeaders(message.Response); 316switch (message.Response.Status) 319return ResponseWithHeaders.FromValue(headers, message.Response); 321throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 348var headers = new ContainerRegistryBlobMountBlobHeaders(message.Response); 349switch (message.Response.Status) 352return ResponseWithHeaders.FromValue(headers, message.Response); 354throw _clientDiagnostics.CreateRequestFailedException(message.Response); 385var headers = new ContainerRegistryBlobGetUploadStatusHeaders(message.Response); 386switch (message.Response.Status) 389return ResponseWithHeaders.FromValue(headers, message.Response); 391throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 408var headers = new ContainerRegistryBlobGetUploadStatusHeaders(message.Response); 409switch (message.Response.Status) 412return ResponseWithHeaders.FromValue(headers, message.Response); 414throw _clientDiagnostics.CreateRequestFailedException(message.Response); 452var headers = new ContainerRegistryBlobUploadChunkHeaders(message.Response); 453switch (message.Response.Status) 456return ResponseWithHeaders.FromValue(headers, message.Response); 458throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 480var headers = new ContainerRegistryBlobUploadChunkHeaders(message.Response); 481switch (message.Response.Status) 484return ResponseWithHeaders.FromValue(headers, message.Response); 486throw _clientDiagnostics.CreateRequestFailedException(message.Response); 529var headers = new ContainerRegistryBlobCompleteUploadHeaders(message.Response); 530switch (message.Response.Status) 533return ResponseWithHeaders.FromValue(headers, message.Response); 535throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 558var headers = new ContainerRegistryBlobCompleteUploadHeaders(message.Response); 559switch (message.Response.Status) 562return ResponseWithHeaders.FromValue(headers, message.Response); 564throw _clientDiagnostics.CreateRequestFailedException(message.Response); 595switch (message.Response.Status) 598return message.Response; 600throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 617switch (message.Response.Status) 620return message.Response; 622throw _clientDiagnostics.CreateRequestFailedException(message.Response); 654var headers = new ContainerRegistryBlobStartUploadHeaders(message.Response); 655switch (message.Response.Status) 658return ResponseWithHeaders.FromValue(headers, message.Response); 660throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 677var headers = new ContainerRegistryBlobStartUploadHeaders(message.Response); 678switch (message.Response.Status) 681return ResponseWithHeaders.FromValue(headers, message.Response); 683throw _clientDiagnostics.CreateRequestFailedException(message.Response); 727var headers = new ContainerRegistryBlobGetChunkHeaders(message.Response); 728switch (message.Response.Status) 733return ResponseWithHeaders.FromValue(value, headers, message.Response); 736throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 763var headers = new ContainerRegistryBlobGetChunkHeaders(message.Response); 764switch (message.Response.Status) 769return ResponseWithHeaders.FromValue(value, headers, message.Response); 772throw _clientDiagnostics.CreateRequestFailedException(message.Response); 816var headers = new ContainerRegistryBlobCheckChunkExistsHeaders(message.Response); 817switch (message.Response.Status) 820return ResponseWithHeaders.FromValue(headers, message.Response); 822throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 849var headers = new ContainerRegistryBlobCheckChunkExistsHeaders(message.Response); 850switch (message.Response.Status) 853return ResponseWithHeaders.FromValue(headers, message.Response); 855throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Generated\ContainerRegistryRestClient.cs (150)
60switch (message.Response.Status) 63return message.Response; 65throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 75switch (message.Response.Status) 78return message.Response; 80throw _clientDiagnostics.CreateRequestFailedException(message.Response); 123switch (message.Response.Status) 128using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 130return Response.FromValue(value, message.Response); 133throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 156switch (message.Response.Status) 161using var document = JsonDocument.Parse(message.Response.ContentStream); 163return Response.FromValue(value, message.Response); 166throw _clientDiagnostics.CreateRequestFailedException(message.Response); 213var headers = new ContainerRegistryCreateManifestHeaders(message.Response); 214switch (message.Response.Status) 219using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 221return ResponseWithHeaders.FromValue(value, headers, message.Response); 224throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 251var headers = new ContainerRegistryCreateManifestHeaders(message.Response); 252switch (message.Response.Status) 257using var document = JsonDocument.Parse(message.Response.ContentStream); 259return ResponseWithHeaders.FromValue(value, headers, message.Response); 262throw _clientDiagnostics.CreateRequestFailedException(message.Response); 300switch (message.Response.Status) 304return message.Response; 306throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 328switch (message.Response.Status) 332return message.Response; 334throw _clientDiagnostics.CreateRequestFailedException(message.Response); 367var headers = new ContainerRegistryGetRepositoriesHeaders(message.Response); 368switch (message.Response.Status) 373using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 375return ResponseWithHeaders.FromValue(value, headers, message.Response); 378throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 390var headers = new ContainerRegistryGetRepositoriesHeaders(message.Response); 391switch (message.Response.Status) 396using var document = JsonDocument.Parse(message.Response.ContentStream); 398return ResponseWithHeaders.FromValue(value, headers, message.Response); 401throw _clientDiagnostics.CreateRequestFailedException(message.Response); 432switch (message.Response.Status) 437using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 439return Response.FromValue(value, message.Response); 442throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 459switch (message.Response.Status) 464using var document = JsonDocument.Parse(message.Response.ContentStream); 466return Response.FromValue(value, message.Response); 469throw _clientDiagnostics.CreateRequestFailedException(message.Response); 500switch (message.Response.Status) 504return message.Response; 506throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 523switch (message.Response.Status) 527return message.Response; 529throw _clientDiagnostics.CreateRequestFailedException(message.Response); 568switch (message.Response.Status) 573using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 575return Response.FromValue(value0, message.Response); 578throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 596switch (message.Response.Status) 601using var document = JsonDocument.Parse(message.Response.ContentStream); 603return Response.FromValue(value0, message.Response); 606throw _clientDiagnostics.CreateRequestFailedException(message.Response); 658var headers = new ContainerRegistryGetTagsHeaders(message.Response); 659switch (message.Response.Status) 664using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 666return ResponseWithHeaders.FromValue(value, headers, message.Response); 669throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 690var headers = new ContainerRegistryGetTagsHeaders(message.Response); 691switch (message.Response.Status) 696using var document = JsonDocument.Parse(message.Response.ContentStream); 698return ResponseWithHeaders.FromValue(value, headers, message.Response); 701throw _clientDiagnostics.CreateRequestFailedException(message.Response); 739switch (message.Response.Status) 744using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 746return Response.FromValue(value, message.Response); 749throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 771switch (message.Response.Status) 776using var document = JsonDocument.Parse(message.Response.ContentStream); 778return Response.FromValue(value, message.Response); 781throw _clientDiagnostics.CreateRequestFailedException(message.Response); 827switch (message.Response.Status) 832using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 834return Response.FromValue(value0, message.Response); 837throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 860switch (message.Response.Status) 865using var document = JsonDocument.Parse(message.Response.ContentStream); 867return Response.FromValue(value0, message.Response); 870throw _clientDiagnostics.CreateRequestFailedException(message.Response); 908switch (message.Response.Status) 912return message.Response; 914throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 936switch (message.Response.Status) 940return message.Response; 942throw _clientDiagnostics.CreateRequestFailedException(message.Response); 989var headers = new ContainerRegistryGetManifestsHeaders(message.Response); 990switch (message.Response.Status) 995using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 997return ResponseWithHeaders.FromValue(value, headers, message.Response); 1000throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 1020var headers = new ContainerRegistryGetManifestsHeaders(message.Response); 1021switch (message.Response.Status) 1026using var document = JsonDocument.Parse(message.Response.ContentStream); 1028return ResponseWithHeaders.FromValue(value, headers, message.Response); 1031throw _clientDiagnostics.CreateRequestFailedException(message.Response); 1069switch (message.Response.Status) 1074using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 1076return Response.FromValue(value, message.Response); 1079throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 1101switch (message.Response.Status) 1106using var document = JsonDocument.Parse(message.Response.ContentStream); 1108return Response.FromValue(value, message.Response); 1111throw _clientDiagnostics.CreateRequestFailedException(message.Response); 1157switch (message.Response.Status) 1162using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 1164return Response.FromValue(value0, message.Response); 1167throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 1190switch (message.Response.Status) 1195using var document = JsonDocument.Parse(message.Response.ContentStream); 1197return Response.FromValue(value0, message.Response); 1200throw _clientDiagnostics.CreateRequestFailedException(message.Response); 1232var headers = new ContainerRegistryGetRepositoriesHeaders(message.Response); 1233switch (message.Response.Status) 1238using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 1240return ResponseWithHeaders.FromValue(value, headers, message.Response); 1243throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 1262var headers = new ContainerRegistryGetRepositoriesHeaders(message.Response); 1263switch (message.Response.Status) 1268using var document = JsonDocument.Parse(message.Response.ContentStream); 1270return ResponseWithHeaders.FromValue(value, headers, message.Response); 1273throw _clientDiagnostics.CreateRequestFailedException(message.Response); 1312var headers = new ContainerRegistryGetTagsHeaders(message.Response); 1313switch (message.Response.Status) 1318using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 1320return ResponseWithHeaders.FromValue(value, headers, message.Response); 1323throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 1349var headers = new ContainerRegistryGetTagsHeaders(message.Response); 1350switch (message.Response.Status) 1355using var document = JsonDocument.Parse(message.Response.ContentStream); 1357return ResponseWithHeaders.FromValue(value, headers, message.Response); 1360throw _clientDiagnostics.CreateRequestFailedException(message.Response); 1398var headers = new ContainerRegistryGetManifestsHeaders(message.Response); 1399switch (message.Response.Status) 1404using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 1406return ResponseWithHeaders.FromValue(value, headers, message.Response); 1409throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 1434var headers = new ContainerRegistryGetManifestsHeaders(message.Response); 1435switch (message.Response.Status) 1440using var document = JsonDocument.Parse(message.Response.ContentStream); 1442return ResponseWithHeaders.FromValue(value, headers, message.Response); 1445throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Shared\AutoRest\OperationInternals.cs (2)
184return message.Response; 206return message.Response;
Azure.Core (24)
HttpMessage.cs (1)
39/// Gets the <see cref="Response"/> associated with this message. Throws an exception if it wasn't set yet.
Pipeline\BearerTokenAuthenticationPolicy.cs (2)
132if (message.Response.Status == (int)HttpStatusCode.Unauthorized && message.Response.Headers.Contains(HttpHeader.Names.WwwAuthenticate))
Pipeline\HttpPipeline.cs (4)
64/// Invokes the pipeline asynchronously. After the task completes response would be set to the <see cref="HttpMessage.Response"/> property. 77/// Invokes the pipeline synchronously. After the task completes response would be set to the <see cref="HttpMessage.Response"/> property. 97return message.Response; 110return message.Response;
Pipeline\HttpPipelinePolicy.cs (2)
17/// Applies the policy to the <paramref name="message"/>. Implementers are expected to mutate <see cref="HttpMessage.Request"/> before calling <see cref="ProcessNextAsync"/> and observe the <see cref="HttpMessage.Response"/> changes after. 25/// Applies the policy to the <paramref name="message"/>. Implementers are expected to mutate <see cref="HttpMessage.Request"/> before calling <see cref="ProcessNextAsync"/> and observe the <see cref="HttpMessage.Response"/> changes after.
Pipeline\HttpPipelineTransport.cs (2)
14/// Sends the request contained by the <paramref name="message"/> and sets the <see cref="HttpMessage.Response"/> property to received response synchronously. 20/// Sends the request contained by the <paramref name="message"/> and sets the <see cref="HttpMessage.Response"/> property to received response asynchronously.
Pipeline\Internal\LoggingPolicy.cs (1)
96Response response = message.Response;
Pipeline\Internal\RequestActivityPolicy.cs (2)
91activity.AddTag("http.status_code", message.Response.Status.ToString(CultureInfo.InvariantCulture)); 92activity.AddTag("serviceRequestId", message.Response.Headers.RequestId);
Pipeline\Internal\ResponseBodyPolicy.cs (3)
70Stream? responseContentStream = message.Response.ContentStream; 97message.Response.ContentStream = bufferedStream; 119message.Response.ContentStream = new ReadTimeoutStream(responseContentStream, networkTimeout);
Pipeline\Internal\RetryPolicy.cs (5)
133message.Response.ContentStream?.Dispose(); 152if (message.Response == null) 157if (message.Response.TryGetHeader(RetryAfterMsHeaderName, out var retryAfterValue) || 158message.Response.TryGetHeader(XRetryAfterMsHeaderName, out retryAfterValue)) 166if (message.Response.TryGetHeader(RetryAfterHeaderName, out retryAfterValue))
ResponseClassifier.cs (2)
19switch (message.Response.Status) 57var statusKind = message.Response.Status / 100;
Azure.Core.Perf (2)
DownloadTest.cs (2)
32message.Response.ContentStream.CopyTo(Stream.Null, BufferSize); 42await message.Response.ContentStream.CopyToAsync(Stream.Null, BufferSize, cancellationToken);
Azure.Core.TestFramework (8)
MockTransport.cs (4)
94message.Response.ClientRequestId = request.ClientRequestId; 96if (message.Response.ContentStream != null && ExpectSyncPipeline != null) 98message.Response.ContentStream = new AsyncValidatingStream(!ExpectSyncPipeline.Value, message.Response.ContentStream);
PlaybackTransport.cs (2)
62message.Response.ClientRequestId = message.Request.ClientRequestId; 95message.Response.ClientRequestId = message.Request.ClientRequestId;
RecordTransport.cs (1)
48RecordEntry recordEntry = CreateEntry(message.Request, message.Response);
SyncAsyncPolicyTestBase.cs (1)
40return message.Response;
Azure.Core.Tests (23)
HttpPipelineFunctionalTests.cs (14)
96Assert.False(message.Response.ContentStream.CanSeek); 97Assert.Throws<InvalidOperationException>(() => { var content = message.Response.Content; }); 150Assert.AreEqual(message.Response.ContentStream.CanSeek, false); 151Assert.Throws<InvalidOperationException>(() => { var content = message.Response.Content; }); 269response = message.Response; 308response = message.Response; 348Assert.AreEqual(message.Response.Status, 201); 384Assert.AreEqual(message.Response.Status, 201); 463Assert.AreEqual(message.Response.Status, 201); 464Assert.AreEqual("Hello world!", await new StreamReader(message.Response.ContentStream).ReadToEndAsync()); 465Assert.AreEqual("Hello world!", message.Response.Content.ToString()); 566Assert.AreEqual(message.Response.Status, 200); 567var responseContentStream = message.Response.ContentStream; 568Assert.Throws<InvalidOperationException>(() => { var content = message.Response.Content; });
HttpPipelineMessageTest.cs (1)
94Assert.AreEqual(memoryStream.ToArray(), message.Response.Content.ToArray());
PipelineTestBase.cs (2)
31return message.Response; 50return message.Response;
PipelineTests.cs (1)
65return message.Response.Status == 500;
RetryPolicyTestBase.cs (1)
338return Array.IndexOf(_retriableCodes, message.Response.Status) >= 0;
Shared\ARMChallengeAuthenticationPolicy.cs (2)
44var challenge = AuthorizationChallengeParser.GetChallengeParameterFromResponse(message.Response, "Bearer", "claims"); 59var challenge = AuthorizationChallengeParser.GetChallengeParameterFromResponse(message.Response, "Bearer", "claims");
Shared\AutoRest\OperationInternals.cs (2)
184return message.Response; 206return message.Response;
Azure.Data.AppConfiguration (1)
SyncTokenPolicy.cs (1)
33if (message.Response.Headers.TryGetValues(SyncTokenHeader, out IEnumerable<string> rawSyncTokens))
Azure.Data.SchemaRegistry (32)
Generated\SchemaRestClient.cs (30)
78var headers = new SchemaGetByIdHeaders(message.Response); 79switch (message.Response.Status) 83StreamReader streamReader = new StreamReader(message.Response.ContentStream); 85return ResponseWithHeaders.FromValue(value, headers, message.Response); 88throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 105var headers = new SchemaGetByIdHeaders(message.Response); 106switch (message.Response.Status) 110StreamReader streamReader = new StreamReader(message.Response.ContentStream); 112return ResponseWithHeaders.FromValue(value, headers, message.Response); 115throw _clientDiagnostics.CreateRequestFailedException(message.Response); 164var headers = new SchemaQueryIdByContentHeaders(message.Response); 165switch (message.Response.Status) 170using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 172return ResponseWithHeaders.FromValue(value, headers, message.Response); 175throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 203var headers = new SchemaQueryIdByContentHeaders(message.Response); 204switch (message.Response.Status) 209using var document = JsonDocument.Parse(message.Response.ContentStream); 211return ResponseWithHeaders.FromValue(value, headers, message.Response); 214throw _clientDiagnostics.CreateRequestFailedException(message.Response); 266var headers = new SchemaRegisterHeaders(message.Response); 267switch (message.Response.Status) 272using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 274return ResponseWithHeaders.FromValue(value, headers, message.Response); 277throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 308var headers = new SchemaRegisterHeaders(message.Response); 309switch (message.Response.Status) 314using var document = JsonDocument.Parse(message.Response.ContentStream); 316return ResponseWithHeaders.FromValue(value, headers, message.Response); 319throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Shared\AutoRest\OperationInternals.cs (2)
184return message.Response; 206return message.Response;
Azure.Data.Tables (163)
Generated\ServiceRestClient.cs (28)
86var headers = new ServiceSetPropertiesHeaders(message.Response); 87switch (message.Response.Status) 90return ResponseWithHeaders.FromValue(headers, message.Response); 92throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 110var headers = new ServiceSetPropertiesHeaders(message.Response); 111switch (message.Response.Status) 114return ResponseWithHeaders.FromValue(headers, message.Response); 116throw _clientDiagnostics.CreateRequestFailedException(message.Response); 147var headers = new ServiceGetPropertiesHeaders(message.Response); 148switch (message.Response.Status) 153var document = XDocument.Load(message.Response.ContentStream, LoadOptions.PreserveWhitespace); 158return ResponseWithHeaders.FromValue(value, headers, message.Response); 161throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 172var headers = new ServiceGetPropertiesHeaders(message.Response); 173switch (message.Response.Status) 178var document = XDocument.Load(message.Response.ContentStream, LoadOptions.PreserveWhitespace); 183return ResponseWithHeaders.FromValue(value, headers, message.Response); 186throw _clientDiagnostics.CreateRequestFailedException(message.Response); 217var headers = new ServiceGetStatisticsHeaders(message.Response); 218switch (message.Response.Status) 223var document = XDocument.Load(message.Response.ContentStream, LoadOptions.PreserveWhitespace); 228return ResponseWithHeaders.FromValue(value, headers, message.Response); 231throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 242var headers = new ServiceGetStatisticsHeaders(message.Response); 243switch (message.Response.Status) 248var document = XDocument.Load(message.Response.ContentStream, LoadOptions.PreserveWhitespace); 253return ResponseWithHeaders.FromValue(value, headers, message.Response); 256throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Generated\TableRestClient.cs (104)
93var headers = new TableQueryHeaders(message.Response); 94switch (message.Response.Status) 99using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 101return ResponseWithHeaders.FromValue(value, headers, message.Response); 104throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 116var headers = new TableQueryHeaders(message.Response); 117switch (message.Response.Status) 122using var document = JsonDocument.Parse(message.Response.ContentStream); 124return ResponseWithHeaders.FromValue(value, headers, message.Response); 127throw _clientDiagnostics.CreateRequestFailedException(message.Response); 173var headers = new TableCreateHeaders(message.Response); 174switch (message.Response.Status) 179using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 181return ResponseWithHeaders.FromValue(value, headers, message.Response); 184return ResponseWithHeaders.FromValue((TableResponse)null, headers, message.Response); 186throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 205var headers = new TableCreateHeaders(message.Response); 206switch (message.Response.Status) 211using var document = JsonDocument.Parse(message.Response.ContentStream); 213return ResponseWithHeaders.FromValue(value, headers, message.Response); 216return ResponseWithHeaders.FromValue((TableResponse)null, headers, message.Response); 218throw _clientDiagnostics.CreateRequestFailedException(message.Response); 251var headers = new TableDeleteHeaders(message.Response); 252switch (message.Response.Status) 255return ResponseWithHeaders.FromValue(headers, message.Response); 257throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 274var headers = new TableDeleteHeaders(message.Response); 275switch (message.Response.Status) 278return ResponseWithHeaders.FromValue(headers, message.Response); 280throw _clientDiagnostics.CreateRequestFailedException(message.Response); 346var headers = new TableQueryEntitiesHeaders(message.Response); 347switch (message.Response.Status) 352using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 354return ResponseWithHeaders.FromValue(value, headers, message.Response); 357throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 378var headers = new TableQueryEntitiesHeaders(message.Response); 379switch (message.Response.Status) 384using var document = JsonDocument.Parse(message.Response.ContentStream); 386return ResponseWithHeaders.FromValue(value, headers, message.Response); 389throw _clientDiagnostics.CreateRequestFailedException(message.Response); 455var headers = new TableQueryEntityWithPartitionAndRowKeyHeaders(message.Response); 456switch (message.Response.Status) 461using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 468return ResponseWithHeaders.FromValue(value, headers, message.Response); 471throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 500var headers = new TableQueryEntityWithPartitionAndRowKeyHeaders(message.Response); 501switch (message.Response.Status) 506using var document = JsonDocument.Parse(message.Response.ContentStream); 513return ResponseWithHeaders.FromValue(value, headers, message.Response); 516throw _clientDiagnostics.CreateRequestFailedException(message.Response); 593var headers = new TableUpdateEntityHeaders(message.Response); 594switch (message.Response.Status) 597return ResponseWithHeaders.FromValue(headers, message.Response); 599throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 630var headers = new TableUpdateEntityHeaders(message.Response); 631switch (message.Response.Status) 634return ResponseWithHeaders.FromValue(headers, message.Response); 636throw _clientDiagnostics.CreateRequestFailedException(message.Response); 713var headers = new TableMergeEntityHeaders(message.Response); 714switch (message.Response.Status) 717return ResponseWithHeaders.FromValue(headers, message.Response); 719throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 750var headers = new TableMergeEntityHeaders(message.Response); 751switch (message.Response.Status) 754return ResponseWithHeaders.FromValue(headers, message.Response); 756throw _clientDiagnostics.CreateRequestFailedException(message.Response); 820var headers = new TableDeleteEntityHeaders(message.Response); 821switch (message.Response.Status) 824return ResponseWithHeaders.FromValue(headers, message.Response); 826throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 860var headers = new TableDeleteEntityHeaders(message.Response); 861switch (message.Response.Status) 864return ResponseWithHeaders.FromValue(headers, message.Response); 866throw _clientDiagnostics.CreateRequestFailedException(message.Response); 928var headers = new TableInsertEntityHeaders(message.Response); 929switch (message.Response.Status) 934using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 941return ResponseWithHeaders.FromValue(value, headers, message.Response); 944return ResponseWithHeaders.FromValue((IReadOnlyDictionary<string, object>)null, headers, message.Response); 946throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 967var headers = new TableInsertEntityHeaders(message.Response); 968switch (message.Response.Status) 973using var document = JsonDocument.Parse(message.Response.ContentStream); 980return ResponseWithHeaders.FromValue(value, headers, message.Response); 983return ResponseWithHeaders.FromValue((IReadOnlyDictionary<string, object>)null, headers, message.Response); 985throw _clientDiagnostics.CreateRequestFailedException(message.Response); 1023var headers = new TableGetAccessPolicyHeaders(message.Response); 1024switch (message.Response.Status) 1029var document = XDocument.Load(message.Response.ContentStream, LoadOptions.PreserveWhitespace); 1039return ResponseWithHeaders.FromValue(value, headers, message.Response); 1042throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 1060var headers = new TableGetAccessPolicyHeaders(message.Response); 1061switch (message.Response.Status) 1066var document = XDocument.Load(message.Response.ContentStream, LoadOptions.PreserveWhitespace); 1076return ResponseWithHeaders.FromValue(value, headers, message.Response); 1079throw _clientDiagnostics.CreateRequestFailedException(message.Response); 1130var headers = new TableSetAccessPolicyHeaders(message.Response); 1131switch (message.Response.Status) 1134return ResponseWithHeaders.FromValue(headers, message.Response); 1136throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 1155var headers = new TableSetAccessPolicyHeaders(message.Response); 1156switch (message.Response.Status) 1159return ResponseWithHeaders.FromValue(headers, message.Response); 1161throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Shared\AutoRest\OperationInternals.cs (2)
184return message.Response; 206return message.Response;
TableClient.cs (12)
492switch (message.Response.Status) 496return message.Response; 498throw _diagnostics.CreateRequestFailedException(message.Response); 522switch (message.Response.Status) 526return message.Response; 528throw _diagnostics.CreateRequestFailedException(message.Response); 1190switch (message.Response.Status) 1194return message.Response; 1196throw _diagnostics.CreateRequestFailedException(message.Response); 1233switch (message.Response.Status) 1237return message.Response; 1239throw _diagnostics.CreateRequestFailedException(message.Response);
TableRestClient.cs (10)
65switch (message.Response.Status) 70message.Response.ContentStream, 71message.Response.Headers.ContentType, 80return Response.FromValue(responses.ToList() as IReadOnlyList<Response>, message.Response); 89throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 105switch (message.Response.Status) 110message.Response.ContentStream, 111message.Response.Headers.ContentType, 120return Response.FromValue(responses.ToList() as IReadOnlyList<Response>, message.Response); 128throw _clientDiagnostics.CreateRequestFailedException(message.Response);
TableServiceClient.cs (6)
715switch (message.Response.Status) 719return message.Response; 721throw _diagnostics.CreateRequestFailedException(message.Response); 747switch (message.Response.Status) 751return message.Response; 753throw _diagnostics.CreateRequestFailedException(message.Response);
TableTransactionResult.cs (1)
39return message.Response;
Azure.DigitalTwins.Core (212)
Customized\DigitalTwinModelsRestClient.cs (14)
30switch (message.Response.Status) 37.ParseAsync(message.Response.ContentStream, default, cancellationToken) 45return Response.FromValue(value, message.Response); 48throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 71switch (message.Response.Status) 77using var document = JsonDocument.Parse(message.Response.ContentStream); 84return Response.FromValue(value, message.Response); 87throw _clientDiagnostics.CreateRequestFailedException(message.Response); 120return message.Response.Status switch 122204 => message.Response, 123_ => throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false), 156return message.Response.Status switch 158204 => message.Response, 159_ => throw _clientDiagnostics.CreateRequestFailedException(message.Response),
Customized\DigitalTwinsRestClient.cs (60)
73switch (message.Response.Status) 78return Response.FromValue(value, message.Response); 81return Response.FromValue<Stream>(null, message.Response); 84throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 111switch (message.Response.Status) 116return Response.FromValue(value, message.Response); 119return Response.FromValue<Stream>(null, message.Response); 122throw _clientDiagnostics.CreateRequestFailedException(message.Response); 147switch (message.Response.Status) 151return message.Response; 154throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 185switch (message.Response.Status) 189return message.Response; 192throw _clientDiagnostics.CreateRequestFailedException(message.Response); 224switch (message.Response.Status) 229return Response.FromValue(value, message.Response); 232throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 258switch (message.Response.Status) 263return Response.FromValue(value, message.Response); 266throw _clientDiagnostics.CreateRequestFailedException(message.Response); 292return message.Response.Status switch 294204 => message.Response, 295_ => throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false), 327return message.Response.Status switch 329204 => message.Response, 330_ => throw _clientDiagnostics.CreateRequestFailedException(message.Response), 362switch (message.Response.Status) 366return message.Response; 369throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 401switch (message.Response.Status) 405return message.Response; 408throw _clientDiagnostics.CreateRequestFailedException(message.Response); 444switch (message.Response.Status) 447return message.Response; 450throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 486switch (message.Response.Status) 489return message.Response; 492throw _clientDiagnostics.CreateRequestFailedException(message.Response); 533switch (message.Response.Status) 536return message.Response; 539throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 580switch (message.Response.Status) 583return message.Response; 586throw _clientDiagnostics.CreateRequestFailedException(message.Response); 615switch (message.Response.Status) 619using JsonDocument document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 621return Response.FromValue(value, message.Response); 624throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 653switch (message.Response.Status) 657using JsonDocument document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 659return Response.FromValue(value, message.Response); 662throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 685switch (message.Response.Status) 689using JsonDocument document = JsonDocument.Parse(message.Response.ContentStream); 691return Response.FromValue(value, message.Response); 694throw _clientDiagnostics.CreateRequestFailedException(message.Response); 723switch (message.Response.Status) 727using JsonDocument document = JsonDocument.Parse(message.Response.ContentStream); 729return Response.FromValue(value, message.Response); 732throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Customized\QueryRestClient.cs (10)
33var headers = new QueryQueryTwinsHeaders(message.Response); 34switch (message.Response.Status) 38using JsonDocument document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 40return ResponseWithHeaders.FromValue(value, headers, message.Response); 43throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 65var headers = new QueryQueryTwinsHeaders(message.Response); 66switch (message.Response.Status) 70using var document = JsonDocument.Parse(message.Response.ContentStream); 72return ResponseWithHeaders.FromValue(value, headers, message.Response); 75throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Generated\DigitalTwinModelsRestClient.cs (44)
91switch (message.Response.Status) 96using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 103return Response.FromValue(value, message.Response); 106throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 129switch (message.Response.Status) 134using var document = JsonDocument.Parse(message.Response.ContentStream); 141return Response.FromValue(value, message.Response); 144throw _clientDiagnostics.CreateRequestFailedException(message.Response); 192switch (message.Response.Status) 197using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 199return Response.FromValue(value, message.Response); 202throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 224switch (message.Response.Status) 229using var document = JsonDocument.Parse(message.Response.ContentStream); 231return Response.FromValue(value, message.Response); 234throw _clientDiagnostics.CreateRequestFailedException(message.Response); 281switch (message.Response.Status) 286using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 288return Response.FromValue(value, message.Response); 291throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 319switch (message.Response.Status) 324using var document = JsonDocument.Parse(message.Response.ContentStream); 326return Response.FromValue(value, message.Response); 329throw _clientDiagnostics.CreateRequestFailedException(message.Response); 388switch (message.Response.Status) 391return message.Response; 393throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 428switch (message.Response.Status) 431return message.Response; 433throw _clientDiagnostics.CreateRequestFailedException(message.Response); 477switch (message.Response.Status) 480return message.Response; 482throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 511switch (message.Response.Status) 514return message.Response; 516throw _clientDiagnostics.CreateRequestFailedException(message.Response); 562switch (message.Response.Status) 567using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 569return Response.FromValue(value, message.Response); 572throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 601switch (message.Response.Status) 606using var document = JsonDocument.Parse(message.Response.ContentStream); 608return Response.FromValue(value, message.Response); 611throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Generated\DigitalTwinsRestClient.cs (46)
84switch (message.Response.Status) 89return Response.FromValue(value, message.Response); 92throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 118switch (message.Response.Status) 123return Response.FromValue(value, message.Response); 126throw _clientDiagnostics.CreateRequestFailedException(message.Response); 174switch (message.Response.Status) 177return message.Response; 179throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 208switch (message.Response.Status) 211return message.Response; 213throw _clientDiagnostics.CreateRequestFailedException(message.Response); 290switch (message.Response.Status) 295return Response.FromValue(value, message.Response); 298throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 330switch (message.Response.Status) 335return Response.FromValue(value, message.Response); 338throw _clientDiagnostics.CreateRequestFailedException(message.Response); 418switch (message.Response.Status) 421return message.Response; 423throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 457switch (message.Response.Status) 460return message.Response; 462throw _clientDiagnostics.CreateRequestFailedException(message.Response); 554switch (message.Response.Status) 559using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 561return Response.FromValue(value, message.Response); 564throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 590switch (message.Response.Status) 595using var document = JsonDocument.Parse(message.Response.ContentStream); 597return Response.FromValue(value, message.Response); 600throw _clientDiagnostics.CreateRequestFailedException(message.Response); 701switch (message.Response.Status) 706return Response.FromValue(value, message.Response); 709throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 741switch (message.Response.Status) 746return Response.FromValue(value, message.Response); 749throw _clientDiagnostics.CreateRequestFailedException(message.Response); 836switch (message.Response.Status) 841using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 843return Response.FromValue(value, message.Response); 846throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 877switch (message.Response.Status) 882using var document = JsonDocument.Parse(message.Response.ContentStream); 884return Response.FromValue(value, message.Response); 887throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Generated\EventRoutesRestClient.cs (36)
74switch (message.Response.Status) 79using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 81return Response.FromValue(value, message.Response); 84throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 99switch (message.Response.Status) 104using var document = JsonDocument.Parse(message.Response.ContentStream); 106return Response.FromValue(value, message.Response); 109throw _clientDiagnostics.CreateRequestFailedException(message.Response); 148switch (message.Response.Status) 153using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 155return Response.FromValue(value, message.Response); 158throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 182switch (message.Response.Status) 187using var document = JsonDocument.Parse(message.Response.ContentStream); 189return Response.FromValue(value, message.Response); 192throw _clientDiagnostics.CreateRequestFailedException(message.Response); 242switch (message.Response.Status) 245return message.Response; 247throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 275switch (message.Response.Status) 278return message.Response; 280throw _clientDiagnostics.CreateRequestFailedException(message.Response); 319switch (message.Response.Status) 322return message.Response; 324throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 348switch (message.Response.Status) 351return message.Response; 353throw _clientDiagnostics.CreateRequestFailedException(message.Response); 392switch (message.Response.Status) 397using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 399return Response.FromValue(value, message.Response); 402throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 424switch (message.Response.Status) 429using var document = JsonDocument.Parse(message.Response.ContentStream); 431return Response.FromValue(value, message.Response); 434throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Shared\AutoRest\OperationInternals.cs (2)
184return message.Response; 206return message.Response;
Azure.Graph.Rbac (548)
Generated\ApplicationsRestOperations.cs (116)
86switch (message.Response.Status) 91using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 93return Response.FromValue(value, message.Response); 96throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 113switch (message.Response.Status) 118using var document = JsonDocument.Parse(message.Response.ContentStream); 120return Response.FromValue(value, message.Response); 123throw _clientDiagnostics.CreateRequestFailedException(message.Response); 154switch (message.Response.Status) 159using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 161return Response.FromValue(value, message.Response); 164throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 175switch (message.Response.Status) 180using var document = JsonDocument.Parse(message.Response.ContentStream); 182return Response.FromValue(value, message.Response); 185throw _clientDiagnostics.CreateRequestFailedException(message.Response); 219switch (message.Response.Status) 222return message.Response; 224throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 241switch (message.Response.Status) 244return message.Response; 246throw _clientDiagnostics.CreateRequestFailedException(message.Response); 280switch (message.Response.Status) 285using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 287return Response.FromValue(value, message.Response); 290throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 307switch (message.Response.Status) 312using var document = JsonDocument.Parse(message.Response.ContentStream); 314return Response.FromValue(value, message.Response); 317throw _clientDiagnostics.CreateRequestFailedException(message.Response); 360switch (message.Response.Status) 363return message.Response; 365throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 387switch (message.Response.Status) 390return message.Response; 392throw _clientDiagnostics.CreateRequestFailedException(message.Response); 427switch (message.Response.Status) 432using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 434return Response.FromValue(value, message.Response); 437throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 454switch (message.Response.Status) 459using var document = JsonDocument.Parse(message.Response.ContentStream); 461return Response.FromValue(value, message.Response); 464throw _clientDiagnostics.CreateRequestFailedException(message.Response); 508switch (message.Response.Status) 511return message.Response; 513throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 535switch (message.Response.Status) 538return message.Response; 540throw _clientDiagnostics.CreateRequestFailedException(message.Response); 581switch (message.Response.Status) 584return message.Response; 586throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 608switch (message.Response.Status) 611return message.Response; 613throw _clientDiagnostics.CreateRequestFailedException(message.Response); 648switch (message.Response.Status) 653using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 655return Response.FromValue(value, message.Response); 658throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 675switch (message.Response.Status) 680using var document = JsonDocument.Parse(message.Response.ContentStream); 682return Response.FromValue(value, message.Response); 685throw _clientDiagnostics.CreateRequestFailedException(message.Response); 729switch (message.Response.Status) 732return message.Response; 734throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 756switch (message.Response.Status) 759return message.Response; 761throw _clientDiagnostics.CreateRequestFailedException(message.Response); 796switch (message.Response.Status) 801using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 803return Response.FromValue(value, message.Response); 806throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 823switch (message.Response.Status) 828using var document = JsonDocument.Parse(message.Response.ContentStream); 830return Response.FromValue(value, message.Response); 833throw _clientDiagnostics.CreateRequestFailedException(message.Response); 877switch (message.Response.Status) 880return message.Response; 882throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 904switch (message.Response.Status) 907return message.Response; 909throw _clientDiagnostics.CreateRequestFailedException(message.Response); 944switch (message.Response.Status) 949using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 951return Response.FromValue(value, message.Response); 954throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 971switch (message.Response.Status) 976using var document = JsonDocument.Parse(message.Response.ContentStream); 978return Response.FromValue(value, message.Response); 981throw _clientDiagnostics.CreateRequestFailedException(message.Response); 1015switch (message.Response.Status) 1020using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 1022return Response.FromValue(value, message.Response); 1025throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 1042switch (message.Response.Status) 1047using var document = JsonDocument.Parse(message.Response.ContentStream); 1049return Response.FromValue(value, message.Response); 1052throw _clientDiagnostics.CreateRequestFailedException(message.Response); 1087switch (message.Response.Status) 1092using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 1094return Response.FromValue(value, message.Response); 1097throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 1119switch (message.Response.Status) 1124using var document = JsonDocument.Parse(message.Response.ContentStream); 1126return Response.FromValue(value, message.Response); 1129throw _clientDiagnostics.CreateRequestFailedException(message.Response); 1159switch (message.Response.Status) 1164using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 1166return Response.FromValue(value, message.Response); 1169throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 1186switch (message.Response.Status) 1191using var document = JsonDocument.Parse(message.Response.ContentStream); 1193return Response.FromValue(value, message.Response); 1196throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Generated\DeletedApplicationsRestOperations.cs (38)
84switch (message.Response.Status) 89using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 91return Response.FromValue(value, message.Response); 94throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 111switch (message.Response.Status) 116using var document = JsonDocument.Parse(message.Response.ContentStream); 118return Response.FromValue(value, message.Response); 121throw _clientDiagnostics.CreateRequestFailedException(message.Response); 152switch (message.Response.Status) 157using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 159return Response.FromValue(value, message.Response); 162throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 173switch (message.Response.Status) 178using var document = JsonDocument.Parse(message.Response.ContentStream); 180return Response.FromValue(value, message.Response); 183throw _clientDiagnostics.CreateRequestFailedException(message.Response); 217switch (message.Response.Status) 220return message.Response; 222throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 239switch (message.Response.Status) 242return message.Response; 244throw _clientDiagnostics.CreateRequestFailedException(message.Response); 278switch (message.Response.Status) 283using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 285return Response.FromValue(value, message.Response); 288throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 305switch (message.Response.Status) 310using var document = JsonDocument.Parse(message.Response.ContentStream); 312return Response.FromValue(value, message.Response); 315throw _clientDiagnostics.CreateRequestFailedException(message.Response); 345switch (message.Response.Status) 350using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 352return Response.FromValue(value, message.Response); 355throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 372switch (message.Response.Status) 377using var document = JsonDocument.Parse(message.Response.ContentStream); 379return Response.FromValue(value, message.Response); 382throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Generated\DomainsRestOperations.cs (16)
80switch (message.Response.Status) 85using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 87return Response.FromValue(value, message.Response); 90throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 101switch (message.Response.Status) 106using var document = JsonDocument.Parse(message.Response.ContentStream); 108return Response.FromValue(value, message.Response); 111throw _clientDiagnostics.CreateRequestFailedException(message.Response); 145switch (message.Response.Status) 150using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 152return Response.FromValue(value, message.Response); 155throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 172switch (message.Response.Status) 177using var document = JsonDocument.Parse(message.Response.ContentStream); 179return Response.FromValue(value, message.Response); 182throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Generated\GroupsRestOperations.cs (126)
86switch (message.Response.Status) 91using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 93return Response.FromValue(value, message.Response); 96throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 113switch (message.Response.Status) 118using var document = JsonDocument.Parse(message.Response.ContentStream); 120return Response.FromValue(value, message.Response); 123throw _clientDiagnostics.CreateRequestFailedException(message.Response); 164switch (message.Response.Status) 167return message.Response; 169throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 191switch (message.Response.Status) 194return message.Response; 196throw _clientDiagnostics.CreateRequestFailedException(message.Response); 240switch (message.Response.Status) 243return message.Response; 245throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 267switch (message.Response.Status) 270return message.Response; 272throw _clientDiagnostics.CreateRequestFailedException(message.Response); 309switch (message.Response.Status) 314using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 316return Response.FromValue(value, message.Response); 319throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 336switch (message.Response.Status) 341using var document = JsonDocument.Parse(message.Response.ContentStream); 343return Response.FromValue(value, message.Response); 346throw _clientDiagnostics.CreateRequestFailedException(message.Response); 377switch (message.Response.Status) 382using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 384return Response.FromValue(value, message.Response); 387throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 398switch (message.Response.Status) 403using var document = JsonDocument.Parse(message.Response.ContentStream); 405return Response.FromValue(value, message.Response); 408throw _clientDiagnostics.CreateRequestFailedException(message.Response); 443switch (message.Response.Status) 448using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 450return Response.FromValue(value, message.Response); 453throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 470switch (message.Response.Status) 475using var document = JsonDocument.Parse(message.Response.ContentStream); 477return Response.FromValue(value, message.Response); 480throw _clientDiagnostics.CreateRequestFailedException(message.Response); 514switch (message.Response.Status) 519using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 521return Response.FromValue(value, message.Response); 524throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 541switch (message.Response.Status) 546using var document = JsonDocument.Parse(message.Response.ContentStream); 548return Response.FromValue(value, message.Response); 551throw _clientDiagnostics.CreateRequestFailedException(message.Response); 585switch (message.Response.Status) 588return message.Response; 590throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 607switch (message.Response.Status) 610return message.Response; 612throw _clientDiagnostics.CreateRequestFailedException(message.Response); 656switch (message.Response.Status) 661using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 663return Response.FromValue(value, message.Response); 666throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 688switch (message.Response.Status) 693using var document = JsonDocument.Parse(message.Response.ContentStream); 695return Response.FromValue(value, message.Response); 698throw _clientDiagnostics.CreateRequestFailedException(message.Response); 733switch (message.Response.Status) 738using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 740return Response.FromValue(value, message.Response); 743throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 760switch (message.Response.Status) 765using var document = JsonDocument.Parse(message.Response.ContentStream); 767return Response.FromValue(value, message.Response); 770throw _clientDiagnostics.CreateRequestFailedException(message.Response); 814switch (message.Response.Status) 817return message.Response; 819throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 841switch (message.Response.Status) 844return message.Response; 846throw _clientDiagnostics.CreateRequestFailedException(message.Response); 887switch (message.Response.Status) 890return message.Response; 892throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 914switch (message.Response.Status) 917return message.Response; 919throw _clientDiagnostics.CreateRequestFailedException(message.Response); 953switch (message.Response.Status) 958using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 960return Response.FromValue(value, message.Response); 963throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 980switch (message.Response.Status) 985using var document = JsonDocument.Parse(message.Response.ContentStream); 987return Response.FromValue(value, message.Response); 990throw _clientDiagnostics.CreateRequestFailedException(message.Response); 1024switch (message.Response.Status) 1029using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 1031return Response.FromValue(value, message.Response); 1034throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 1051switch (message.Response.Status) 1056using var document = JsonDocument.Parse(message.Response.ContentStream); 1058return Response.FromValue(value, message.Response); 1061throw _clientDiagnostics.CreateRequestFailedException(message.Response); 1096switch (message.Response.Status) 1101using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 1103return Response.FromValue(value, message.Response); 1106throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 1128switch (message.Response.Status) 1133using var document = JsonDocument.Parse(message.Response.ContentStream); 1135return Response.FromValue(value, message.Response); 1138throw _clientDiagnostics.CreateRequestFailedException(message.Response); 1168switch (message.Response.Status) 1173using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 1175return Response.FromValue(value, message.Response); 1178throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 1195switch (message.Response.Status) 1200using var document = JsonDocument.Parse(message.Response.ContentStream); 1202return Response.FromValue(value, message.Response); 1205throw _clientDiagnostics.CreateRequestFailedException(message.Response); 1235switch (message.Response.Status) 1240using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 1242return Response.FromValue(value, message.Response); 1245throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 1262switch (message.Response.Status) 1267using var document = JsonDocument.Parse(message.Response.ContentStream); 1269return Response.FromValue(value, message.Response); 1272throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Generated\OAuth2PermissionGrantRestOperations.cs (38)
80switch (message.Response.Status) 85using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 87return Response.FromValue(value, message.Response); 90throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 101switch (message.Response.Status) 106using var document = JsonDocument.Parse(message.Response.ContentStream); 108return Response.FromValue(value, message.Response); 111throw _clientDiagnostics.CreateRequestFailedException(message.Response); 145switch (message.Response.Status) 150using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 152return Response.FromValue(value, message.Response); 155throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 166switch (message.Response.Status) 171using var document = JsonDocument.Parse(message.Response.ContentStream); 173return Response.FromValue(value, message.Response); 176throw _clientDiagnostics.CreateRequestFailedException(message.Response); 210switch (message.Response.Status) 213return message.Response; 215throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 232switch (message.Response.Status) 235return message.Response; 237throw _clientDiagnostics.CreateRequestFailedException(message.Response); 271switch (message.Response.Status) 276using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 278return Response.FromValue(value, message.Response); 281throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 298switch (message.Response.Status) 303using var document = JsonDocument.Parse(message.Response.ContentStream); 305return Response.FromValue(value, message.Response); 308throw _clientDiagnostics.CreateRequestFailedException(message.Response); 338switch (message.Response.Status) 343using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 345return Response.FromValue(value, message.Response); 348throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 365switch (message.Response.Status) 370using var document = JsonDocument.Parse(message.Response.ContentStream); 372return Response.FromValue(value, message.Response); 375throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Generated\ObjectsRestOperations.cs (24)
86switch (message.Response.Status) 91using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 93return Response.FromValue(value, message.Response); 96throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 113switch (message.Response.Status) 118using var document = JsonDocument.Parse(message.Response.ContentStream); 120return Response.FromValue(value, message.Response); 123throw _clientDiagnostics.CreateRequestFailedException(message.Response); 157switch (message.Response.Status) 162using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 164return Response.FromValue(value, message.Response); 167throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 184switch (message.Response.Status) 189using var document = JsonDocument.Parse(message.Response.ContentStream); 191return Response.FromValue(value, message.Response); 194throw _clientDiagnostics.CreateRequestFailedException(message.Response); 224switch (message.Response.Status) 229using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 231return Response.FromValue(value, message.Response); 234throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 251switch (message.Response.Status) 256using var document = JsonDocument.Parse(message.Response.ContentStream); 258return Response.FromValue(value, message.Response); 261throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Generated\ServicePrincipalsRestOperations.cs (96)
86switch (message.Response.Status) 91using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 93return Response.FromValue(value, message.Response); 96throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 113switch (message.Response.Status) 118using var document = JsonDocument.Parse(message.Response.ContentStream); 120return Response.FromValue(value, message.Response); 123throw _clientDiagnostics.CreateRequestFailedException(message.Response); 154switch (message.Response.Status) 159using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 161return Response.FromValue(value, message.Response); 164throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 175switch (message.Response.Status) 180using var document = JsonDocument.Parse(message.Response.ContentStream); 182return Response.FromValue(value, message.Response); 185throw _clientDiagnostics.CreateRequestFailedException(message.Response); 228switch (message.Response.Status) 231return message.Response; 233throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 255switch (message.Response.Status) 258return message.Response; 260throw _clientDiagnostics.CreateRequestFailedException(message.Response); 294switch (message.Response.Status) 297return message.Response; 299throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 316switch (message.Response.Status) 319return message.Response; 321throw _clientDiagnostics.CreateRequestFailedException(message.Response); 355switch (message.Response.Status) 360using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 362return Response.FromValue(value, message.Response); 365throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 382switch (message.Response.Status) 387using var document = JsonDocument.Parse(message.Response.ContentStream); 389return Response.FromValue(value, message.Response); 392throw _clientDiagnostics.CreateRequestFailedException(message.Response); 427switch (message.Response.Status) 432using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 434return Response.FromValue(value, message.Response); 437throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 454switch (message.Response.Status) 459using var document = JsonDocument.Parse(message.Response.ContentStream); 461return Response.FromValue(value, message.Response); 464throw _clientDiagnostics.CreateRequestFailedException(message.Response); 499switch (message.Response.Status) 504using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 506return Response.FromValue(value, message.Response); 509throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 526switch (message.Response.Status) 531using var document = JsonDocument.Parse(message.Response.ContentStream); 533return Response.FromValue(value, message.Response); 536throw _clientDiagnostics.CreateRequestFailedException(message.Response); 580switch (message.Response.Status) 583return message.Response; 585throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 607switch (message.Response.Status) 610return message.Response; 612throw _clientDiagnostics.CreateRequestFailedException(message.Response); 647switch (message.Response.Status) 652using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 654return Response.FromValue(value, message.Response); 657throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 674switch (message.Response.Status) 679using var document = JsonDocument.Parse(message.Response.ContentStream); 681return Response.FromValue(value, message.Response); 684throw _clientDiagnostics.CreateRequestFailedException(message.Response); 728switch (message.Response.Status) 731return message.Response; 733throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 755switch (message.Response.Status) 758return message.Response; 760throw _clientDiagnostics.CreateRequestFailedException(message.Response); 794switch (message.Response.Status) 799using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 801return Response.FromValue(value, message.Response); 804throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 821switch (message.Response.Status) 826using var document = JsonDocument.Parse(message.Response.ContentStream); 828return Response.FromValue(value, message.Response); 831throw _clientDiagnostics.CreateRequestFailedException(message.Response); 866switch (message.Response.Status) 871using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 873return Response.FromValue(value, message.Response); 876throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 898switch (message.Response.Status) 903using var document = JsonDocument.Parse(message.Response.ContentStream); 905return Response.FromValue(value, message.Response); 908throw _clientDiagnostics.CreateRequestFailedException(message.Response); 938switch (message.Response.Status) 943using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 945return Response.FromValue(value, message.Response); 948throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 965switch (message.Response.Status) 970using var document = JsonDocument.Parse(message.Response.ContentStream); 972return Response.FromValue(value, message.Response); 975throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Generated\SignedInUserRestOperations.cs (32)
75switch (message.Response.Status) 80using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 82return Response.FromValue(value, message.Response); 85throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 95switch (message.Response.Status) 100using var document = JsonDocument.Parse(message.Response.ContentStream); 102return Response.FromValue(value, message.Response); 105throw _clientDiagnostics.CreateRequestFailedException(message.Response); 131switch (message.Response.Status) 136using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 138return Response.FromValue(value, message.Response); 141throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 151switch (message.Response.Status) 156using var document = JsonDocument.Parse(message.Response.ContentStream); 158return Response.FromValue(value, message.Response); 161throw _clientDiagnostics.CreateRequestFailedException(message.Response); 195switch (message.Response.Status) 200using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 202return Response.FromValue(value, message.Response); 205throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 222switch (message.Response.Status) 227using var document = JsonDocument.Parse(message.Response.ContentStream); 229return Response.FromValue(value, message.Response); 232throw _clientDiagnostics.CreateRequestFailedException(message.Response); 262switch (message.Response.Status) 267using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 269return Response.FromValue(value, message.Response); 272throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 289switch (message.Response.Status) 294using var document = JsonDocument.Parse(message.Response.ContentStream); 296return Response.FromValue(value, message.Response); 299throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Generated\UsersRestOperations.cs (60)
86switch (message.Response.Status) 91using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 93return Response.FromValue(value, message.Response); 96throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 113switch (message.Response.Status) 118using var document = JsonDocument.Parse(message.Response.ContentStream); 120return Response.FromValue(value, message.Response); 123throw _clientDiagnostics.CreateRequestFailedException(message.Response); 154switch (message.Response.Status) 159using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 161return Response.FromValue(value, message.Response); 164throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 175switch (message.Response.Status) 180using var document = JsonDocument.Parse(message.Response.ContentStream); 182return Response.FromValue(value, message.Response); 185throw _clientDiagnostics.CreateRequestFailedException(message.Response); 219switch (message.Response.Status) 224using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 226return Response.FromValue(value, message.Response); 229throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 246switch (message.Response.Status) 251using var document = JsonDocument.Parse(message.Response.ContentStream); 253return Response.FromValue(value, message.Response); 256throw _clientDiagnostics.CreateRequestFailedException(message.Response); 299switch (message.Response.Status) 302return message.Response; 304throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 326switch (message.Response.Status) 329return message.Response; 331throw _clientDiagnostics.CreateRequestFailedException(message.Response); 365switch (message.Response.Status) 368return message.Response; 370throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 387switch (message.Response.Status) 390return message.Response; 392throw _clientDiagnostics.CreateRequestFailedException(message.Response); 436switch (message.Response.Status) 441using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 443return Response.FromValue(value, message.Response); 446throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 468switch (message.Response.Status) 473using var document = JsonDocument.Parse(message.Response.ContentStream); 475return Response.FromValue(value, message.Response); 478throw _clientDiagnostics.CreateRequestFailedException(message.Response); 512switch (message.Response.Status) 517using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 519return Response.FromValue(value, message.Response); 522throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 539switch (message.Response.Status) 544using var document = JsonDocument.Parse(message.Response.ContentStream); 546return Response.FromValue(value, message.Response); 549throw _clientDiagnostics.CreateRequestFailedException(message.Response); 579switch (message.Response.Status) 584using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 586return Response.FromValue(value, message.Response); 589throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 606switch (message.Response.Status) 611using var document = JsonDocument.Parse(message.Response.ContentStream); 613return Response.FromValue(value, message.Response); 616throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Shared\AutoRest\ArmOperationHelpers.cs (2)
202return message.Response; 224return message.Response;
Azure.Identity (3)
CredentialPipeline.cs (1)
74return base.IsRetriableResponse(message) || message.Response.Status == 404;
ManagedIdentitySource.cs (2)
40return await HandleResponseAsync(async, context, message.Response, cancellationToken).ConfigureAwait(false); 133return message.Response.Status switch
Azure.IoT.DeviceUpdate (382)
Generated\DeploymentsRestClient.cs (78)
76switch (message.Response.Status) 81using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 83return Response.FromValue(value, message.Response); 86throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 97switch (message.Response.Status) 102using var document = JsonDocument.Parse(message.Response.ContentStream); 104return Response.FromValue(value, message.Response); 107throw _clientDiagnostics.CreateRequestFailedException(message.Response); 141switch (message.Response.Status) 146using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 148return Response.FromValue(value, message.Response); 151throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 168switch (message.Response.Status) 173using var document = JsonDocument.Parse(message.Response.ContentStream); 175return Response.FromValue(value, message.Response); 178throw _clientDiagnostics.CreateRequestFailedException(message.Response); 221switch (message.Response.Status) 226using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 228return Response.FromValue(value, message.Response); 231throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 253switch (message.Response.Status) 258using var document = JsonDocument.Parse(message.Response.ContentStream); 260return Response.FromValue(value, message.Response); 263throw _clientDiagnostics.CreateRequestFailedException(message.Response); 296switch (message.Response.Status) 299return message.Response; 301throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 318switch (message.Response.Status) 321return message.Response; 323throw _clientDiagnostics.CreateRequestFailedException(message.Response); 358switch (message.Response.Status) 363using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 365return Response.FromValue(value, message.Response); 368throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 385switch (message.Response.Status) 390using var document = JsonDocument.Parse(message.Response.ContentStream); 392return Response.FromValue(value, message.Response); 395throw _clientDiagnostics.CreateRequestFailedException(message.Response); 435switch (message.Response.Status) 440using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 442return Response.FromValue(value, message.Response); 445throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 463switch (message.Response.Status) 468using var document = JsonDocument.Parse(message.Response.ContentStream); 470return Response.FromValue(value, message.Response); 473throw _clientDiagnostics.CreateRequestFailedException(message.Response); 508switch (message.Response.Status) 513using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 515return Response.FromValue(value, message.Response); 518throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 535switch (message.Response.Status) 540using var document = JsonDocument.Parse(message.Response.ContentStream); 542return Response.FromValue(value, message.Response); 545throw _clientDiagnostics.CreateRequestFailedException(message.Response); 580switch (message.Response.Status) 585using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 587return Response.FromValue(value, message.Response); 590throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 607switch (message.Response.Status) 612using var document = JsonDocument.Parse(message.Response.ContentStream); 614return Response.FromValue(value, message.Response); 617throw _clientDiagnostics.CreateRequestFailedException(message.Response); 649switch (message.Response.Status) 654using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 656return Response.FromValue(value, message.Response); 659throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 677switch (message.Response.Status) 682using var document = JsonDocument.Parse(message.Response.ContentStream); 684return Response.FromValue(value, message.Response); 687throw _clientDiagnostics.CreateRequestFailedException(message.Response); 724switch (message.Response.Status) 729using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 731return Response.FromValue(value, message.Response); 734throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 757switch (message.Response.Status) 762using var document = JsonDocument.Parse(message.Response.ContentStream); 764return Response.FromValue(value, message.Response); 767throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Generated\DevicesRestClient.cs (174)
71switch (message.Response.Status) 76using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 78return Response.FromValue(value, message.Response); 81throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 91switch (message.Response.Status) 96using var document = JsonDocument.Parse(message.Response.ContentStream); 98return Response.FromValue(value, message.Response); 101throw _clientDiagnostics.CreateRequestFailedException(message.Response); 135switch (message.Response.Status) 140using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 142return Response.FromValue(value, message.Response); 145throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 162switch (message.Response.Status) 167using var document = JsonDocument.Parse(message.Response.ContentStream); 169return Response.FromValue(value, message.Response); 172throw _clientDiagnostics.CreateRequestFailedException(message.Response); 207switch (message.Response.Status) 212using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 214return Response.FromValue(value, message.Response); 217throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 234switch (message.Response.Status) 239using var document = JsonDocument.Parse(message.Response.ContentStream); 241return Response.FromValue(value, message.Response); 244throw _clientDiagnostics.CreateRequestFailedException(message.Response); 279switch (message.Response.Status) 284using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 286return Response.FromValue(value, message.Response); 289throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 306switch (message.Response.Status) 311using var document = JsonDocument.Parse(message.Response.ContentStream); 313return Response.FromValue(value, message.Response); 316throw _clientDiagnostics.CreateRequestFailedException(message.Response); 347switch (message.Response.Status) 352using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 354return Response.FromValue(value, message.Response); 357throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 368switch (message.Response.Status) 373using var document = JsonDocument.Parse(message.Response.ContentStream); 375return Response.FromValue(value, message.Response); 378throw _clientDiagnostics.CreateRequestFailedException(message.Response); 412switch (message.Response.Status) 417using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 419return Response.FromValue(value, message.Response); 422throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 439switch (message.Response.Status) 444using var document = JsonDocument.Parse(message.Response.ContentStream); 446return Response.FromValue(value, message.Response); 449throw _clientDiagnostics.CreateRequestFailedException(message.Response); 475switch (message.Response.Status) 480using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 482return Response.FromValue(value, message.Response); 485throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 495switch (message.Response.Status) 500using var document = JsonDocument.Parse(message.Response.ContentStream); 502return Response.FromValue(value, message.Response); 505throw _clientDiagnostics.CreateRequestFailedException(message.Response); 531switch (message.Response.Status) 536using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 538return Response.FromValue(value, message.Response); 541throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 551switch (message.Response.Status) 556using var document = JsonDocument.Parse(message.Response.ContentStream); 558return Response.FromValue(value, message.Response); 561throw _clientDiagnostics.CreateRequestFailedException(message.Response); 595switch (message.Response.Status) 600using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 602return Response.FromValue(value, message.Response); 605throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 622switch (message.Response.Status) 627using var document = JsonDocument.Parse(message.Response.ContentStream); 629return Response.FromValue(value, message.Response); 632throw _clientDiagnostics.CreateRequestFailedException(message.Response); 658switch (message.Response.Status) 663using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 665return Response.FromValue(value, message.Response); 668throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 678switch (message.Response.Status) 683using var document = JsonDocument.Parse(message.Response.ContentStream); 685return Response.FromValue(value, message.Response); 688throw _clientDiagnostics.CreateRequestFailedException(message.Response); 722switch (message.Response.Status) 727using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 729return Response.FromValue(value, message.Response); 732throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 749switch (message.Response.Status) 754using var document = JsonDocument.Parse(message.Response.ContentStream); 756return Response.FromValue(value, message.Response); 759throw _clientDiagnostics.CreateRequestFailedException(message.Response); 802switch (message.Response.Status) 807using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 809return Response.FromValue(value, message.Response); 812throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 834switch (message.Response.Status) 839using var document = JsonDocument.Parse(message.Response.ContentStream); 841return Response.FromValue(value, message.Response); 844throw _clientDiagnostics.CreateRequestFailedException(message.Response); 877switch (message.Response.Status) 881return message.Response; 883throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 900switch (message.Response.Status) 904return message.Response; 906throw _clientDiagnostics.CreateRequestFailedException(message.Response); 941switch (message.Response.Status) 946using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 948return Response.FromValue(value, message.Response); 951throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 968switch (message.Response.Status) 973using var document = JsonDocument.Parse(message.Response.ContentStream); 975return Response.FromValue(value, message.Response); 978throw _clientDiagnostics.CreateRequestFailedException(message.Response); 1018switch (message.Response.Status) 1023using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 1025return Response.FromValue(value, message.Response); 1028throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 1046switch (message.Response.Status) 1051using var document = JsonDocument.Parse(message.Response.ContentStream); 1053return Response.FromValue(value, message.Response); 1056throw _clientDiagnostics.CreateRequestFailedException(message.Response); 1087switch (message.Response.Status) 1092using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 1094return Response.FromValue(value, message.Response); 1097throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 1114switch (message.Response.Status) 1119using var document = JsonDocument.Parse(message.Response.ContentStream); 1121return Response.FromValue(value, message.Response); 1124throw _clientDiagnostics.CreateRequestFailedException(message.Response); 1160switch (message.Response.Status) 1165using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 1167return Response.FromValue(value, message.Response); 1170throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 1192switch (message.Response.Status) 1197using var document = JsonDocument.Parse(message.Response.ContentStream); 1199return Response.FromValue(value, message.Response); 1202throw _clientDiagnostics.CreateRequestFailedException(message.Response); 1238switch (message.Response.Status) 1243using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 1245return Response.FromValue(value, message.Response); 1248throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 1270switch (message.Response.Status) 1275using var document = JsonDocument.Parse(message.Response.ContentStream); 1277return Response.FromValue(value, message.Response); 1280throw _clientDiagnostics.CreateRequestFailedException(message.Response); 1312switch (message.Response.Status) 1317using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 1319return Response.FromValue(value, message.Response); 1322throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 1340switch (message.Response.Status) 1345using var document = JsonDocument.Parse(message.Response.ContentStream); 1347return Response.FromValue(value, message.Response); 1350throw _clientDiagnostics.CreateRequestFailedException(message.Response); 1381switch (message.Response.Status) 1386using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 1388return Response.FromValue(value, message.Response); 1391throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 1408switch (message.Response.Status) 1413using var document = JsonDocument.Parse(message.Response.ContentStream); 1415return Response.FromValue(value, message.Response); 1418throw _clientDiagnostics.CreateRequestFailedException(message.Response); 1449switch (message.Response.Status) 1454using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 1456return Response.FromValue(value, message.Response); 1459throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 1476switch (message.Response.Status) 1481using var document = JsonDocument.Parse(message.Response.ContentStream); 1483return Response.FromValue(value, message.Response); 1486throw _clientDiagnostics.CreateRequestFailedException(message.Response); 1523switch (message.Response.Status) 1528using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 1530return Response.FromValue(value, message.Response); 1533throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 1556switch (message.Response.Status) 1561using var document = JsonDocument.Parse(message.Response.ContentStream); 1563return Response.FromValue(value, message.Response); 1566throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Generated\UpdatesRestClient.cs (128)
82var headers = new UpdatesImportUpdateHeaders(message.Response); 83switch (message.Response.Status) 86return ResponseWithHeaders.FromValue(headers, message.Response); 88throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 105var headers = new UpdatesImportUpdateHeaders(message.Response); 106switch (message.Response.Status) 109return ResponseWithHeaders.FromValue(headers, message.Response); 111throw _clientDiagnostics.CreateRequestFailedException(message.Response); 164switch (message.Response.Status) 169using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 171return Response.FromValue(value, message.Response); 174return Response.FromValue((Update)null, message.Response); 176throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 204switch (message.Response.Status) 209using var document = JsonDocument.Parse(message.Response.ContentStream); 211return Response.FromValue(value, message.Response); 214return Response.FromValue((Update)null, message.Response); 216throw _clientDiagnostics.CreateRequestFailedException(message.Response); 263var headers = new UpdatesDeleteUpdateHeaders(message.Response); 264switch (message.Response.Status) 267return ResponseWithHeaders.FromValue(headers, message.Response); 269throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 296var headers = new UpdatesDeleteUpdateHeaders(message.Response); 297switch (message.Response.Status) 300return ResponseWithHeaders.FromValue(headers, message.Response); 302throw _clientDiagnostics.CreateRequestFailedException(message.Response); 328switch (message.Response.Status) 333using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 335return Response.FromValue(value, message.Response); 338throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 348switch (message.Response.Status) 353using var document = JsonDocument.Parse(message.Response.ContentStream); 355return Response.FromValue(value, message.Response); 358throw _clientDiagnostics.CreateRequestFailedException(message.Response); 393switch (message.Response.Status) 398using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 400return Response.FromValue(value, message.Response); 403throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 420switch (message.Response.Status) 425using var document = JsonDocument.Parse(message.Response.ContentStream); 427return Response.FromValue(value, message.Response); 430throw _clientDiagnostics.CreateRequestFailedException(message.Response); 472switch (message.Response.Status) 477using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 479return Response.FromValue(value, message.Response); 482throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 504switch (message.Response.Status) 509using var document = JsonDocument.Parse(message.Response.ContentStream); 511return Response.FromValue(value, message.Response); 514throw _clientDiagnostics.CreateRequestFailedException(message.Response); 563switch (message.Response.Status) 568using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 570return Response.FromValue(value, message.Response); 573throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 600switch (message.Response.Status) 605using var document = JsonDocument.Parse(message.Response.ContentStream); 607return Response.FromValue(value, message.Response); 610throw _clientDiagnostics.CreateRequestFailedException(message.Response); 670switch (message.Response.Status) 675using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 677return Response.FromValue(value, message.Response); 680return Response.FromValue((File)null, message.Response); 682throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 715switch (message.Response.Status) 720using var document = JsonDocument.Parse(message.Response.ContentStream); 722return Response.FromValue(value, message.Response); 725return Response.FromValue((File)null, message.Response); 727throw _clientDiagnostics.CreateRequestFailedException(message.Response); 763switch (message.Response.Status) 768using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 770return Response.FromValue(value, message.Response); 773throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 785switch (message.Response.Status) 790using var document = JsonDocument.Parse(message.Response.ContentStream); 792return Response.FromValue(value, message.Response); 795throw _clientDiagnostics.CreateRequestFailedException(message.Response); 834var headers = new UpdatesGetOperationHeaders(message.Response); 835switch (message.Response.Status) 840using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 842return ResponseWithHeaders.FromValue(value, headers, message.Response); 845return ResponseWithHeaders.FromValue((Models.Operation)null, headers, message.Response); 847throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 865var headers = new UpdatesGetOperationHeaders(message.Response); 866switch (message.Response.Status) 871using var document = JsonDocument.Parse(message.Response.ContentStream); 873return ResponseWithHeaders.FromValue(value, headers, message.Response); 876return ResponseWithHeaders.FromValue((Models.Operation)null, headers, message.Response); 878throw _clientDiagnostics.CreateRequestFailedException(message.Response); 909switch (message.Response.Status) 914using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 916return Response.FromValue(value, message.Response); 919throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 936switch (message.Response.Status) 941using var document = JsonDocument.Parse(message.Response.ContentStream); 943return Response.FromValue(value, message.Response); 946throw _clientDiagnostics.CreateRequestFailedException(message.Response); 982switch (message.Response.Status) 987using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 989return Response.FromValue(value, message.Response); 992throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 1014switch (message.Response.Status) 1019using var document = JsonDocument.Parse(message.Response.ContentStream); 1021return Response.FromValue(value, message.Response); 1024throw _clientDiagnostics.CreateRequestFailedException(message.Response); 1065switch (message.Response.Status) 1070using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 1072return Response.FromValue(value, message.Response); 1075throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 1102switch (message.Response.Status) 1107using var document = JsonDocument.Parse(message.Response.ContentStream); 1109return Response.FromValue(value, message.Response); 1112throw _clientDiagnostics.CreateRequestFailedException(message.Response); 1158switch (message.Response.Status) 1163using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 1165return Response.FromValue(value, message.Response); 1168throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 1200switch (message.Response.Status) 1205using var document = JsonDocument.Parse(message.Response.ContentStream); 1207return Response.FromValue(value, message.Response); 1210throw _clientDiagnostics.CreateRequestFailedException(message.Response); 1243switch (message.Response.Status) 1248using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 1250return Response.FromValue(value, message.Response); 1253throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 1272switch (message.Response.Status) 1277using var document = JsonDocument.Parse(message.Response.ContentStream); 1279return Response.FromValue(value, message.Response); 1282throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Shared\AutoRest\OperationInternals.cs (2)
184return message.Response; 206return message.Response;
Azure.IoT.Hub.Service (296)
Customized\JobsRestClient.cs (10)
23switch (message.Response.Status) 28using var document = JsonDocument.Parse(message.Response.ContentStream); 37return Response.FromValue(value, message.Response); 40return Response.FromValue<string>(null, message.Response); 43throw _clientDiagnostics.CreateRequestFailedException(message.Response); 56switch (message.Response.Status) 61using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 70return Response.FromValue(value, message.Response); 73return Response.FromValue<string>(null, message.Response); 76throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false);
Generated\BulkRegistryRestClient.cs (8)
83switch (message.Response.Status) 89using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 91return Response.FromValue(value, message.Response); 94throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 111switch (message.Response.Status) 117using var document = JsonDocument.Parse(message.Response.ContentStream); 119return Response.FromValue(value, message.Response); 122throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Generated\CloudToDeviceMessagesRestClient.cs (26)
75switch (message.Response.Status) 80using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 82return Response.FromValue(value, message.Response); 85throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 102switch (message.Response.Status) 107using var document = JsonDocument.Parse(message.Response.ContentStream); 109return Response.FromValue(value, message.Response); 112throw _clientDiagnostics.CreateRequestFailedException(message.Response); 135switch (message.Response.Status) 139return message.Response; 141throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 151switch (message.Response.Status) 155return message.Response; 157throw _clientDiagnostics.CreateRequestFailedException(message.Response); 188switch (message.Response.Status) 191return message.Response; 193throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 210switch (message.Response.Status) 213return message.Response; 215throw _clientDiagnostics.CreateRequestFailedException(message.Response); 247switch (message.Response.Status) 250return message.Response; 252throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 269switch (message.Response.Status) 272return message.Response; 274throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Generated\ConfigurationRestClient.cs (44)
75switch (message.Response.Status) 80using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 82return Response.FromValue(value, message.Response); 85throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 102switch (message.Response.Status) 107using var document = JsonDocument.Parse(message.Response.ContentStream); 109return Response.FromValue(value, message.Response); 112throw _clientDiagnostics.CreateRequestFailedException(message.Response); 158switch (message.Response.Status) 164using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 166return Response.FromValue(value, message.Response); 169throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 192switch (message.Response.Status) 198using var document = JsonDocument.Parse(message.Response.ContentStream); 200return Response.FromValue(value, message.Response); 203throw _clientDiagnostics.CreateRequestFailedException(message.Response); 239switch (message.Response.Status) 242return message.Response; 244throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 262switch (message.Response.Status) 265return message.Response; 267throw _clientDiagnostics.CreateRequestFailedException(message.Response); 296switch (message.Response.Status) 301using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 308return Response.FromValue(value, message.Response); 311throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 322switch (message.Response.Status) 327using var document = JsonDocument.Parse(message.Response.ContentStream); 334return Response.FromValue(value, message.Response); 337throw _clientDiagnostics.CreateRequestFailedException(message.Response); 372switch (message.Response.Status) 377using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 379return Response.FromValue(value, message.Response); 382throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 399switch (message.Response.Status) 404using var document = JsonDocument.Parse(message.Response.ContentStream); 406return Response.FromValue(value, message.Response); 409throw _clientDiagnostics.CreateRequestFailedException(message.Response); 450switch (message.Response.Status) 453return message.Response; 455throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 477switch (message.Response.Status) 480return message.Response; 482throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Generated\DevicesRestClient.cs (62)
72switch (message.Response.Status) 77using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 84return Response.FromValue(value, message.Response); 87throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 98switch (message.Response.Status) 103using var document = JsonDocument.Parse(message.Response.ContentStream); 110return Response.FromValue(value, message.Response); 113throw _clientDiagnostics.CreateRequestFailedException(message.Response); 145switch (message.Response.Status) 150using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 152return Response.FromValue(value, message.Response); 155throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 172switch (message.Response.Status) 177using var document = JsonDocument.Parse(message.Response.ContentStream); 179return Response.FromValue(value, message.Response); 182throw _clientDiagnostics.CreateRequestFailedException(message.Response); 228switch (message.Response.Status) 233using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 235return Response.FromValue(value, message.Response); 238throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 261switch (message.Response.Status) 266using var document = JsonDocument.Parse(message.Response.ContentStream); 268return Response.FromValue(value, message.Response); 271throw _clientDiagnostics.CreateRequestFailedException(message.Response); 307switch (message.Response.Status) 310return message.Response; 312throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 330switch (message.Response.Status) 333return message.Response; 335throw _clientDiagnostics.CreateRequestFailedException(message.Response); 367switch (message.Response.Status) 372using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 374return Response.FromValue(value, message.Response); 377throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 394switch (message.Response.Status) 399using var document = JsonDocument.Parse(message.Response.ContentStream); 401return Response.FromValue(value, message.Response); 404throw _clientDiagnostics.CreateRequestFailedException(message.Response); 450switch (message.Response.Status) 455using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 457return Response.FromValue(value, message.Response); 460throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 483switch (message.Response.Status) 488using var document = JsonDocument.Parse(message.Response.ContentStream); 490return Response.FromValue(value, message.Response); 493throw _clientDiagnostics.CreateRequestFailedException(message.Response); 539switch (message.Response.Status) 544using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 546return Response.FromValue(value, message.Response); 549throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 572switch (message.Response.Status) 577using var document = JsonDocument.Parse(message.Response.ContentStream); 579return Response.FromValue(value, message.Response); 582throw _clientDiagnostics.CreateRequestFailedException(message.Response); 624switch (message.Response.Status) 629using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 631return Response.FromValue(value, message.Response); 634throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 656switch (message.Response.Status) 661using var document = JsonDocument.Parse(message.Response.ContentStream); 663return Response.FromValue(value, message.Response); 666throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Generated\JobsRestClient.cs (56)
78switch (message.Response.Status) 83using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 85return Response.FromValue(value, message.Response); 88throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 105switch (message.Response.Status) 110using var document = JsonDocument.Parse(message.Response.ContentStream); 112return Response.FromValue(value, message.Response); 115throw _clientDiagnostics.CreateRequestFailedException(message.Response); 139switch (message.Response.Status) 144using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 151return Response.FromValue(value, message.Response); 154throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 164switch (message.Response.Status) 169using var document = JsonDocument.Parse(message.Response.ContentStream); 176return Response.FromValue(value, message.Response); 179throw _clientDiagnostics.CreateRequestFailedException(message.Response); 211switch (message.Response.Status) 216using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 218return Response.FromValue(value, message.Response); 221throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 238switch (message.Response.Status) 243using var document = JsonDocument.Parse(message.Response.ContentStream); 245return Response.FromValue(value, message.Response); 248throw _clientDiagnostics.CreateRequestFailedException(message.Response); 280switch (message.Response.Status) 285using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 287return Response.FromValue(value, message.Response); 290throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 307switch (message.Response.Status) 312using var document = JsonDocument.Parse(message.Response.ContentStream); 314return Response.FromValue(value, message.Response); 317throw _clientDiagnostics.CreateRequestFailedException(message.Response); 358switch (message.Response.Status) 363using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 365return Response.FromValue(value, message.Response); 368throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 390switch (message.Response.Status) 395using var document = JsonDocument.Parse(message.Response.ContentStream); 397return Response.FromValue(value, message.Response); 400throw _clientDiagnostics.CreateRequestFailedException(message.Response); 433switch (message.Response.Status) 438using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 440return Response.FromValue(value, message.Response); 443throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 460switch (message.Response.Status) 465using var document = JsonDocument.Parse(message.Response.ContentStream); 467return Response.FromValue(value, message.Response); 470throw _clientDiagnostics.CreateRequestFailedException(message.Response); 504switch (message.Response.Status) 509using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 511return Response.FromValue(value, message.Response); 514throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 526switch (message.Response.Status) 531using var document = JsonDocument.Parse(message.Response.ContentStream); 533return Response.FromValue(value, message.Response); 536throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Generated\ModulesRestClient.cs (62)
82switch (message.Response.Status) 87using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 89return Response.FromValue(value, message.Response); 92throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 114switch (message.Response.Status) 119using var document = JsonDocument.Parse(message.Response.ContentStream); 121return Response.FromValue(value, message.Response); 124throw _clientDiagnostics.CreateRequestFailedException(message.Response); 177switch (message.Response.Status) 182using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 184return Response.FromValue(value, message.Response); 187throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 215switch (message.Response.Status) 220using var document = JsonDocument.Parse(message.Response.ContentStream); 222return Response.FromValue(value, message.Response); 225throw _clientDiagnostics.CreateRequestFailedException(message.Response); 278switch (message.Response.Status) 283using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 285return Response.FromValue(value, message.Response); 288throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 316switch (message.Response.Status) 321using var document = JsonDocument.Parse(message.Response.ContentStream); 323return Response.FromValue(value, message.Response); 326throw _clientDiagnostics.CreateRequestFailedException(message.Response); 359switch (message.Response.Status) 364using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 371return Response.FromValue(value, message.Response); 374throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 391switch (message.Response.Status) 396using var document = JsonDocument.Parse(message.Response.ContentStream); 403return Response.FromValue(value, message.Response); 406throw _clientDiagnostics.CreateRequestFailedException(message.Response); 445switch (message.Response.Status) 450using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 452return Response.FromValue(value, message.Response); 455throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 477switch (message.Response.Status) 482using var document = JsonDocument.Parse(message.Response.ContentStream); 484return Response.FromValue(value, message.Response); 487throw _clientDiagnostics.CreateRequestFailedException(message.Response); 540switch (message.Response.Status) 546using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 548return Response.FromValue(value, message.Response); 551throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 579switch (message.Response.Status) 585using var document = JsonDocument.Parse(message.Response.ContentStream); 587return Response.FromValue(value, message.Response); 590throw _clientDiagnostics.CreateRequestFailedException(message.Response); 633switch (message.Response.Status) 636return message.Response; 638throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 661switch (message.Response.Status) 664return message.Response; 666throw _clientDiagnostics.CreateRequestFailedException(message.Response); 715switch (message.Response.Status) 720using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 722return Response.FromValue(value, message.Response); 725throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 752switch (message.Response.Status) 757using var document = JsonDocument.Parse(message.Response.ContentStream); 759return Response.FromValue(value, message.Response); 762throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Generated\QueryRestClient.cs (10)
87var headers = new QueryGetTwinsHeaders(message.Response); 88switch (message.Response.Status) 93using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 100return ResponseWithHeaders.FromValue(value, headers, message.Response); 103throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 122var headers = new QueryGetTwinsHeaders(message.Response); 123switch (message.Response.Status) 128using var document = JsonDocument.Parse(message.Response.ContentStream); 135return ResponseWithHeaders.FromValue(value, headers, message.Response); 138throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Generated\StatisticsRestClient.cs (16)
66switch (message.Response.Status) 71using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 73return Response.FromValue(value, message.Response); 76throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 86switch (message.Response.Status) 91using var document = JsonDocument.Parse(message.Response.ContentStream); 93return Response.FromValue(value, message.Response); 96throw _clientDiagnostics.CreateRequestFailedException(message.Response); 120switch (message.Response.Status) 125using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 127return Response.FromValue(value, message.Response); 130throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 140switch (message.Response.Status) 145using var document = JsonDocument.Parse(message.Response.ContentStream); 147return Response.FromValue(value, message.Response); 150throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Shared\AutoRest\OperationInternals.cs (2)
184return message.Response; 206return message.Response;
Azure.IoT.ModelsRepository (6)
Fetchers\HttpModelFetcher.cs (6)
171switch (message.Response.Status) 175return GetContent(message.Response.ContentStream); 178throw _clientDiagnostics.CreateRequestFailedException(message.Response); 199switch (message.Response.Status) 203return await GetContentAsync(message.Response.ContentStream, cancellationToken).ConfigureAwait(false); 206throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Azure.IoT.TimeSeriesInsights (106)
Generated\ModelSettingsRestClient.cs (16)
74switch (message.Response.Status) 79using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 81return Response.FromValue(value, message.Response); 84throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 95switch (message.Response.Status) 100using var document = JsonDocument.Parse(message.Response.ContentStream); 102return Response.FromValue(value, message.Response); 105throw _clientDiagnostics.CreateRequestFailedException(message.Response); 146switch (message.Response.Status) 151using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 153return Response.FromValue(value, message.Response); 156throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 174switch (message.Response.Status) 179using var document = JsonDocument.Parse(message.Response.ContentStream); 181return Response.FromValue(value, message.Response); 184throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Generated\QueryRestClient.cs (24)
79switch (message.Response.Status) 84using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 86return Response.FromValue(value, message.Response); 89throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 101switch (message.Response.Status) 106using var document = JsonDocument.Parse(message.Response.ContentStream); 108return Response.FromValue(value, message.Response); 111throw _clientDiagnostics.CreateRequestFailedException(message.Response); 157switch (message.Response.Status) 162using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 164return Response.FromValue(value, message.Response); 167throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 186switch (message.Response.Status) 191using var document = JsonDocument.Parse(message.Response.ContentStream); 193return Response.FromValue(value, message.Response); 196throw _clientDiagnostics.CreateRequestFailedException(message.Response); 247switch (message.Response.Status) 252using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 254return Response.FromValue(value, message.Response); 257throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 277switch (message.Response.Status) 282using var document = JsonDocument.Parse(message.Response.ContentStream); 284return Response.FromValue(value, message.Response); 287throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Generated\TimeSeriesHierarchiesRestClient.cs (16)
79switch (message.Response.Status) 84using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 86return Response.FromValue(value, message.Response); 89throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 101switch (message.Response.Status) 106using var document = JsonDocument.Parse(message.Response.ContentStream); 108return Response.FromValue(value, message.Response); 111throw _clientDiagnostics.CreateRequestFailedException(message.Response); 152switch (message.Response.Status) 157using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 159return Response.FromValue(value, message.Response); 162throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 180switch (message.Response.Status) 185using var document = JsonDocument.Parse(message.Response.ContentStream); 187return Response.FromValue(value, message.Response); 190throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Generated\TimeSeriesInstancesRestClient.cs (32)
79switch (message.Response.Status) 84using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 86return Response.FromValue(value, message.Response); 89throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 101switch (message.Response.Status) 106using var document = JsonDocument.Parse(message.Response.ContentStream); 108return Response.FromValue(value, message.Response); 111throw _clientDiagnostics.CreateRequestFailedException(message.Response); 152switch (message.Response.Status) 157using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 159return Response.FromValue(value, message.Response); 162throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 180switch (message.Response.Status) 185using var document = JsonDocument.Parse(message.Response.ContentStream); 187return Response.FromValue(value, message.Response); 190throw _clientDiagnostics.CreateRequestFailedException(message.Response); 231switch (message.Response.Status) 236using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 238return Response.FromValue(value, message.Response); 241throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 259switch (message.Response.Status) 264using var document = JsonDocument.Parse(message.Response.ContentStream); 266return Response.FromValue(value, message.Response); 269throw _clientDiagnostics.CreateRequestFailedException(message.Response); 315switch (message.Response.Status) 320using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 322return Response.FromValue(value, message.Response); 325throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 344switch (message.Response.Status) 349using var document = JsonDocument.Parse(message.Response.ContentStream); 351return Response.FromValue(value, message.Response); 354throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Generated\TimeSeriesTypesRestClient.cs (16)
79switch (message.Response.Status) 84using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 86return Response.FromValue(value, message.Response); 89throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 101switch (message.Response.Status) 106using var document = JsonDocument.Parse(message.Response.ContentStream); 108return Response.FromValue(value, message.Response); 111throw _clientDiagnostics.CreateRequestFailedException(message.Response); 152switch (message.Response.Status) 157using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 159return Response.FromValue(value, message.Response); 162throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 180switch (message.Response.Status) 185using var document = JsonDocument.Parse(message.Response.ContentStream); 187return Response.FromValue(value, message.Response); 190throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Shared\AutoRest\OperationInternals.cs (2)
184return message.Response; 206return message.Response;
Azure.Media.VideoAnalyzer.Edge (2)
Shared\AutoRest\OperationInternals.cs (2)
184return message.Response; 206return message.Response;
Azure.Messaging.EventGrid (36)
Customization\EventGridPublisherClient.cs (16)
121return message.Response.Status switch 123200 => message.Response, 125throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false) : 126throw _clientDiagnostics.CreateRequestFailedException(message.Response) 190return message.Response.Status switch 192200 => message.Response, 194throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false) : 195throw _clientDiagnostics.CreateRequestFailedException(message.Response) 257return message.Response.Status switch 259200 => message.Response, 261throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false) : 262throw _clientDiagnostics.CreateRequestFailedException(message.Response) 327return message.Response.Status switch 329200 => message.Response, 331throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false) : 332throw _clientDiagnostics.CreateRequestFailedException(message.Response)
Generated\EventGridRestClient.cs (18)
83switch (message.Response.Status) 86return message.Response; 88throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 110switch (message.Response.Status) 113return message.Response; 115throw _clientDiagnostics.CreateRequestFailedException(message.Response); 160switch (message.Response.Status) 163return message.Response; 165throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 187switch (message.Response.Status) 190return message.Response; 192throw _clientDiagnostics.CreateRequestFailedException(message.Response); 237switch (message.Response.Status) 240return message.Response; 242throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 264switch (message.Response.Status) 267return message.Response; 269throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Shared\AutoRest\OperationInternals.cs (2)
184return message.Response; 206return message.Response;
Azure.Messaging.WebPubSub (138)
Generated\HealthApiClient.cs (8)
63switch (message.Response.Status) 66return message.Response; 68throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 73return message.Response; 102switch (message.Response.Status) 105return message.Response; 107throw _clientDiagnostics.CreateRequestFailedException(message.Response); 112return message.Response;
Generated\WebPubSubServiceClient.cs (128)
54switch (message.Response.Status) 57return message.Response; 59throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 64return message.Response; 96switch (message.Response.Status) 99return message.Response; 101throw _clientDiagnostics.CreateRequestFailedException(message.Response); 106return message.Response; 165switch (message.Response.Status) 169return message.Response; 171throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 176return message.Response; 206switch (message.Response.Status) 210return message.Response; 212throw _clientDiagnostics.CreateRequestFailedException(message.Response); 217return message.Response; 270switch (message.Response.Status) 273return message.Response; 275throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 280return message.Response; 311switch (message.Response.Status) 314return message.Response; 316throw _clientDiagnostics.CreateRequestFailedException(message.Response); 321return message.Response; 380switch (message.Response.Status) 383return message.Response; 385throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 390return message.Response; 422switch (message.Response.Status) 425return message.Response; 427throw _clientDiagnostics.CreateRequestFailedException(message.Response); 432return message.Response; 489switch (message.Response.Status) 493return message.Response; 495throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 500return message.Response; 530switch (message.Response.Status) 534return message.Response; 536throw _clientDiagnostics.CreateRequestFailedException(message.Response); 541return message.Response; 596switch (message.Response.Status) 599return message.Response; 601throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 606return message.Response; 639switch (message.Response.Status) 642return message.Response; 644throw _clientDiagnostics.CreateRequestFailedException(message.Response); 649return message.Response; 712switch (message.Response.Status) 716return message.Response; 718throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 723return message.Response; 754switch (message.Response.Status) 758return message.Response; 760throw _clientDiagnostics.CreateRequestFailedException(message.Response); 765return message.Response; 821switch (message.Response.Status) 824return message.Response; 826throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 831return message.Response; 862switch (message.Response.Status) 865return message.Response; 867throw _clientDiagnostics.CreateRequestFailedException(message.Response); 872return message.Response; 927switch (message.Response.Status) 931return message.Response; 933throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 938return message.Response; 968switch (message.Response.Status) 972return message.Response; 974throw _clientDiagnostics.CreateRequestFailedException(message.Response); 979return message.Response; 1033switch (message.Response.Status) 1036return message.Response; 1038throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 1043return message.Response; 1075switch (message.Response.Status) 1078return message.Response; 1080throw _clientDiagnostics.CreateRequestFailedException(message.Response); 1085return message.Response; 1143switch (message.Response.Status) 1147return message.Response; 1149throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 1154return message.Response; 1185switch (message.Response.Status) 1189return message.Response; 1191throw _clientDiagnostics.CreateRequestFailedException(message.Response); 1196return message.Response; 1252switch (message.Response.Status) 1255return message.Response; 1257throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 1262return message.Response; 1293switch (message.Response.Status) 1296return message.Response; 1298throw _clientDiagnostics.CreateRequestFailedException(message.Response); 1303return message.Response; 1358switch (message.Response.Status) 1361return message.Response; 1363throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 1368return message.Response; 1398switch (message.Response.Status) 1401return message.Response; 1403throw _clientDiagnostics.CreateRequestFailedException(message.Response); 1408return message.Response; 1463switch (message.Response.Status) 1466return message.Response; 1468throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 1473return message.Response; 1505switch (message.Response.Status) 1508return message.Response; 1510throw _clientDiagnostics.CreateRequestFailedException(message.Response); 1515return message.Response; 1577switch (message.Response.Status) 1580return message.Response; 1582throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 1587return message.Response; 1619switch (message.Response.Status) 1622return message.Response; 1624throw _clientDiagnostics.CreateRequestFailedException(message.Response); 1629return message.Response; 1691switch (message.Response.Status) 1695return message.Response; 1697throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 1702return message.Response; 1734switch (message.Response.Status) 1738return message.Response; 1740throw _clientDiagnostics.CreateRequestFailedException(message.Response); 1745return message.Response;
Shared\AutoRest\OperationInternals.cs (2)
184return message.Response; 206return message.Response;
Azure.MixedReality.Authentication (12)
Generated\MixedRealityStsRestClient.cs (10)
70var headers = new MixedRealityStsGetTokenHeaders(message.Response); 71switch (message.Response.Status) 76using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 78return ResponseWithHeaders.FromValue(value, headers, message.Response); 81throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 93var headers = new MixedRealityStsGetTokenHeaders(message.Response); 94switch (message.Response.Status) 99using var document = JsonDocument.Parse(message.Response.ContentStream); 101return ResponseWithHeaders.FromValue(value, headers, message.Response); 104throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Shared\AutoRest\OperationInternals.cs (2)
184return message.Response; 206return message.Response;
Azure.MixedReality.ObjectAnchors.Conversion (32)
Generated\BlobUploadEndpointRestClient.cs (10)
70var headers = new BlobUploadEndpointGetHeaders(message.Response); 71switch (message.Response.Status) 76using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 78return ResponseWithHeaders.FromValue(value, headers, message.Response); 81throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 93var headers = new BlobUploadEndpointGetHeaders(message.Response); 94switch (message.Response.Status) 99using var document = JsonDocument.Parse(message.Response.ContentStream); 101return ResponseWithHeaders.FromValue(value, headers, message.Response); 104throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Generated\IngestionJobRestClient.cs (20)
80var headers = new IngestionJobCreateHeaders(message.Response); 81switch (message.Response.Status) 86using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 88return ResponseWithHeaders.FromValue(value, headers, message.Response); 91throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 105var headers = new IngestionJobCreateHeaders(message.Response); 106switch (message.Response.Status) 111using var document = JsonDocument.Parse(message.Response.ContentStream); 113return ResponseWithHeaders.FromValue(value, headers, message.Response); 116throw _clientDiagnostics.CreateRequestFailedException(message.Response); 153var headers = new IngestionJobGetHeaders(message.Response); 154switch (message.Response.Status) 159using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 161return ResponseWithHeaders.FromValue(value, headers, message.Response); 164throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 177var headers = new IngestionJobGetHeaders(message.Response); 178switch (message.Response.Status) 183using var document = JsonDocument.Parse(message.Response.ContentStream); 185return ResponseWithHeaders.FromValue(value, headers, message.Response); 188throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Shared\AutoRest\OperationInternals.cs (2)
184return message.Response; 206return message.Response;
Azure.MixedReality.RemoteRendering (92)
Generated\RemoteRenderingRestClient.cs (90)
88var headers = new RemoteRenderingCreateConversionHeaders(message.Response); 89switch (message.Response.Status) 95using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 97return ResponseWithHeaders.FromValue(value, headers, message.Response); 100throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 123var headers = new RemoteRenderingCreateConversionHeaders(message.Response); 124switch (message.Response.Status) 130using var document = JsonDocument.Parse(message.Response.ContentStream); 132return ResponseWithHeaders.FromValue(value, headers, message.Response); 135throw _clientDiagnostics.CreateRequestFailedException(message.Response); 170var headers = new RemoteRenderingGetConversionHeaders(message.Response); 171switch (message.Response.Status) 176using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 178return ResponseWithHeaders.FromValue(value, headers, message.Response); 181throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 199var headers = new RemoteRenderingGetConversionHeaders(message.Response); 200switch (message.Response.Status) 205using var document = JsonDocument.Parse(message.Response.ContentStream); 207return ResponseWithHeaders.FromValue(value, headers, message.Response); 210throw _clientDiagnostics.CreateRequestFailedException(message.Response); 237var headers = new RemoteRenderingListConversionsHeaders(message.Response); 238switch (message.Response.Status) 243using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 245return ResponseWithHeaders.FromValue(value, headers, message.Response); 248throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 259var headers = new RemoteRenderingListConversionsHeaders(message.Response); 260switch (message.Response.Status) 265using var document = JsonDocument.Parse(message.Response.ContentStream); 267return ResponseWithHeaders.FromValue(value, headers, message.Response); 270throw _clientDiagnostics.CreateRequestFailedException(message.Response); 314var headers = new RemoteRenderingCreateSessionHeaders(message.Response); 315switch (message.Response.Status) 321using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 323return ResponseWithHeaders.FromValue(value, headers, message.Response); 326throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 349var headers = new RemoteRenderingCreateSessionHeaders(message.Response); 350switch (message.Response.Status) 356using var document = JsonDocument.Parse(message.Response.ContentStream); 358return ResponseWithHeaders.FromValue(value, headers, message.Response); 361throw _clientDiagnostics.CreateRequestFailedException(message.Response); 396switch (message.Response.Status) 401using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 403return Response.FromValue(value, message.Response); 406throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 424switch (message.Response.Status) 429using var document = JsonDocument.Parse(message.Response.ContentStream); 431return Response.FromValue(value, message.Response); 434throw _clientDiagnostics.CreateRequestFailedException(message.Response); 478switch (message.Response.Status) 483using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 485return Response.FromValue(value, message.Response); 488throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 511switch (message.Response.Status) 516using var document = JsonDocument.Parse(message.Response.ContentStream); 518return Response.FromValue(value, message.Response); 521throw _clientDiagnostics.CreateRequestFailedException(message.Response); 557var headers = new RemoteRenderingStopSessionHeaders(message.Response); 558switch (message.Response.Status) 561return ResponseWithHeaders.FromValue(headers, message.Response); 563throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 581var headers = new RemoteRenderingStopSessionHeaders(message.Response); 582switch (message.Response.Status) 585return ResponseWithHeaders.FromValue(headers, message.Response); 587throw _clientDiagnostics.CreateRequestFailedException(message.Response); 614switch (message.Response.Status) 619using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 621return Response.FromValue(value, message.Response); 624throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 635switch (message.Response.Status) 640using var document = JsonDocument.Parse(message.Response.ContentStream); 642return Response.FromValue(value, message.Response); 645throw _clientDiagnostics.CreateRequestFailedException(message.Response); 676var headers = new RemoteRenderingListConversionsHeaders(message.Response); 677switch (message.Response.Status) 682using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 684return ResponseWithHeaders.FromValue(value, headers, message.Response); 687throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 705var headers = new RemoteRenderingListConversionsHeaders(message.Response); 706switch (message.Response.Status) 711using var document = JsonDocument.Parse(message.Response.ContentStream); 713return ResponseWithHeaders.FromValue(value, headers, message.Response); 716throw _clientDiagnostics.CreateRequestFailedException(message.Response); 747switch (message.Response.Status) 752using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 754return Response.FromValue(value, message.Response); 757throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 775switch (message.Response.Status) 780using var document = JsonDocument.Parse(message.Response.ContentStream); 782return Response.FromValue(value, message.Response); 785throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Shared\AutoRest\OperationInternals.cs (2)
184return message.Response; 206return message.Response;
Azure.Monitor.OpenTelemetry.Exporter (14)
Generated\ApplicationInsightsRestClient.cs (8)
56switch (message.Response.Status) 62using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 64return Response.FromValue(value, message.Response); 67throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 84switch (message.Response.Status) 90using var document = JsonDocument.Parse(message.Response.ContentStream); 92return Response.FromValue(value, message.Response); 95throw _clientDiagnostics.CreateRequestFailedException(message.Response);
IngestionResponsePolicy.cs (4)
38var httpStatus = message?.Response?.Status; 75var httpStatus = message?.Response?.Status; 108using (JsonDocument document = JsonDocument.Parse(message.Response.ContentStream, default)) 111Response.FromValue(value, message.Response);
Shared\AutoRest\OperationInternals.cs (2)
184return message.Response; 206return message.Response;
Azure.Monitor.Query (56)
Generated\MetricDefinitionsRestClient.cs (8)
72switch (message.Response.Status) 77using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 79return Response.FromValue(value, message.Response); 82throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 100switch (message.Response.Status) 105using var document = JsonDocument.Parse(message.Response.ContentStream); 107return Response.FromValue(value, message.Response); 110throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Generated\MetricNamespacesRestClient.cs (8)
72switch (message.Response.Status) 77using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 79return Response.FromValue(value, message.Response); 82throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 100switch (message.Response.Status) 105using var document = JsonDocument.Parse(message.Response.ContentStream); 107return Response.FromValue(value, message.Response); 110throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Generated\MetricsRestClient.cs (8)
120switch (message.Response.Status) 125using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 127return Response.FromValue(value, message.Response); 130throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 164switch (message.Response.Status) 169using var document = JsonDocument.Parse(message.Response.ContentStream); 171return Response.FromValue(value, message.Response); 174throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Generated\QueryRestClient.cs (24)
77switch (message.Response.Status) 82using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 84return Response.FromValue(value, message.Response); 87throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 110switch (message.Response.Status) 115using var document = JsonDocument.Parse(message.Response.ContentStream); 117return Response.FromValue(value, message.Response); 120throw _clientDiagnostics.CreateRequestFailedException(message.Response); 166switch (message.Response.Status) 171using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 173return Response.FromValue(value, message.Response); 176throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 199switch (message.Response.Status) 204using var document = JsonDocument.Parse(message.Response.ContentStream); 206return Response.FromValue(value, message.Response); 209throw _clientDiagnostics.CreateRequestFailedException(message.Response); 243switch (message.Response.Status) 248using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 250return Response.FromValue(value, message.Response); 253throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 270switch (message.Response.Status) 275using var document = JsonDocument.Parse(message.Response.ContentStream); 277return Response.FromValue(value, message.Response); 280throw _clientDiagnostics.CreateRequestFailedException(message.Response);
LogsQueryClient.cs (6)
487switch (message.Response.Status) 492await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false) : 493JsonDocument.Parse(message.Response.ContentStream, default); 496return Response.FromValue(value, message.Response); 502throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 506throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Shared\AutoRest\OperationInternals.cs (2)
184return message.Response; 206return message.Response;
Azure.Quantum.Jobs (80)
Generated\JobsRestClient.cs (38)
85switch (message.Response.Status) 90using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 92return Response.FromValue(value, message.Response); 95throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 105switch (message.Response.Status) 110using var document = JsonDocument.Parse(message.Response.ContentStream); 112return Response.FromValue(value, message.Response); 115throw _clientDiagnostics.CreateRequestFailedException(message.Response); 152switch (message.Response.Status) 157using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 159return Response.FromValue(value, message.Response); 162throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 179switch (message.Response.Status) 184using var document = JsonDocument.Parse(message.Response.ContentStream); 186return Response.FromValue(value, message.Response); 189throw _clientDiagnostics.CreateRequestFailedException(message.Response); 235switch (message.Response.Status) 241using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 243return Response.FromValue(value, message.Response); 246throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 268switch (message.Response.Status) 274using var document = JsonDocument.Parse(message.Response.ContentStream); 276return Response.FromValue(value, message.Response); 279throw _clientDiagnostics.CreateRequestFailedException(message.Response); 316switch (message.Response.Status) 319return message.Response; 321throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 338switch (message.Response.Status) 341return message.Response; 343throw _clientDiagnostics.CreateRequestFailedException(message.Response); 373switch (message.Response.Status) 378using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 380return Response.FromValue(value, message.Response); 383throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 400switch (message.Response.Status) 405using var document = JsonDocument.Parse(message.Response.ContentStream); 407return Response.FromValue(value, message.Response); 410throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Generated\ProvidersRestClient.cs (16)
85switch (message.Response.Status) 90using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 92return Response.FromValue(value, message.Response); 95throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 105switch (message.Response.Status) 110using var document = JsonDocument.Parse(message.Response.ContentStream); 112return Response.FromValue(value, message.Response); 115throw _clientDiagnostics.CreateRequestFailedException(message.Response); 145switch (message.Response.Status) 150using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 152return Response.FromValue(value, message.Response); 155throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 172switch (message.Response.Status) 177using var document = JsonDocument.Parse(message.Response.ContentStream); 179return Response.FromValue(value, message.Response); 182throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Generated\QuotasRestClient.cs (16)
85switch (message.Response.Status) 90using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 92return Response.FromValue(value, message.Response); 95throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 105switch (message.Response.Status) 110using var document = JsonDocument.Parse(message.Response.ContentStream); 112return Response.FromValue(value, message.Response); 115throw _clientDiagnostics.CreateRequestFailedException(message.Response); 145switch (message.Response.Status) 150using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 152return Response.FromValue(value, message.Response); 155throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 172switch (message.Response.Status) 177using var document = JsonDocument.Parse(message.Response.ContentStream); 179return Response.FromValue(value, message.Response); 182throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Generated\StorageRestClient.cs (8)
96switch (message.Response.Status) 101using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 103return Response.FromValue(value, message.Response); 106throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 123switch (message.Response.Status) 128using var document = JsonDocument.Parse(message.Response.ContentStream); 130return Response.FromValue(value, message.Response); 133throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Shared\AutoRest\OperationInternals.cs (2)
184return message.Response; 206return message.Response;
Azure.ResourceManager.AppConfiguration (176)
Generated\ConfigurationStoresRestOperations.cs (90)
80switch (message.Response.Status) 85using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 87return Response.FromValue(value, message.Response); 90throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 101switch (message.Response.Status) 106using var document = JsonDocument.Parse(message.Response.ContentStream); 108return Response.FromValue(value, message.Response); 111throw _clientDiagnostics.CreateRequestFailedException(message.Response); 151switch (message.Response.Status) 156using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 158return Response.FromValue(value, message.Response); 161throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 179switch (message.Response.Status) 184using var document = JsonDocument.Parse(message.Response.ContentStream); 186return Response.FromValue(value, message.Response); 189throw _clientDiagnostics.CreateRequestFailedException(message.Response); 230switch (message.Response.Status) 235using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 237return Response.FromValue(value, message.Response); 240throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 262switch (message.Response.Status) 267using var document = JsonDocument.Parse(message.Response.ContentStream); 269return Response.FromValue(value, message.Response); 272throw _clientDiagnostics.CreateRequestFailedException(message.Response); 322switch (message.Response.Status) 326return message.Response; 328throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 355switch (message.Response.Status) 359return message.Response; 361throw _clientDiagnostics.CreateRequestFailedException(message.Response); 402switch (message.Response.Status) 407return message.Response; 409throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 431switch (message.Response.Status) 436return message.Response; 438throw _clientDiagnostics.CreateRequestFailedException(message.Response); 488switch (message.Response.Status) 492return message.Response; 494throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 521switch (message.Response.Status) 525return message.Response; 527throw _clientDiagnostics.CreateRequestFailedException(message.Response); 574switch (message.Response.Status) 579using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 581return Response.FromValue(value, message.Response); 584throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 607switch (message.Response.Status) 612using var document = JsonDocument.Parse(message.Response.ContentStream); 614return Response.FromValue(value, message.Response); 617throw _clientDiagnostics.CreateRequestFailedException(message.Response); 668switch (message.Response.Status) 673using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 675return Response.FromValue(value, message.Response); 678throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 705switch (message.Response.Status) 710using var document = JsonDocument.Parse(message.Response.ContentStream); 712return Response.FromValue(value, message.Response); 715throw _clientDiagnostics.CreateRequestFailedException(message.Response); 766switch (message.Response.Status) 771using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 773return Response.FromValue(value, message.Response); 776throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 803switch (message.Response.Status) 808using var document = JsonDocument.Parse(message.Response.ContentStream); 810return Response.FromValue(value, message.Response); 813throw _clientDiagnostics.CreateRequestFailedException(message.Response); 844switch (message.Response.Status) 849using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 851return Response.FromValue(value, message.Response); 854throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 872switch (message.Response.Status) 877using var document = JsonDocument.Parse(message.Response.ContentStream); 879return Response.FromValue(value, message.Response); 882throw _clientDiagnostics.CreateRequestFailedException(message.Response); 918switch (message.Response.Status) 923using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 925return Response.FromValue(value, message.Response); 928throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 951switch (message.Response.Status) 956using var document = JsonDocument.Parse(message.Response.ContentStream); 958return Response.FromValue(value, message.Response); 961throw _clientDiagnostics.CreateRequestFailedException(message.Response); 1002switch (message.Response.Status) 1007using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 1009return Response.FromValue(value, message.Response); 1012throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 1040switch (message.Response.Status) 1045using var document = JsonDocument.Parse(message.Response.ContentStream); 1047return Response.FromValue(value, message.Response); 1050throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Generated\PrivateEndpointConnectionsRestOperations.cs (36)
91switch (message.Response.Status) 96using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 98return Response.FromValue(value, message.Response); 101throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 123switch (message.Response.Status) 128using var document = JsonDocument.Parse(message.Response.ContentStream); 130return Response.FromValue(value, message.Response); 133throw _clientDiagnostics.CreateRequestFailedException(message.Response); 181switch (message.Response.Status) 186using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 188return Response.FromValue(value, message.Response); 191throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 218switch (message.Response.Status) 223using var document = JsonDocument.Parse(message.Response.ContentStream); 225return Response.FromValue(value, message.Response); 228throw _clientDiagnostics.CreateRequestFailedException(message.Response); 285switch (message.Response.Status) 289return message.Response; 291throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 323switch (message.Response.Status) 327return message.Response; 329throw _clientDiagnostics.CreateRequestFailedException(message.Response); 377switch (message.Response.Status) 382return message.Response; 384throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 411switch (message.Response.Status) 416return message.Response; 418throw _clientDiagnostics.CreateRequestFailedException(message.Response); 458switch (message.Response.Status) 463using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 465return Response.FromValue(value, message.Response); 468throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 495switch (message.Response.Status) 500using var document = JsonDocument.Parse(message.Response.ContentStream); 502return Response.FromValue(value, message.Response); 505throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Generated\PrivateLinkResourcesRestOperations.cs (24)
91switch (message.Response.Status) 96using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 98return Response.FromValue(value, message.Response); 101throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 123switch (message.Response.Status) 128using var document = JsonDocument.Parse(message.Response.ContentStream); 130return Response.FromValue(value, message.Response); 133throw _clientDiagnostics.CreateRequestFailedException(message.Response); 181switch (message.Response.Status) 186using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 188return Response.FromValue(value, message.Response); 191throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 218switch (message.Response.Status) 223using var document = JsonDocument.Parse(message.Response.ContentStream); 225return Response.FromValue(value, message.Response); 228throw _clientDiagnostics.CreateRequestFailedException(message.Response); 268switch (message.Response.Status) 273using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 275return Response.FromValue(value, message.Response); 278throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 305switch (message.Response.Status) 310using var document = JsonDocument.Parse(message.Response.ContentStream); 312return Response.FromValue(value, message.Response); 315throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Generated\RestOperations.cs (24)
86switch (message.Response.Status) 91using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 93return Response.FromValue(value, message.Response); 96throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 113switch (message.Response.Status) 118using var document = JsonDocument.Parse(message.Response.ContentStream); 120return Response.FromValue(value, message.Response); 123throw _clientDiagnostics.CreateRequestFailedException(message.Response); 152switch (message.Response.Status) 157using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 159return Response.FromValue(value, message.Response); 162throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 173switch (message.Response.Status) 178using var document = JsonDocument.Parse(message.Response.ContentStream); 180return Response.FromValue(value, message.Response); 183throw _clientDiagnostics.CreateRequestFailedException(message.Response); 214switch (message.Response.Status) 219using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 221return Response.FromValue(value, message.Response); 224throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 242switch (message.Response.Status) 247using var document = JsonDocument.Parse(message.Response.ContentStream); 249return Response.FromValue(value, message.Response); 252throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Shared\AutoRest\ArmOperationHelpers.cs (2)
202return message.Response; 224return message.Response;
Azure.ResourceManager.Communication (122)
Generated\CommunicationServiceRestOperations.cs (96)
83switch (message.Response.Status) 88using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 90return Response.FromValue(value, message.Response); 93throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 104switch (message.Response.Status) 109using var document = JsonDocument.Parse(message.Response.ContentStream); 111return Response.FromValue(value, message.Response); 114throw _clientDiagnostics.CreateRequestFailedException(message.Response); 164switch (message.Response.Status) 169using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 171return Response.FromValue(value, message.Response); 174throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 197switch (message.Response.Status) 202using var document = JsonDocument.Parse(message.Response.ContentStream); 204return Response.FromValue(value, message.Response); 207throw _clientDiagnostics.CreateRequestFailedException(message.Response); 233switch (message.Response.Status) 238using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 240return Response.FromValue(value, message.Response); 243throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 253switch (message.Response.Status) 258using var document = JsonDocument.Parse(message.Response.ContentStream); 260return Response.FromValue(value, message.Response); 263throw _clientDiagnostics.CreateRequestFailedException(message.Response); 298switch (message.Response.Status) 303using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 305return Response.FromValue(value, message.Response); 308throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 325switch (message.Response.Status) 330using var document = JsonDocument.Parse(message.Response.ContentStream); 332return Response.FromValue(value, message.Response); 335throw _clientDiagnostics.CreateRequestFailedException(message.Response); 384switch (message.Response.Status) 389using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 391return Response.FromValue(value, message.Response); 394throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 417switch (message.Response.Status) 422using var document = JsonDocument.Parse(message.Response.ContentStream); 424return Response.FromValue(value, message.Response); 427throw _clientDiagnostics.CreateRequestFailedException(message.Response); 468switch (message.Response.Status) 473using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 475return Response.FromValue(value, message.Response); 478throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 500switch (message.Response.Status) 505using var document = JsonDocument.Parse(message.Response.ContentStream); 507return Response.FromValue(value, message.Response); 510throw _clientDiagnostics.CreateRequestFailedException(message.Response); 559var headers = new CommunicationServiceCreateOrUpdateHeaders(message.Response); 560switch (message.Response.Status) 564return ResponseWithHeaders.FromValue(headers, message.Response); 566throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 589var headers = new CommunicationServiceCreateOrUpdateHeaders(message.Response); 590switch (message.Response.Status) 594return ResponseWithHeaders.FromValue(headers, message.Response); 596throw _clientDiagnostics.CreateRequestFailedException(message.Response); 637var headers = new CommunicationServiceDeleteHeaders(message.Response); 638switch (message.Response.Status) 643return ResponseWithHeaders.FromValue(headers, message.Response); 645throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 667var headers = new CommunicationServiceDeleteHeaders(message.Response); 668switch (message.Response.Status) 673return ResponseWithHeaders.FromValue(headers, message.Response); 675throw _clientDiagnostics.CreateRequestFailedException(message.Response); 717switch (message.Response.Status) 722using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 724return Response.FromValue(value, message.Response); 727throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 749switch (message.Response.Status) 754using var document = JsonDocument.Parse(message.Response.ContentStream); 756return Response.FromValue(value, message.Response); 759throw _clientDiagnostics.CreateRequestFailedException(message.Response); 810switch (message.Response.Status) 815using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 817return Response.FromValue(value, message.Response); 820throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 847switch (message.Response.Status) 852using var document = JsonDocument.Parse(message.Response.ContentStream); 854return Response.FromValue(value, message.Response); 857throw _clientDiagnostics.CreateRequestFailedException(message.Response); 887switch (message.Response.Status) 892using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 894return Response.FromValue(value, message.Response); 897throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 914switch (message.Response.Status) 919using var document = JsonDocument.Parse(message.Response.ContentStream); 921return Response.FromValue(value, message.Response); 924throw _clientDiagnostics.CreateRequestFailedException(message.Response); 959switch (message.Response.Status) 964using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 966return Response.FromValue(value, message.Response); 969throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 991switch (message.Response.Status) 996using var document = JsonDocument.Parse(message.Response.ContentStream); 998return Response.FromValue(value, message.Response); 1001throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Generated\OperationStatusesRestOperations.cs (8)
81switch (message.Response.Status) 86using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 88return Response.FromValue(value, message.Response); 91throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 113switch (message.Response.Status) 118using var document = JsonDocument.Parse(message.Response.ContentStream); 120return Response.FromValue(value, message.Response); 123throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Generated\RestOperations.cs (16)
66switch (message.Response.Status) 71using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 73return Response.FromValue(value, message.Response); 76throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 86switch (message.Response.Status) 91using var document = JsonDocument.Parse(message.Response.ContentStream); 93return Response.FromValue(value, message.Response); 96throw _clientDiagnostics.CreateRequestFailedException(message.Response); 126switch (message.Response.Status) 131using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 133return Response.FromValue(value, message.Response); 136throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 153switch (message.Response.Status) 158using var document = JsonDocument.Parse(message.Response.ContentStream); 160return Response.FromValue(value, message.Response); 163throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Shared\AutoRest\ArmOperationHelpers.cs (2)
202return message.Response; 224return message.Response;
Azure.ResourceManager.Compute (1576)
Generated\AvailabilitySetsRestOperations.cs (70)
92switch (message.Response.Status) 97using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 99return Response.FromValue(value, message.Response); 102throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 129switch (message.Response.Status) 134using var document = JsonDocument.Parse(message.Response.ContentStream); 136return Response.FromValue(value, message.Response); 139throw _clientDiagnostics.CreateRequestFailedException(message.Response); 189switch (message.Response.Status) 194using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 196return Response.FromValue(value, message.Response); 199throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 226switch (message.Response.Status) 231using var document = JsonDocument.Parse(message.Response.ContentStream); 233return Response.FromValue(value, message.Response); 236throw _clientDiagnostics.CreateRequestFailedException(message.Response); 276switch (message.Response.Status) 280return message.Response; 282throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 304switch (message.Response.Status) 308return message.Response; 310throw _clientDiagnostics.CreateRequestFailedException(message.Response); 351switch (message.Response.Status) 356using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 358return Response.FromValue(value, message.Response); 361throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 383switch (message.Response.Status) 388using var document = JsonDocument.Parse(message.Response.ContentStream); 390return Response.FromValue(value, message.Response); 393throw _clientDiagnostics.CreateRequestFailedException(message.Response); 424switch (message.Response.Status) 429using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 431return Response.FromValue(value, message.Response); 434throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 445switch (message.Response.Status) 450using var document = JsonDocument.Parse(message.Response.ContentStream); 452return Response.FromValue(value, message.Response); 455throw _clientDiagnostics.CreateRequestFailedException(message.Response); 490switch (message.Response.Status) 495using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 497return Response.FromValue(value, message.Response); 500throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 517switch (message.Response.Status) 522using var document = JsonDocument.Parse(message.Response.ContentStream); 524return Response.FromValue(value, message.Response); 527throw _clientDiagnostics.CreateRequestFailedException(message.Response); 569switch (message.Response.Status) 574using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 576return Response.FromValue(value, message.Response); 579throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 601switch (message.Response.Status) 606using var document = JsonDocument.Parse(message.Response.ContentStream); 608return Response.FromValue(value, message.Response); 611throw _clientDiagnostics.CreateRequestFailedException(message.Response); 642switch (message.Response.Status) 647using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 649return Response.FromValue(value, message.Response); 652throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 670switch (message.Response.Status) 675using var document = JsonDocument.Parse(message.Response.ContentStream); 677return Response.FromValue(value, message.Response); 680throw _clientDiagnostics.CreateRequestFailedException(message.Response); 715switch (message.Response.Status) 720using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 722return Response.FromValue(value, message.Response); 725throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 747switch (message.Response.Status) 752using var document = JsonDocument.Parse(message.Response.ContentStream); 754return Response.FromValue(value, message.Response); 757throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Generated\ContainerServicesRestOperations.cs (52)
68switch (message.Response.Status) 73using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 75return Response.FromValue(value, message.Response); 78throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 88switch (message.Response.Status) 93using var document = JsonDocument.Parse(message.Response.ContentStream); 95return Response.FromValue(value, message.Response); 98throw _clientDiagnostics.CreateRequestFailedException(message.Response); 148switch (message.Response.Status) 153return message.Response; 155throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 182switch (message.Response.Status) 187return message.Response; 189throw _clientDiagnostics.CreateRequestFailedException(message.Response); 230switch (message.Response.Status) 235using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 237return Response.FromValue(value, message.Response); 240throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 262switch (message.Response.Status) 267using var document = JsonDocument.Parse(message.Response.ContentStream); 269return Response.FromValue(value, message.Response); 272throw _clientDiagnostics.CreateRequestFailedException(message.Response); 312switch (message.Response.Status) 316return message.Response; 318throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 340switch (message.Response.Status) 344return message.Response; 346throw _clientDiagnostics.CreateRequestFailedException(message.Response); 381switch (message.Response.Status) 386using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 388return Response.FromValue(value, message.Response); 391throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 408switch (message.Response.Status) 413using var document = JsonDocument.Parse(message.Response.ContentStream); 415return Response.FromValue(value, message.Response); 418throw _clientDiagnostics.CreateRequestFailedException(message.Response); 448switch (message.Response.Status) 453using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 455return Response.FromValue(value, message.Response); 458throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 475switch (message.Response.Status) 480using var document = JsonDocument.Parse(message.Response.ContentStream); 482return Response.FromValue(value, message.Response); 485throw _clientDiagnostics.CreateRequestFailedException(message.Response); 520switch (message.Response.Status) 525using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 527return Response.FromValue(value, message.Response); 530throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 552switch (message.Response.Status) 557using var document = JsonDocument.Parse(message.Response.ContentStream); 559return Response.FromValue(value, message.Response); 562throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Generated\DedicatedHostGroupsRestOperations.cs (62)
92switch (message.Response.Status) 98using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 100return Response.FromValue(value, message.Response); 103throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 130switch (message.Response.Status) 136using var document = JsonDocument.Parse(message.Response.ContentStream); 138return Response.FromValue(value, message.Response); 141throw _clientDiagnostics.CreateRequestFailedException(message.Response); 191switch (message.Response.Status) 196using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 198return Response.FromValue(value, message.Response); 201throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 228switch (message.Response.Status) 233using var document = JsonDocument.Parse(message.Response.ContentStream); 235return Response.FromValue(value, message.Response); 238throw _clientDiagnostics.CreateRequestFailedException(message.Response); 278switch (message.Response.Status) 282return message.Response; 284throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 306switch (message.Response.Status) 310return message.Response; 312throw _clientDiagnostics.CreateRequestFailedException(message.Response); 353switch (message.Response.Status) 358using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 360return Response.FromValue(value, message.Response); 363throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 385switch (message.Response.Status) 390using var document = JsonDocument.Parse(message.Response.ContentStream); 392return Response.FromValue(value, message.Response); 395throw _clientDiagnostics.CreateRequestFailedException(message.Response); 430switch (message.Response.Status) 435using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 437return Response.FromValue(value, message.Response); 440throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 457switch (message.Response.Status) 462using var document = JsonDocument.Parse(message.Response.ContentStream); 464return Response.FromValue(value, message.Response); 467throw _clientDiagnostics.CreateRequestFailedException(message.Response); 493switch (message.Response.Status) 498using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 500return Response.FromValue(value, message.Response); 503throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 513switch (message.Response.Status) 518using var document = JsonDocument.Parse(message.Response.ContentStream); 520return Response.FromValue(value, message.Response); 523throw _clientDiagnostics.CreateRequestFailedException(message.Response); 558switch (message.Response.Status) 563using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 565return Response.FromValue(value, message.Response); 568throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 590switch (message.Response.Status) 595using var document = JsonDocument.Parse(message.Response.ContentStream); 597return Response.FromValue(value, message.Response); 600throw _clientDiagnostics.CreateRequestFailedException(message.Response); 630switch (message.Response.Status) 635using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 637return Response.FromValue(value, message.Response); 640throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 657switch (message.Response.Status) 662using var document = JsonDocument.Parse(message.Response.ContentStream); 664return Response.FromValue(value, message.Response); 667throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Generated\DedicatedHostsRestOperations.cs (42)
99switch (message.Response.Status) 103return message.Response; 105throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 137switch (message.Response.Status) 141return message.Response; 143throw _clientDiagnostics.CreateRequestFailedException(message.Response); 200switch (message.Response.Status) 203return message.Response; 205throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 237switch (message.Response.Status) 240return message.Response; 242throw _clientDiagnostics.CreateRequestFailedException(message.Response); 289switch (message.Response.Status) 294return message.Response; 296throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 323switch (message.Response.Status) 328return message.Response; 330throw _clientDiagnostics.CreateRequestFailedException(message.Response); 379switch (message.Response.Status) 384using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 386return Response.FromValue(value, message.Response); 389throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 416switch (message.Response.Status) 421using var document = JsonDocument.Parse(message.Response.ContentStream); 423return Response.FromValue(value, message.Response); 426throw _clientDiagnostics.CreateRequestFailedException(message.Response); 468switch (message.Response.Status) 473using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 475return Response.FromValue(value, message.Response); 478throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 500switch (message.Response.Status) 505using var document = JsonDocument.Parse(message.Response.ContentStream); 507return Response.FromValue(value, message.Response); 510throw _clientDiagnostics.CreateRequestFailedException(message.Response); 550switch (message.Response.Status) 555using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 557return Response.FromValue(value, message.Response); 560throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 587switch (message.Response.Status) 592using var document = JsonDocument.Parse(message.Response.ContentStream); 594return Response.FromValue(value, message.Response); 597throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Generated\DiskEncryptionSetsRestOperations.cs (58)
92switch (message.Response.Status) 96return message.Response; 98throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 125switch (message.Response.Status) 129return message.Response; 131throw _clientDiagnostics.CreateRequestFailedException(message.Response); 181switch (message.Response.Status) 185return message.Response; 187throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 214switch (message.Response.Status) 218return message.Response; 220throw _clientDiagnostics.CreateRequestFailedException(message.Response); 261switch (message.Response.Status) 266using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 268return Response.FromValue(value, message.Response); 271throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 293switch (message.Response.Status) 298using var document = JsonDocument.Parse(message.Response.ContentStream); 300return Response.FromValue(value, message.Response); 303throw _clientDiagnostics.CreateRequestFailedException(message.Response); 344switch (message.Response.Status) 349return message.Response; 351throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 373switch (message.Response.Status) 378return message.Response; 380throw _clientDiagnostics.CreateRequestFailedException(message.Response); 415switch (message.Response.Status) 420using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 422return Response.FromValue(value, message.Response); 425throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 442switch (message.Response.Status) 447using var document = JsonDocument.Parse(message.Response.ContentStream); 449return Response.FromValue(value, message.Response); 452throw _clientDiagnostics.CreateRequestFailedException(message.Response); 478switch (message.Response.Status) 483using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 485return Response.FromValue(value, message.Response); 488throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 498switch (message.Response.Status) 503using var document = JsonDocument.Parse(message.Response.ContentStream); 505return Response.FromValue(value, message.Response); 508throw _clientDiagnostics.CreateRequestFailedException(message.Response); 543switch (message.Response.Status) 548using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 550return Response.FromValue(value, message.Response); 553throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 575switch (message.Response.Status) 580using var document = JsonDocument.Parse(message.Response.ContentStream); 582return Response.FromValue(value, message.Response); 585throw _clientDiagnostics.CreateRequestFailedException(message.Response); 615switch (message.Response.Status) 620using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 622return Response.FromValue(value, message.Response); 625throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 642switch (message.Response.Status) 647using var document = JsonDocument.Parse(message.Response.ContentStream); 649return Response.FromValue(value, message.Response); 652throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Generated\DisksRestOperations.cs (70)
92switch (message.Response.Status) 96return message.Response; 98throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 125switch (message.Response.Status) 129return message.Response; 131throw _clientDiagnostics.CreateRequestFailedException(message.Response); 181switch (message.Response.Status) 185return message.Response; 187throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 214switch (message.Response.Status) 218return message.Response; 220throw _clientDiagnostics.CreateRequestFailedException(message.Response); 261switch (message.Response.Status) 266using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 268return Response.FromValue(value, message.Response); 271throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 293switch (message.Response.Status) 298using var document = JsonDocument.Parse(message.Response.ContentStream); 300return Response.FromValue(value, message.Response); 303throw _clientDiagnostics.CreateRequestFailedException(message.Response); 343switch (message.Response.Status) 348return message.Response; 350throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 372switch (message.Response.Status) 377return message.Response; 379throw _clientDiagnostics.CreateRequestFailedException(message.Response); 414switch (message.Response.Status) 419using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 421return Response.FromValue(value, message.Response); 424throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 441switch (message.Response.Status) 446using var document = JsonDocument.Parse(message.Response.ContentStream); 448return Response.FromValue(value, message.Response); 451throw _clientDiagnostics.CreateRequestFailedException(message.Response); 477switch (message.Response.Status) 482using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 484return Response.FromValue(value, message.Response); 487throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 497switch (message.Response.Status) 502using var document = JsonDocument.Parse(message.Response.ContentStream); 504return Response.FromValue(value, message.Response); 507throw _clientDiagnostics.CreateRequestFailedException(message.Response); 558switch (message.Response.Status) 562return message.Response; 564throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 591switch (message.Response.Status) 595return message.Response; 597throw _clientDiagnostics.CreateRequestFailedException(message.Response); 638switch (message.Response.Status) 642return message.Response; 644throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 666switch (message.Response.Status) 670return message.Response; 672throw _clientDiagnostics.CreateRequestFailedException(message.Response); 707switch (message.Response.Status) 712using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 714return Response.FromValue(value, message.Response); 717throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 739switch (message.Response.Status) 744using var document = JsonDocument.Parse(message.Response.ContentStream); 746return Response.FromValue(value, message.Response); 749throw _clientDiagnostics.CreateRequestFailedException(message.Response); 779switch (message.Response.Status) 784using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 786return Response.FromValue(value, message.Response); 789throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 806switch (message.Response.Status) 811using var document = JsonDocument.Parse(message.Response.ContentStream); 813return Response.FromValue(value, message.Response); 816throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Generated\GalleriesRestOperations.cs (58)
92switch (message.Response.Status) 97return message.Response; 99throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 126switch (message.Response.Status) 131return message.Response; 133throw _clientDiagnostics.CreateRequestFailedException(message.Response); 183switch (message.Response.Status) 186return message.Response; 188throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 215switch (message.Response.Status) 218return message.Response; 220throw _clientDiagnostics.CreateRequestFailedException(message.Response); 261switch (message.Response.Status) 266using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 268return Response.FromValue(value, message.Response); 271throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 293switch (message.Response.Status) 298using var document = JsonDocument.Parse(message.Response.ContentStream); 300return Response.FromValue(value, message.Response); 303throw _clientDiagnostics.CreateRequestFailedException(message.Response); 344switch (message.Response.Status) 349return message.Response; 351throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 373switch (message.Response.Status) 378return message.Response; 380throw _clientDiagnostics.CreateRequestFailedException(message.Response); 415switch (message.Response.Status) 420using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 422return Response.FromValue(value, message.Response); 425throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 442switch (message.Response.Status) 447using var document = JsonDocument.Parse(message.Response.ContentStream); 449return Response.FromValue(value, message.Response); 452throw _clientDiagnostics.CreateRequestFailedException(message.Response); 478switch (message.Response.Status) 483using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 485return Response.FromValue(value, message.Response); 488throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 498switch (message.Response.Status) 503using var document = JsonDocument.Parse(message.Response.ContentStream); 505return Response.FromValue(value, message.Response); 508throw _clientDiagnostics.CreateRequestFailedException(message.Response); 543switch (message.Response.Status) 548using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 550return Response.FromValue(value, message.Response); 553throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 575switch (message.Response.Status) 580using var document = JsonDocument.Parse(message.Response.ContentStream); 582return Response.FromValue(value, message.Response); 585throw _clientDiagnostics.CreateRequestFailedException(message.Response); 615switch (message.Response.Status) 620using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 622return Response.FromValue(value, message.Response); 625throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 642switch (message.Response.Status) 647using var document = JsonDocument.Parse(message.Response.ContentStream); 649return Response.FromValue(value, message.Response); 652throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Generated\GalleryApplicationsRestOperations.cs (42)
99switch (message.Response.Status) 104return message.Response; 106throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 138switch (message.Response.Status) 143return message.Response; 145throw _clientDiagnostics.CreateRequestFailedException(message.Response); 202switch (message.Response.Status) 205return message.Response; 207throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 239switch (message.Response.Status) 242return message.Response; 244throw _clientDiagnostics.CreateRequestFailedException(message.Response); 292switch (message.Response.Status) 297using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 299return Response.FromValue(value, message.Response); 302throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 329switch (message.Response.Status) 334using var document = JsonDocument.Parse(message.Response.ContentStream); 336return Response.FromValue(value, message.Response); 339throw _clientDiagnostics.CreateRequestFailedException(message.Response); 387switch (message.Response.Status) 392return message.Response; 394throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 421switch (message.Response.Status) 426return message.Response; 428throw _clientDiagnostics.CreateRequestFailedException(message.Response); 470switch (message.Response.Status) 475using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 477return Response.FromValue(value, message.Response); 480throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 502switch (message.Response.Status) 507using var document = JsonDocument.Parse(message.Response.ContentStream); 509return Response.FromValue(value, message.Response); 512throw _clientDiagnostics.CreateRequestFailedException(message.Response); 552switch (message.Response.Status) 557using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 559return Response.FromValue(value, message.Response); 562throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 589switch (message.Response.Status) 594using var document = JsonDocument.Parse(message.Response.ContentStream); 596return Response.FromValue(value, message.Response); 599throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Generated\GalleryApplicationVersionsRestOperations.cs (42)
106switch (message.Response.Status) 111return message.Response; 113throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 150switch (message.Response.Status) 155return message.Response; 157throw _clientDiagnostics.CreateRequestFailedException(message.Response); 221switch (message.Response.Status) 224return message.Response; 226throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 263switch (message.Response.Status) 266return message.Response; 268throw _clientDiagnostics.CreateRequestFailedException(message.Response); 328switch (message.Response.Status) 333using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 335return Response.FromValue(value, message.Response); 338throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 371switch (message.Response.Status) 376using var document = JsonDocument.Parse(message.Response.ContentStream); 378return Response.FromValue(value, message.Response); 381throw _clientDiagnostics.CreateRequestFailedException(message.Response); 436switch (message.Response.Status) 441return message.Response; 443throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 475switch (message.Response.Status) 480return message.Response; 482throw _clientDiagnostics.CreateRequestFailedException(message.Response); 531switch (message.Response.Status) 536using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 538return Response.FromValue(value, message.Response); 541throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 568switch (message.Response.Status) 573using var document = JsonDocument.Parse(message.Response.ContentStream); 575return Response.FromValue(value, message.Response); 578throw _clientDiagnostics.CreateRequestFailedException(message.Response); 623switch (message.Response.Status) 628using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 630return Response.FromValue(value, message.Response); 633throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 665switch (message.Response.Status) 670using var document = JsonDocument.Parse(message.Response.ContentStream); 672return Response.FromValue(value, message.Response); 675throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Generated\GalleryImagesRestOperations.cs (42)
99switch (message.Response.Status) 104return message.Response; 106throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 138switch (message.Response.Status) 143return message.Response; 145throw _clientDiagnostics.CreateRequestFailedException(message.Response); 202switch (message.Response.Status) 205return message.Response; 207throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 239switch (message.Response.Status) 242return message.Response; 244throw _clientDiagnostics.CreateRequestFailedException(message.Response); 292switch (message.Response.Status) 297using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 299return Response.FromValue(value, message.Response); 302throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 329switch (message.Response.Status) 334using var document = JsonDocument.Parse(message.Response.ContentStream); 336return Response.FromValue(value, message.Response); 339throw _clientDiagnostics.CreateRequestFailedException(message.Response); 387switch (message.Response.Status) 392return message.Response; 394throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 421switch (message.Response.Status) 426return message.Response; 428throw _clientDiagnostics.CreateRequestFailedException(message.Response); 470switch (message.Response.Status) 475using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 477return Response.FromValue(value, message.Response); 480throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 502switch (message.Response.Status) 507using var document = JsonDocument.Parse(message.Response.ContentStream); 509return Response.FromValue(value, message.Response); 512throw _clientDiagnostics.CreateRequestFailedException(message.Response); 552switch (message.Response.Status) 557using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 559return Response.FromValue(value, message.Response); 562throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 589switch (message.Response.Status) 594using var document = JsonDocument.Parse(message.Response.ContentStream); 596return Response.FromValue(value, message.Response); 599throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Generated\GalleryImageVersionsRestOperations.cs (42)
106switch (message.Response.Status) 111return message.Response; 113throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 150switch (message.Response.Status) 155return message.Response; 157throw _clientDiagnostics.CreateRequestFailedException(message.Response); 221switch (message.Response.Status) 224return message.Response; 226throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 263switch (message.Response.Status) 266return message.Response; 268throw _clientDiagnostics.CreateRequestFailedException(message.Response); 328switch (message.Response.Status) 333using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 335return Response.FromValue(value, message.Response); 338throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 371switch (message.Response.Status) 376using var document = JsonDocument.Parse(message.Response.ContentStream); 378return Response.FromValue(value, message.Response); 381throw _clientDiagnostics.CreateRequestFailedException(message.Response); 436switch (message.Response.Status) 441return message.Response; 443throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 475switch (message.Response.Status) 480return message.Response; 482throw _clientDiagnostics.CreateRequestFailedException(message.Response); 531switch (message.Response.Status) 536using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 538return Response.FromValue(value, message.Response); 541throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 568switch (message.Response.Status) 573using var document = JsonDocument.Parse(message.Response.ContentStream); 575return Response.FromValue(value, message.Response); 578throw _clientDiagnostics.CreateRequestFailedException(message.Response); 623switch (message.Response.Status) 628using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 630return Response.FromValue(value, message.Response); 633throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 665switch (message.Response.Status) 670using var document = JsonDocument.Parse(message.Response.ContentStream); 672return Response.FromValue(value, message.Response); 675throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Generated\ImagesRestOperations.cs (58)
92switch (message.Response.Status) 96return message.Response; 98throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 125switch (message.Response.Status) 129return message.Response; 131throw _clientDiagnostics.CreateRequestFailedException(message.Response); 181switch (message.Response.Status) 185return message.Response; 187throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 214switch (message.Response.Status) 218return message.Response; 220throw _clientDiagnostics.CreateRequestFailedException(message.Response); 260switch (message.Response.Status) 265return message.Response; 267throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 289switch (message.Response.Status) 294return message.Response; 296throw _clientDiagnostics.CreateRequestFailedException(message.Response); 342switch (message.Response.Status) 347using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 349return Response.FromValue(value, message.Response); 352throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 375switch (message.Response.Status) 380using var document = JsonDocument.Parse(message.Response.ContentStream); 382return Response.FromValue(value, message.Response); 385throw _clientDiagnostics.CreateRequestFailedException(message.Response); 420switch (message.Response.Status) 425using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 427return Response.FromValue(value, message.Response); 430throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 447switch (message.Response.Status) 452using var document = JsonDocument.Parse(message.Response.ContentStream); 454return Response.FromValue(value, message.Response); 457throw _clientDiagnostics.CreateRequestFailedException(message.Response); 483switch (message.Response.Status) 488using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 490return Response.FromValue(value, message.Response); 493throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 503switch (message.Response.Status) 508using var document = JsonDocument.Parse(message.Response.ContentStream); 510return Response.FromValue(value, message.Response); 513throw _clientDiagnostics.CreateRequestFailedException(message.Response); 548switch (message.Response.Status) 553using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 555return Response.FromValue(value, message.Response); 558throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 580switch (message.Response.Status) 585using var document = JsonDocument.Parse(message.Response.ContentStream); 587return Response.FromValue(value, message.Response); 590throw _clientDiagnostics.CreateRequestFailedException(message.Response); 620switch (message.Response.Status) 625using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 627return Response.FromValue(value, message.Response); 630throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 647switch (message.Response.Status) 652using var document = JsonDocument.Parse(message.Response.ContentStream); 654return Response.FromValue(value, message.Response); 657throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Generated\LogAnalyticsRestOperations.cs (12)
85switch (message.Response.Status) 89return message.Response; 91throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 113switch (message.Response.Status) 117return message.Response; 119throw _clientDiagnostics.CreateRequestFailedException(message.Response); 163switch (message.Response.Status) 167return message.Response; 169throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 191switch (message.Response.Status) 195return message.Response; 197throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Generated\ProximityPlacementGroupsRestOperations.cs (62)
92switch (message.Response.Status) 98using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 100return Response.FromValue(value, message.Response); 103throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 130switch (message.Response.Status) 136using var document = JsonDocument.Parse(message.Response.ContentStream); 138return Response.FromValue(value, message.Response); 141throw _clientDiagnostics.CreateRequestFailedException(message.Response); 191switch (message.Response.Status) 196using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 198return Response.FromValue(value, message.Response); 201throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 228switch (message.Response.Status) 233using var document = JsonDocument.Parse(message.Response.ContentStream); 235return Response.FromValue(value, message.Response); 238throw _clientDiagnostics.CreateRequestFailedException(message.Response); 278switch (message.Response.Status) 281return message.Response; 283throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 305switch (message.Response.Status) 308return message.Response; 310throw _clientDiagnostics.CreateRequestFailedException(message.Response); 356switch (message.Response.Status) 361using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 363return Response.FromValue(value, message.Response); 366throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 389switch (message.Response.Status) 394using var document = JsonDocument.Parse(message.Response.ContentStream); 396return Response.FromValue(value, message.Response); 399throw _clientDiagnostics.CreateRequestFailedException(message.Response); 425switch (message.Response.Status) 430using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 432return Response.FromValue(value, message.Response); 435throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 445switch (message.Response.Status) 450using var document = JsonDocument.Parse(message.Response.ContentStream); 452return Response.FromValue(value, message.Response); 455throw _clientDiagnostics.CreateRequestFailedException(message.Response); 490switch (message.Response.Status) 495using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 497return Response.FromValue(value, message.Response); 500throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 517switch (message.Response.Status) 522using var document = JsonDocument.Parse(message.Response.ContentStream); 524return Response.FromValue(value, message.Response); 527throw _clientDiagnostics.CreateRequestFailedException(message.Response); 557switch (message.Response.Status) 562using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 564return Response.FromValue(value, message.Response); 567throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 584switch (message.Response.Status) 589using var document = JsonDocument.Parse(message.Response.ContentStream); 591return Response.FromValue(value, message.Response); 594throw _clientDiagnostics.CreateRequestFailedException(message.Response); 629switch (message.Response.Status) 634using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 636return Response.FromValue(value, message.Response); 639throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 661switch (message.Response.Status) 666using var document = JsonDocument.Parse(message.Response.ContentStream); 668return Response.FromValue(value, message.Response); 671throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Generated\ResourceSkusRestOperations.cs (16)
73switch (message.Response.Status) 78using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 80return Response.FromValue(value, message.Response); 83throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 94switch (message.Response.Status) 99using var document = JsonDocument.Parse(message.Response.ContentStream); 101return Response.FromValue(value, message.Response); 104throw _clientDiagnostics.CreateRequestFailedException(message.Response); 135switch (message.Response.Status) 140using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 142return Response.FromValue(value, message.Response); 145throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 163switch (message.Response.Status) 168using var document = JsonDocument.Parse(message.Response.ContentStream); 170return Response.FromValue(value, message.Response); 173throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Generated\RestOperations.cs (8)
58switch (message.Response.Status) 63using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 65return Response.FromValue(value, message.Response); 68throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 78switch (message.Response.Status) 83using var document = JsonDocument.Parse(message.Response.ContentStream); 85return Response.FromValue(value, message.Response); 88throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Generated\SnapshotsRestOperations.cs (70)
92switch (message.Response.Status) 96return message.Response; 98throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 125switch (message.Response.Status) 129return message.Response; 131throw _clientDiagnostics.CreateRequestFailedException(message.Response); 181switch (message.Response.Status) 185return message.Response; 187throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 214switch (message.Response.Status) 218return message.Response; 220throw _clientDiagnostics.CreateRequestFailedException(message.Response); 261switch (message.Response.Status) 266using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 268return Response.FromValue(value, message.Response); 271throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 293switch (message.Response.Status) 298using var document = JsonDocument.Parse(message.Response.ContentStream); 300return Response.FromValue(value, message.Response); 303throw _clientDiagnostics.CreateRequestFailedException(message.Response); 343switch (message.Response.Status) 348return message.Response; 350throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 372switch (message.Response.Status) 377return message.Response; 379throw _clientDiagnostics.CreateRequestFailedException(message.Response); 414switch (message.Response.Status) 419using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 421return Response.FromValue(value, message.Response); 424throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 441switch (message.Response.Status) 446using var document = JsonDocument.Parse(message.Response.ContentStream); 448return Response.FromValue(value, message.Response); 451throw _clientDiagnostics.CreateRequestFailedException(message.Response); 477switch (message.Response.Status) 482using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 484return Response.FromValue(value, message.Response); 487throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 497switch (message.Response.Status) 502using var document = JsonDocument.Parse(message.Response.ContentStream); 504return Response.FromValue(value, message.Response); 507throw _clientDiagnostics.CreateRequestFailedException(message.Response); 558switch (message.Response.Status) 562return message.Response; 564throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 591switch (message.Response.Status) 595return message.Response; 597throw _clientDiagnostics.CreateRequestFailedException(message.Response); 638switch (message.Response.Status) 642return message.Response; 644throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 666switch (message.Response.Status) 670return message.Response; 672throw _clientDiagnostics.CreateRequestFailedException(message.Response); 707switch (message.Response.Status) 712using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 714return Response.FromValue(value, message.Response); 717throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 739switch (message.Response.Status) 744using var document = JsonDocument.Parse(message.Response.ContentStream); 746return Response.FromValue(value, message.Response); 749throw _clientDiagnostics.CreateRequestFailedException(message.Response); 779switch (message.Response.Status) 784using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 786return Response.FromValue(value, message.Response); 789throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 806switch (message.Response.Status) 811using var document = JsonDocument.Parse(message.Response.ContentStream); 813return Response.FromValue(value, message.Response); 816throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Generated\SshPublicKeysRestOperations.cs (70)
68switch (message.Response.Status) 73using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 75return Response.FromValue(value, message.Response); 78throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 88switch (message.Response.Status) 93using var document = JsonDocument.Parse(message.Response.ContentStream); 95return Response.FromValue(value, message.Response); 98throw _clientDiagnostics.CreateRequestFailedException(message.Response); 133switch (message.Response.Status) 138using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 140return Response.FromValue(value, message.Response); 143throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 160switch (message.Response.Status) 165using var document = JsonDocument.Parse(message.Response.ContentStream); 167return Response.FromValue(value, message.Response); 170throw _clientDiagnostics.CreateRequestFailedException(message.Response); 220switch (message.Response.Status) 226using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 228return Response.FromValue(value, message.Response); 231throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 258switch (message.Response.Status) 264using var document = JsonDocument.Parse(message.Response.ContentStream); 266return Response.FromValue(value, message.Response); 269throw _clientDiagnostics.CreateRequestFailedException(message.Response); 319switch (message.Response.Status) 324using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 326return Response.FromValue(value, message.Response); 329throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 356switch (message.Response.Status) 361using var document = JsonDocument.Parse(message.Response.ContentStream); 363return Response.FromValue(value, message.Response); 366throw _clientDiagnostics.CreateRequestFailedException(message.Response); 406switch (message.Response.Status) 410return message.Response; 412throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 434switch (message.Response.Status) 438return message.Response; 440throw _clientDiagnostics.CreateRequestFailedException(message.Response); 481switch (message.Response.Status) 486using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 488return Response.FromValue(value, message.Response); 491throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 513switch (message.Response.Status) 518using var document = JsonDocument.Parse(message.Response.ContentStream); 520return Response.FromValue(value, message.Response); 523throw _clientDiagnostics.CreateRequestFailedException(message.Response); 565switch (message.Response.Status) 570using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 572return Response.FromValue(value, message.Response); 575throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 597switch (message.Response.Status) 602using var document = JsonDocument.Parse(message.Response.ContentStream); 604return Response.FromValue(value, message.Response); 607throw _clientDiagnostics.CreateRequestFailedException(message.Response); 637switch (message.Response.Status) 642using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 644return Response.FromValue(value, message.Response); 647throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 664switch (message.Response.Status) 669using var document = JsonDocument.Parse(message.Response.ContentStream); 671return Response.FromValue(value, message.Response); 674throw _clientDiagnostics.CreateRequestFailedException(message.Response); 709switch (message.Response.Status) 714using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 716return Response.FromValue(value, message.Response); 719throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 741switch (message.Response.Status) 746using var document = JsonDocument.Parse(message.Response.ContentStream); 748return Response.FromValue(value, message.Response); 751throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Generated\UsageRestOperations.cs (16)
77switch (message.Response.Status) 82using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 84return Response.FromValue(value, message.Response); 87throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 104switch (message.Response.Status) 109using var document = JsonDocument.Parse(message.Response.ContentStream); 111return Response.FromValue(value, message.Response); 114throw _clientDiagnostics.CreateRequestFailedException(message.Response); 149switch (message.Response.Status) 154using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 156return Response.FromValue(value, message.Response); 159throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 181switch (message.Response.Status) 186using var document = JsonDocument.Parse(message.Response.ContentStream); 188return Response.FromValue(value, message.Response); 191throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Generated\VirtualMachineExtensionImagesRestOperations.cs (24)
98switch (message.Response.Status) 103using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 105return Response.FromValue(value, message.Response); 108throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 140switch (message.Response.Status) 145using var document = JsonDocument.Parse(message.Response.ContentStream); 147return Response.FromValue(value, message.Response); 150throw _clientDiagnostics.CreateRequestFailedException(message.Response); 192switch (message.Response.Status) 197using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 204return Response.FromValue(value, message.Response); 207throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 229switch (message.Response.Status) 234using var document = JsonDocument.Parse(message.Response.ContentStream); 241return Response.FromValue(value, message.Response); 244throw _clientDiagnostics.CreateRequestFailedException(message.Response); 308switch (message.Response.Status) 313using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 320return Response.FromValue(value, message.Response); 323throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 353switch (message.Response.Status) 358using var document = JsonDocument.Parse(message.Response.ContentStream); 365return Response.FromValue(value, message.Response); 368throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Generated\VirtualMachineExtensionsRestOperations.cs (34)
99switch (message.Response.Status) 103return message.Response; 105throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 137switch (message.Response.Status) 141return message.Response; 143throw _clientDiagnostics.CreateRequestFailedException(message.Response); 200switch (message.Response.Status) 203return message.Response; 205throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 237switch (message.Response.Status) 240return message.Response; 242throw _clientDiagnostics.CreateRequestFailedException(message.Response); 289switch (message.Response.Status) 294return message.Response; 296throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 323switch (message.Response.Status) 328return message.Response; 330throw _clientDiagnostics.CreateRequestFailedException(message.Response); 383switch (message.Response.Status) 388using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 390return Response.FromValue(value, message.Response); 393throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 421switch (message.Response.Status) 426using var document = JsonDocument.Parse(message.Response.ContentStream); 428return Response.FromValue(value, message.Response); 431throw _clientDiagnostics.CreateRequestFailedException(message.Response); 478switch (message.Response.Status) 483using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 485return Response.FromValue(value, message.Response); 488throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 511switch (message.Response.Status) 516using var document = JsonDocument.Parse(message.Response.ContentStream); 518return Response.FromValue(value, message.Response); 521throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Generated\VirtualMachineImagesRestOperations.cs (40)
105switch (message.Response.Status) 110using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 112return Response.FromValue(value, message.Response); 115throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 152switch (message.Response.Status) 157using var document = JsonDocument.Parse(message.Response.ContentStream); 159return Response.FromValue(value, message.Response); 162throw _clientDiagnostics.CreateRequestFailedException(message.Response); 233switch (message.Response.Status) 238using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 245return Response.FromValue(value, message.Response); 248throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 283switch (message.Response.Status) 288using var document = JsonDocument.Parse(message.Response.ContentStream); 295return Response.FromValue(value, message.Response); 298throw _clientDiagnostics.CreateRequestFailedException(message.Response); 340switch (message.Response.Status) 345using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 352return Response.FromValue(value, message.Response); 355throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 377switch (message.Response.Status) 382using var document = JsonDocument.Parse(message.Response.ContentStream); 389return Response.FromValue(value, message.Response); 392throw _clientDiagnostics.CreateRequestFailedException(message.Response); 427switch (message.Response.Status) 432using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 439return Response.FromValue(value, message.Response); 442throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 459switch (message.Response.Status) 464using var document = JsonDocument.Parse(message.Response.ContentStream); 471return Response.FromValue(value, message.Response); 474throw _clientDiagnostics.CreateRequestFailedException(message.Response); 523switch (message.Response.Status) 528using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 535return Response.FromValue(value, message.Response); 538throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 565switch (message.Response.Status) 570using var document = JsonDocument.Parse(message.Response.ContentStream); 577return Response.FromValue(value, message.Response); 580throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Generated\VirtualMachineRunCommandsRestOperations.cs (24)
77switch (message.Response.Status) 82using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 84return Response.FromValue(value, message.Response); 87throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 104switch (message.Response.Status) 109using var document = JsonDocument.Parse(message.Response.ContentStream); 111return Response.FromValue(value, message.Response); 114throw _clientDiagnostics.CreateRequestFailedException(message.Response); 155switch (message.Response.Status) 160using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 162return Response.FromValue(value, message.Response); 165throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 187switch (message.Response.Status) 192using var document = JsonDocument.Parse(message.Response.ContentStream); 194return Response.FromValue(value, message.Response); 197throw _clientDiagnostics.CreateRequestFailedException(message.Response); 232switch (message.Response.Status) 237using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 239return Response.FromValue(value, message.Response); 242throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 264switch (message.Response.Status) 269using var document = JsonDocument.Parse(message.Response.ContentStream); 271return Response.FromValue(value, message.Response); 274throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Generated\VirtualMachineScaleSetExtensionsRestOperations.cs (42)
99switch (message.Response.Status) 103return message.Response; 105throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 137switch (message.Response.Status) 141return message.Response; 143throw _clientDiagnostics.CreateRequestFailedException(message.Response); 200switch (message.Response.Status) 204return message.Response; 206throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 238switch (message.Response.Status) 242return message.Response; 244throw _clientDiagnostics.CreateRequestFailedException(message.Response); 291switch (message.Response.Status) 296return message.Response; 298throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 325switch (message.Response.Status) 330return message.Response; 332throw _clientDiagnostics.CreateRequestFailedException(message.Response); 385switch (message.Response.Status) 390using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 392return Response.FromValue(value, message.Response); 395throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 423switch (message.Response.Status) 428using var document = JsonDocument.Parse(message.Response.ContentStream); 430return Response.FromValue(value, message.Response); 433throw _clientDiagnostics.CreateRequestFailedException(message.Response); 475switch (message.Response.Status) 480using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 482return Response.FromValue(value, message.Response); 485throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 507switch (message.Response.Status) 512using var document = JsonDocument.Parse(message.Response.ContentStream); 514return Response.FromValue(value, message.Response); 517throw _clientDiagnostics.CreateRequestFailedException(message.Response); 557switch (message.Response.Status) 562using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 564return Response.FromValue(value, message.Response); 567throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 594switch (message.Response.Status) 599using var document = JsonDocument.Parse(message.Response.ContentStream); 601return Response.FromValue(value, message.Response); 604throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Generated\VirtualMachineScaleSetRollingUpgradesRestOperations.cs (26)
83switch (message.Response.Status) 87return message.Response; 89throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 111switch (message.Response.Status) 115return message.Response; 117throw _clientDiagnostics.CreateRequestFailedException(message.Response); 158switch (message.Response.Status) 162return message.Response; 164throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 186switch (message.Response.Status) 190return message.Response; 192throw _clientDiagnostics.CreateRequestFailedException(message.Response); 233switch (message.Response.Status) 237return message.Response; 239throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 261switch (message.Response.Status) 265return message.Response; 267throw _clientDiagnostics.CreateRequestFailedException(message.Response); 309switch (message.Response.Status) 314using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 316return Response.FromValue(value, message.Response); 319throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 341switch (message.Response.Status) 346using var document = JsonDocument.Parse(message.Response.ContentStream); 348return Response.FromValue(value, message.Response); 351throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Generated\VirtualMachineScaleSetsRestOperations.cs (178)
92switch (message.Response.Status) 96return message.Response; 98throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 125switch (message.Response.Status) 129return message.Response; 131throw _clientDiagnostics.CreateRequestFailedException(message.Response); 181switch (message.Response.Status) 184return message.Response; 186throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 213switch (message.Response.Status) 216return message.Response; 218throw _clientDiagnostics.CreateRequestFailedException(message.Response); 258switch (message.Response.Status) 263return message.Response; 265throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 287switch (message.Response.Status) 292return message.Response; 294throw _clientDiagnostics.CreateRequestFailedException(message.Response); 335switch (message.Response.Status) 340using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 342return Response.FromValue(value, message.Response); 345throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 367switch (message.Response.Status) 372using var document = JsonDocument.Parse(message.Response.ContentStream); 374return Response.FromValue(value, message.Response); 377throw _clientDiagnostics.CreateRequestFailedException(message.Response); 426switch (message.Response.Status) 430return message.Response; 432throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 455switch (message.Response.Status) 459return message.Response; 461throw _clientDiagnostics.CreateRequestFailedException(message.Response); 511switch (message.Response.Status) 515return message.Response; 517throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 544switch (message.Response.Status) 548return message.Response; 550throw _clientDiagnostics.CreateRequestFailedException(message.Response); 592switch (message.Response.Status) 597using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 599return Response.FromValue(value, message.Response); 602throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 624switch (message.Response.Status) 629using var document = JsonDocument.Parse(message.Response.ContentStream); 631return Response.FromValue(value, message.Response); 634throw _clientDiagnostics.CreateRequestFailedException(message.Response); 669switch (message.Response.Status) 674using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 676return Response.FromValue(value, message.Response); 679throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 696switch (message.Response.Status) 701using var document = JsonDocument.Parse(message.Response.ContentStream); 703return Response.FromValue(value, message.Response); 706throw _clientDiagnostics.CreateRequestFailedException(message.Response); 732switch (message.Response.Status) 737using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 739return Response.FromValue(value, message.Response); 742throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 752switch (message.Response.Status) 757using var document = JsonDocument.Parse(message.Response.ContentStream); 759return Response.FromValue(value, message.Response); 762throw _clientDiagnostics.CreateRequestFailedException(message.Response); 804switch (message.Response.Status) 809using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 811return Response.FromValue(value, message.Response); 814throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 836switch (message.Response.Status) 841using var document = JsonDocument.Parse(message.Response.ContentStream); 843return Response.FromValue(value, message.Response); 846throw _clientDiagnostics.CreateRequestFailedException(message.Response); 888switch (message.Response.Status) 893using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 895return Response.FromValue(value, message.Response); 898throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 920switch (message.Response.Status) 925using var document = JsonDocument.Parse(message.Response.ContentStream); 927return Response.FromValue(value, message.Response); 930throw _clientDiagnostics.CreateRequestFailedException(message.Response); 984switch (message.Response.Status) 988return message.Response; 990throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 1014switch (message.Response.Status) 1018return message.Response; 1020throw _clientDiagnostics.CreateRequestFailedException(message.Response); 1069switch (message.Response.Status) 1073return message.Response; 1075throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 1098switch (message.Response.Status) 1102return message.Response; 1104throw _clientDiagnostics.CreateRequestFailedException(message.Response); 1153switch (message.Response.Status) 1157return message.Response; 1159throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 1182switch (message.Response.Status) 1186return message.Response; 1188throw _clientDiagnostics.CreateRequestFailedException(message.Response); 1237switch (message.Response.Status) 1241return message.Response; 1243throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 1266switch (message.Response.Status) 1270return message.Response; 1272throw _clientDiagnostics.CreateRequestFailedException(message.Response); 1321switch (message.Response.Status) 1325return message.Response; 1327throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 1350switch (message.Response.Status) 1354return message.Response; 1356throw _clientDiagnostics.CreateRequestFailedException(message.Response); 1406switch (message.Response.Status) 1410return message.Response; 1412throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 1439switch (message.Response.Status) 1443return message.Response; 1445throw _clientDiagnostics.CreateRequestFailedException(message.Response); 1494switch (message.Response.Status) 1498return message.Response; 1500throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 1523switch (message.Response.Status) 1527return message.Response; 1529throw _clientDiagnostics.CreateRequestFailedException(message.Response); 1578switch (message.Response.Status) 1582return message.Response; 1584throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 1607switch (message.Response.Status) 1611return message.Response; 1613throw _clientDiagnostics.CreateRequestFailedException(message.Response); 1657switch (message.Response.Status) 1662using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 1664return Response.FromValue(value, message.Response); 1667throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 1690switch (message.Response.Status) 1695using var document = JsonDocument.Parse(message.Response.ContentStream); 1697return Response.FromValue(value, message.Response); 1700throw _clientDiagnostics.CreateRequestFailedException(message.Response); 1749switch (message.Response.Status) 1752return message.Response; 1754throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 1781switch (message.Response.Status) 1784return message.Response; 1786throw _clientDiagnostics.CreateRequestFailedException(message.Response); 1836switch (message.Response.Status) 1840return message.Response; 1842throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 1869switch (message.Response.Status) 1873return message.Response; 1875throw _clientDiagnostics.CreateRequestFailedException(message.Response); 1910switch (message.Response.Status) 1915using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 1917return Response.FromValue(value, message.Response); 1920throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 1942switch (message.Response.Status) 1947using var document = JsonDocument.Parse(message.Response.ContentStream); 1949return Response.FromValue(value, message.Response); 1952throw _clientDiagnostics.CreateRequestFailedException(message.Response); 1982switch (message.Response.Status) 1987using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 1989return Response.FromValue(value, message.Response); 1992throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 2009switch (message.Response.Status) 2014using var document = JsonDocument.Parse(message.Response.ContentStream); 2016return Response.FromValue(value, message.Response); 2019throw _clientDiagnostics.CreateRequestFailedException(message.Response); 2059switch (message.Response.Status) 2064using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 2066return Response.FromValue(value, message.Response); 2069throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 2096switch (message.Response.Status) 2101using var document = JsonDocument.Parse(message.Response.ContentStream); 2103return Response.FromValue(value, message.Response); 2106throw _clientDiagnostics.CreateRequestFailedException(message.Response); 2146switch (message.Response.Status) 2151using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 2153return Response.FromValue(value, message.Response); 2156throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 2183switch (message.Response.Status) 2188using var document = JsonDocument.Parse(message.Response.ContentStream); 2190return Response.FromValue(value, message.Response); 2193throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Generated\VirtualMachineScaleSetVMExtensionsRestOperations.cs (34)
106switch (message.Response.Status) 110return message.Response; 112throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 149switch (message.Response.Status) 153return message.Response; 155throw _clientDiagnostics.CreateRequestFailedException(message.Response); 219switch (message.Response.Status) 222return message.Response; 224throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 261switch (message.Response.Status) 264return message.Response; 266throw _clientDiagnostics.CreateRequestFailedException(message.Response); 321switch (message.Response.Status) 326return message.Response; 328throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 360switch (message.Response.Status) 365return message.Response; 367throw _clientDiagnostics.CreateRequestFailedException(message.Response); 427switch (message.Response.Status) 432using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 434return Response.FromValue(value, message.Response); 437throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 470switch (message.Response.Status) 475using var document = JsonDocument.Parse(message.Response.ContentStream); 477return Response.FromValue(value, message.Response); 480throw _clientDiagnostics.CreateRequestFailedException(message.Response); 534switch (message.Response.Status) 539using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 541return Response.FromValue(value, message.Response); 544throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 572switch (message.Response.Status) 577using var document = JsonDocument.Parse(message.Response.ContentStream); 579return Response.FromValue(value, message.Response); 582throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Generated\VirtualMachineScaleSetVMsRestOperations.cs (104)
98switch (message.Response.Status) 102return message.Response; 104throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 132switch (message.Response.Status) 136return message.Response; 138throw _clientDiagnostics.CreateRequestFailedException(message.Response); 186switch (message.Response.Status) 190return message.Response; 192throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 219switch (message.Response.Status) 223return message.Response; 225throw _clientDiagnostics.CreateRequestFailedException(message.Response); 273switch (message.Response.Status) 277return message.Response; 279throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 306switch (message.Response.Status) 310return message.Response; 312throw _clientDiagnostics.CreateRequestFailedException(message.Response); 369switch (message.Response.Status) 373return message.Response; 375throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 407switch (message.Response.Status) 411return message.Response; 413throw _clientDiagnostics.CreateRequestFailedException(message.Response); 460switch (message.Response.Status) 465return message.Response; 467throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 494switch (message.Response.Status) 499return message.Response; 501throw _clientDiagnostics.CreateRequestFailedException(message.Response); 550switch (message.Response.Status) 555using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 557return Response.FromValue(value, message.Response); 560throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 587switch (message.Response.Status) 592using var document = JsonDocument.Parse(message.Response.ContentStream); 594return Response.FromValue(value, message.Response); 597throw _clientDiagnostics.CreateRequestFailedException(message.Response); 646switch (message.Response.Status) 651using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 653return Response.FromValue(value, message.Response); 656throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 683switch (message.Response.Status) 688using var document = JsonDocument.Parse(message.Response.ContentStream); 690return Response.FromValue(value, message.Response); 693throw _clientDiagnostics.CreateRequestFailedException(message.Response); 750switch (message.Response.Status) 755using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 757return Response.FromValue(value, message.Response); 760throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 785switch (message.Response.Status) 790using var document = JsonDocument.Parse(message.Response.ContentStream); 792return Response.FromValue(value, message.Response); 795throw _clientDiagnostics.CreateRequestFailedException(message.Response); 848switch (message.Response.Status) 852return message.Response; 854throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 882switch (message.Response.Status) 886return message.Response; 888throw _clientDiagnostics.CreateRequestFailedException(message.Response); 936switch (message.Response.Status) 940return message.Response; 942throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 969switch (message.Response.Status) 973return message.Response; 975throw _clientDiagnostics.CreateRequestFailedException(message.Response); 1023switch (message.Response.Status) 1027return message.Response; 1029throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 1056switch (message.Response.Status) 1060return message.Response; 1062throw _clientDiagnostics.CreateRequestFailedException(message.Response); 1110switch (message.Response.Status) 1114return message.Response; 1116throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 1143switch (message.Response.Status) 1147return message.Response; 1149throw _clientDiagnostics.CreateRequestFailedException(message.Response); 1197switch (message.Response.Status) 1201return message.Response; 1203throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 1230switch (message.Response.Status) 1234return message.Response; 1236throw _clientDiagnostics.CreateRequestFailedException(message.Response); 1284switch (message.Response.Status) 1287return message.Response; 1289throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 1316switch (message.Response.Status) 1319return message.Response; 1321throw _clientDiagnostics.CreateRequestFailedException(message.Response); 1379switch (message.Response.Status) 1383return message.Response; 1385throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 1417switch (message.Response.Status) 1421return message.Response; 1423throw _clientDiagnostics.CreateRequestFailedException(message.Response); 1466switch (message.Response.Status) 1471using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 1473return Response.FromValue(value, message.Response); 1476throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 1506switch (message.Response.Status) 1511using var document = JsonDocument.Parse(message.Response.ContentStream); 1513return Response.FromValue(value, message.Response); 1516throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Generated\VirtualMachineSizesRestOperations.cs (8)
77switch (message.Response.Status) 82using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 84return Response.FromValue(value, message.Response); 87throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 104switch (message.Response.Status) 109using var document = JsonDocument.Parse(message.Response.ContentStream); 111return Response.FromValue(value, message.Response); 114throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Generated\VirtualMachinesRestOperations.cs (168)
77switch (message.Response.Status) 82using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 84return Response.FromValue(value, message.Response); 87throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 104switch (message.Response.Status) 109using var document = JsonDocument.Parse(message.Response.ContentStream); 111return Response.FromValue(value, message.Response); 114throw _clientDiagnostics.CreateRequestFailedException(message.Response); 165switch (message.Response.Status) 169return message.Response; 171throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 198switch (message.Response.Status) 202return message.Response; 204throw _clientDiagnostics.CreateRequestFailedException(message.Response); 254switch (message.Response.Status) 258return message.Response; 260throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 287switch (message.Response.Status) 291return message.Response; 293throw _clientDiagnostics.CreateRequestFailedException(message.Response); 343switch (message.Response.Status) 347return message.Response; 349throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 376switch (message.Response.Status) 380return message.Response; 382throw _clientDiagnostics.CreateRequestFailedException(message.Response); 422switch (message.Response.Status) 427return message.Response; 429throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 451switch (message.Response.Status) 456return message.Response; 458throw _clientDiagnostics.CreateRequestFailedException(message.Response); 500switch (message.Response.Status) 505using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 507return Response.FromValue(value, message.Response); 510throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 532switch (message.Response.Status) 537using var document = JsonDocument.Parse(message.Response.ContentStream); 539return Response.FromValue(value, message.Response); 542throw _clientDiagnostics.CreateRequestFailedException(message.Response); 584switch (message.Response.Status) 589using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 591return Response.FromValue(value, message.Response); 594throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 616switch (message.Response.Status) 621using var document = JsonDocument.Parse(message.Response.ContentStream); 623return Response.FromValue(value, message.Response); 626throw _clientDiagnostics.CreateRequestFailedException(message.Response); 667switch (message.Response.Status) 671return message.Response; 673throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 695switch (message.Response.Status) 699return message.Response; 701throw _clientDiagnostics.CreateRequestFailedException(message.Response); 742switch (message.Response.Status) 746return message.Response; 748throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 770switch (message.Response.Status) 774return message.Response; 776throw _clientDiagnostics.CreateRequestFailedException(message.Response); 817switch (message.Response.Status) 820return message.Response; 822throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 844switch (message.Response.Status) 847return message.Response; 849throw _clientDiagnostics.CreateRequestFailedException(message.Response); 884switch (message.Response.Status) 889using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 891return Response.FromValue(value, message.Response); 894throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 911switch (message.Response.Status) 916using var document = JsonDocument.Parse(message.Response.ContentStream); 918return Response.FromValue(value, message.Response); 921throw _clientDiagnostics.CreateRequestFailedException(message.Response); 952switch (message.Response.Status) 957using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 959return Response.FromValue(value, message.Response); 962throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 973switch (message.Response.Status) 978using var document = JsonDocument.Parse(message.Response.ContentStream); 980return Response.FromValue(value, message.Response); 983throw _clientDiagnostics.CreateRequestFailedException(message.Response); 1025switch (message.Response.Status) 1030using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 1032return Response.FromValue(value, message.Response); 1035throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 1057switch (message.Response.Status) 1062using var document = JsonDocument.Parse(message.Response.ContentStream); 1064return Response.FromValue(value, message.Response); 1067throw _clientDiagnostics.CreateRequestFailedException(message.Response); 1113switch (message.Response.Status) 1117return message.Response; 1119throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 1142switch (message.Response.Status) 1146return message.Response; 1148throw _clientDiagnostics.CreateRequestFailedException(message.Response); 1190switch (message.Response.Status) 1194return message.Response; 1196throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 1218switch (message.Response.Status) 1222return message.Response; 1224throw _clientDiagnostics.CreateRequestFailedException(message.Response); 1265switch (message.Response.Status) 1269return message.Response; 1271throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 1293switch (message.Response.Status) 1297return message.Response; 1299throw _clientDiagnostics.CreateRequestFailedException(message.Response); 1340switch (message.Response.Status) 1344return message.Response; 1346throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 1368switch (message.Response.Status) 1372return message.Response; 1374throw _clientDiagnostics.CreateRequestFailedException(message.Response); 1415switch (message.Response.Status) 1419return message.Response; 1421throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 1443switch (message.Response.Status) 1447return message.Response; 1449throw _clientDiagnostics.CreateRequestFailedException(message.Response); 1498switch (message.Response.Status) 1502return message.Response; 1504throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 1527switch (message.Response.Status) 1531return message.Response; 1533throw _clientDiagnostics.CreateRequestFailedException(message.Response); 1574switch (message.Response.Status) 1578return message.Response; 1580throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 1602switch (message.Response.Status) 1606return message.Response; 1608throw _clientDiagnostics.CreateRequestFailedException(message.Response); 1649switch (message.Response.Status) 1652return message.Response; 1654throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 1676switch (message.Response.Status) 1679return message.Response; 1681throw _clientDiagnostics.CreateRequestFailedException(message.Response); 1732switch (message.Response.Status) 1736return message.Response; 1738throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 1765switch (message.Response.Status) 1769return message.Response; 1771throw _clientDiagnostics.CreateRequestFailedException(message.Response); 1806switch (message.Response.Status) 1811using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 1813return Response.FromValue(value, message.Response); 1816throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 1838switch (message.Response.Status) 1843using var document = JsonDocument.Parse(message.Response.ContentStream); 1845return Response.FromValue(value, message.Response); 1848throw _clientDiagnostics.CreateRequestFailedException(message.Response); 1883switch (message.Response.Status) 1888using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 1890return Response.FromValue(value, message.Response); 1893throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 1915switch (message.Response.Status) 1920using var document = JsonDocument.Parse(message.Response.ContentStream); 1922return Response.FromValue(value, message.Response); 1925throw _clientDiagnostics.CreateRequestFailedException(message.Response); 1956switch (message.Response.Status) 1961using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 1963return Response.FromValue(value, message.Response); 1966throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 1984switch (message.Response.Status) 1989using var document = JsonDocument.Parse(message.Response.ContentStream); 1991return Response.FromValue(value, message.Response); 1994throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Shared\AutoRest\ArmOperationHelpers.cs (2)
202return message.Response; 224return message.Response;
Azure.ResourceManager.Core (496)
Custom\Resources\ProviderRestOperations.cs (24)
47switch (message.Response.Status) 52using var document = JsonDocument.Parse(message.Response.ContentStream); 54return Response.FromValue(value, message.Response); 57throw _clientDiagnostics.CreateRequestFailedException(message.Response); 75switch (message.Response.Status) 80using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 82return Response.FromValue(value, message.Response); 85throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 132switch (message.Response.Status) 137using var document = JsonDocument.Parse(message.Response.ContentStream); 139return Response.FromValue(value, message.Response); 142throw _clientDiagnostics.CreateRequestFailedException(message.Response); 154switch (message.Response.Status) 159using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 161return Response.FromValue(value, message.Response); 164throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 181switch (message.Response.Status) 186using var document = JsonDocument.Parse(message.Response.ContentStream); 188return Response.FromValue(value, message.Response); 191throw _clientDiagnostics.CreateRequestFailedException(message.Response); 208switch (message.Response.Status) 213using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 215return Response.FromValue(value, message.Response); 218throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false);
Generated\ManagementGroup\ManagementGroupsRestOperations.cs (72)
81switch (message.Response.Status) 86using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 88return Response.FromValue(value, message.Response); 91throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 110switch (message.Response.Status) 115using var document = JsonDocument.Parse(message.Response.ContentStream); 117return Response.FromValue(value, message.Response); 120throw _clientDiagnostics.CreateRequestFailedException(message.Response); 175switch (message.Response.Status) 180using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 182return Response.FromValue(value, message.Response); 185throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 209switch (message.Response.Status) 214using var document = JsonDocument.Parse(message.Response.ContentStream); 216return Response.FromValue(value, message.Response); 219throw _clientDiagnostics.CreateRequestFailedException(message.Response); 269var headers = new ManagementGroupsCreateOrUpdateHeaders(message.Response); 270switch (message.Response.Status) 274return ResponseWithHeaders.FromValue(headers, message.Response); 276throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 303var headers = new ManagementGroupsCreateOrUpdateHeaders(message.Response); 304switch (message.Response.Status) 308return ResponseWithHeaders.FromValue(headers, message.Response); 310throw _clientDiagnostics.CreateRequestFailedException(message.Response); 359switch (message.Response.Status) 364using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 366return Response.FromValue(value, message.Response); 369throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 395switch (message.Response.Status) 400using var document = JsonDocument.Parse(message.Response.ContentStream); 402return Response.FromValue(value, message.Response); 405throw _clientDiagnostics.CreateRequestFailedException(message.Response); 446var headers = new ManagementGroupsDeleteHeaders(message.Response); 447switch (message.Response.Status) 451return ResponseWithHeaders.FromValue(headers, message.Response); 453throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 475var headers = new ManagementGroupsDeleteHeaders(message.Response); 476switch (message.Response.Status) 480return ResponseWithHeaders.FromValue(headers, message.Response); 482throw _clientDiagnostics.CreateRequestFailedException(message.Response); 532switch (message.Response.Status) 537using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 539return Response.FromValue(value, message.Response); 542throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 568switch (message.Response.Status) 573using var document = JsonDocument.Parse(message.Response.ContentStream); 575return Response.FromValue(value, message.Response); 578throw _clientDiagnostics.CreateRequestFailedException(message.Response); 621switch (message.Response.Status) 626using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 628return Response.FromValue(value, message.Response); 631throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 657switch (message.Response.Status) 662using var document = JsonDocument.Parse(message.Response.ContentStream); 664return Response.FromValue(value, message.Response); 667throw _clientDiagnostics.CreateRequestFailedException(message.Response); 711switch (message.Response.Status) 716using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 718return Response.FromValue(value, message.Response); 721throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 752switch (message.Response.Status) 757using var document = JsonDocument.Parse(message.Response.ContentStream); 759return Response.FromValue(value, message.Response); 762throw _clientDiagnostics.CreateRequestFailedException(message.Response); 797switch (message.Response.Status) 802using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 804return Response.FromValue(value, message.Response); 807throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 824switch (message.Response.Status) 829using var document = JsonDocument.Parse(message.Response.ContentStream); 831return Response.FromValue(value, message.Response); 834throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Generated\Resources\FeaturesRestOperations.cs (56)
67switch (message.Response.Status) 72using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 74return Response.FromValue(value, message.Response); 77throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 87switch (message.Response.Status) 92using var document = JsonDocument.Parse(message.Response.ContentStream); 94return Response.FromValue(value, message.Response); 97throw _clientDiagnostics.CreateRequestFailedException(message.Response); 132switch (message.Response.Status) 137using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 139return Response.FromValue(value, message.Response); 142throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 159switch (message.Response.Status) 164using var document = JsonDocument.Parse(message.Response.ContentStream); 166return Response.FromValue(value, message.Response); 169throw _clientDiagnostics.CreateRequestFailedException(message.Response); 210switch (message.Response.Status) 215using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 217return Response.FromValue(value, message.Response); 220throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 242switch (message.Response.Status) 247using var document = JsonDocument.Parse(message.Response.ContentStream); 249return Response.FromValue(value, message.Response); 252throw _clientDiagnostics.CreateRequestFailedException(message.Response); 294switch (message.Response.Status) 299using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 301return Response.FromValue(value, message.Response); 304throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 326switch (message.Response.Status) 331using var document = JsonDocument.Parse(message.Response.ContentStream); 333return Response.FromValue(value, message.Response); 336throw _clientDiagnostics.CreateRequestFailedException(message.Response); 378switch (message.Response.Status) 383using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 385return Response.FromValue(value, message.Response); 388throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 410switch (message.Response.Status) 415using var document = JsonDocument.Parse(message.Response.ContentStream); 417return Response.FromValue(value, message.Response); 420throw _clientDiagnostics.CreateRequestFailedException(message.Response); 450switch (message.Response.Status) 455using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 457return Response.FromValue(value, message.Response); 460throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 477switch (message.Response.Status) 482using var document = JsonDocument.Parse(message.Response.ContentStream); 484return Response.FromValue(value, message.Response); 487throw _clientDiagnostics.CreateRequestFailedException(message.Response); 522switch (message.Response.Status) 527using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 529return Response.FromValue(value, message.Response); 532throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 554switch (message.Response.Status) 559using var document = JsonDocument.Parse(message.Response.ContentStream); 561return Response.FromValue(value, message.Response); 564throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Generated\Resources\ProviderRestOperations.cs (40)
76switch (message.Response.Status) 81using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 83return Response.FromValue(value, message.Response); 86throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 103switch (message.Response.Status) 108using var document = JsonDocument.Parse(message.Response.ContentStream); 110return Response.FromValue(value, message.Response); 113throw _clientDiagnostics.CreateRequestFailedException(message.Response); 148switch (message.Response.Status) 153using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 155return Response.FromValue(value, message.Response); 158throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 175switch (message.Response.Status) 180using var document = JsonDocument.Parse(message.Response.ContentStream); 182return Response.FromValue(value, message.Response); 185throw _clientDiagnostics.CreateRequestFailedException(message.Response); 221switch (message.Response.Status) 226using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 228return Response.FromValue(value, message.Response); 231throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 243switch (message.Response.Status) 248using var document = JsonDocument.Parse(message.Response.ContentStream); 250return Response.FromValue(value, message.Response); 253throw _clientDiagnostics.CreateRequestFailedException(message.Response); 292switch (message.Response.Status) 297using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 299return Response.FromValue(value, message.Response); 302throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 320switch (message.Response.Status) 325using var document = JsonDocument.Parse(message.Response.ContentStream); 327return Response.FromValue(value, message.Response); 330throw _clientDiagnostics.CreateRequestFailedException(message.Response); 362switch (message.Response.Status) 367using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 369return Response.FromValue(value, message.Response); 372throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 391switch (message.Response.Status) 396using var document = JsonDocument.Parse(message.Response.ContentStream); 398return Response.FromValue(value, message.Response); 401throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Generated\Resources\ResourceGroupsRestOperations.cs (60)
74switch (message.Response.Status) 79return Response.FromValue(value, message.Response); 84return Response.FromValue(value, message.Response); 87throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 104switch (message.Response.Status) 109return Response.FromValue(value, message.Response); 114return Response.FromValue(value, message.Response); 117throw _clientDiagnostics.CreateRequestFailedException(message.Response); 160switch (message.Response.Status) 166using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 168return Response.FromValue(value, message.Response); 171throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 193switch (message.Response.Status) 199using var document = JsonDocument.Parse(message.Response.ContentStream); 201return Response.FromValue(value, message.Response); 204throw _clientDiagnostics.CreateRequestFailedException(message.Response); 238switch (message.Response.Status) 242return message.Response; 244throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 261switch (message.Response.Status) 265return message.Response; 267throw _clientDiagnostics.CreateRequestFailedException(message.Response); 301switch (message.Response.Status) 306using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 308return Response.FromValue(value, message.Response); 311throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 328switch (message.Response.Status) 333using var document = JsonDocument.Parse(message.Response.ContentStream); 335return Response.FromValue(value, message.Response); 338throw _clientDiagnostics.CreateRequestFailedException(message.Response); 381switch (message.Response.Status) 387using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 389return Response.FromValue(value, message.Response); 392throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 414switch (message.Response.Status) 419using var document = JsonDocument.Parse(message.Response.ContentStream); 421return Response.FromValue(value, message.Response); 424throw _clientDiagnostics.CreateRequestFailedException(message.Response); 468switch (message.Response.Status) 472return message.Response; 474throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 496switch (message.Response.Status) 500return message.Response; 502throw _clientDiagnostics.CreateRequestFailedException(message.Response); 538switch (message.Response.Status) 543using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 545return Response.FromValue(value, message.Response); 548throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 560switch (message.Response.Status) 565using var document = JsonDocument.Parse(message.Response.ContentStream); 567return Response.FromValue(value, message.Response); 570throw _clientDiagnostics.CreateRequestFailedException(message.Response); 602switch (message.Response.Status) 607using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 609return Response.FromValue(value, message.Response); 612throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 631switch (message.Response.Status) 636using var document = JsonDocument.Parse(message.Response.ContentStream); 638return Response.FromValue(value, message.Response); 641throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Generated\Resources\ResourcesRestOperations.cs (112)
90switch (message.Response.Status) 95using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 97return Response.FromValue(value, message.Response); 100throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 120switch (message.Response.Status) 125using var document = JsonDocument.Parse(message.Response.ContentStream); 127return Response.FromValue(value, message.Response); 130throw _clientDiagnostics.CreateRequestFailedException(message.Response); 174switch (message.Response.Status) 178return message.Response; 180throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 202switch (message.Response.Status) 206return message.Response; 208throw _clientDiagnostics.CreateRequestFailedException(message.Response); 252switch (message.Response.Status) 256return message.Response; 258throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 280switch (message.Response.Status) 284return message.Response; 286throw _clientDiagnostics.CreateRequestFailedException(message.Response); 327switch (message.Response.Status) 332using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 334return Response.FromValue(value, message.Response); 337throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 350switch (message.Response.Status) 355using var document = JsonDocument.Parse(message.Response.ContentStream); 357return Response.FromValue(value, message.Response); 360throw _clientDiagnostics.CreateRequestFailedException(message.Response); 427switch (message.Response.Status) 432return Response.FromValue(value, message.Response); 437return Response.FromValue(value, message.Response); 440throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 482switch (message.Response.Status) 487return Response.FromValue(value, message.Response); 492return Response.FromValue(value, message.Response); 495throw _clientDiagnostics.CreateRequestFailedException(message.Response); 562switch (message.Response.Status) 567return message.Response; 569throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 611switch (message.Response.Status) 616return message.Response; 618throw _clientDiagnostics.CreateRequestFailedException(message.Response); 694switch (message.Response.Status) 699return message.Response; 701throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 748switch (message.Response.Status) 753return message.Response; 755throw _clientDiagnostics.CreateRequestFailedException(message.Response); 831switch (message.Response.Status) 835return message.Response; 837throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 884switch (message.Response.Status) 888return message.Response; 890throw _clientDiagnostics.CreateRequestFailedException(message.Response); 957switch (message.Response.Status) 962using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 964return Response.FromValue(value, message.Response); 967throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 1009switch (message.Response.Status) 1014using var document = JsonDocument.Parse(message.Response.ContentStream); 1016return Response.FromValue(value, message.Response); 1019throw _clientDiagnostics.CreateRequestFailedException(message.Response); 1056switch (message.Response.Status) 1061return Response.FromValue(value, message.Response); 1066return Response.FromValue(value, message.Response); 1069throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 1091switch (message.Response.Status) 1096return Response.FromValue(value, message.Response); 1101return Response.FromValue(value, message.Response); 1104throw _clientDiagnostics.CreateRequestFailedException(message.Response); 1141switch (message.Response.Status) 1146return message.Response; 1148throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 1170switch (message.Response.Status) 1175return message.Response; 1177throw _clientDiagnostics.CreateRequestFailedException(message.Response); 1223switch (message.Response.Status) 1228return message.Response; 1230throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 1257switch (message.Response.Status) 1262return message.Response; 1264throw _clientDiagnostics.CreateRequestFailedException(message.Response); 1310switch (message.Response.Status) 1314return message.Response; 1316throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 1343switch (message.Response.Status) 1347return message.Response; 1349throw _clientDiagnostics.CreateRequestFailedException(message.Response); 1386switch (message.Response.Status) 1391using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 1393return Response.FromValue(value, message.Response); 1396throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 1418switch (message.Response.Status) 1423using var document = JsonDocument.Parse(message.Response.ContentStream); 1425return Response.FromValue(value, message.Response); 1428throw _clientDiagnostics.CreateRequestFailedException(message.Response); 1466switch (message.Response.Status) 1471using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 1473return Response.FromValue(value, message.Response); 1476throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 1501switch (message.Response.Status) 1506using var document = JsonDocument.Parse(message.Response.ContentStream); 1508return Response.FromValue(value, message.Response); 1511throw _clientDiagnostics.CreateRequestFailedException(message.Response); 1544switch (message.Response.Status) 1549using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 1551return Response.FromValue(value, message.Response); 1554throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 1574switch (message.Response.Status) 1579using var document = JsonDocument.Parse(message.Response.ContentStream); 1581return Response.FromValue(value, message.Response); 1584throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Generated\Resources\RestOperations.cs (8)
68switch (message.Response.Status) 73using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 75return Response.FromValue(value, message.Response); 78throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 88switch (message.Response.Status) 93using var document = JsonDocument.Parse(message.Response.ContentStream); 95return Response.FromValue(value, message.Response); 98throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Generated\Resources\SubscriptionsRestOperations.cs (32)
61switch (message.Response.Status) 66using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 68return Response.FromValue(value, message.Response); 71throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 88switch (message.Response.Status) 93using var document = JsonDocument.Parse(message.Response.ContentStream); 95return Response.FromValue(value, message.Response); 98throw _clientDiagnostics.CreateRequestFailedException(message.Response); 130switch (message.Response.Status) 135using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 137return Response.FromValue(value, message.Response); 140throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 157switch (message.Response.Status) 162using var document = JsonDocument.Parse(message.Response.ContentStream); 164return Response.FromValue(value, message.Response); 167throw _clientDiagnostics.CreateRequestFailedException(message.Response); 191switch (message.Response.Status) 196using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 198return Response.FromValue(value, message.Response); 201throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 211switch (message.Response.Status) 216using var document = JsonDocument.Parse(message.Response.ContentStream); 218return Response.FromValue(value, message.Response); 221throw _clientDiagnostics.CreateRequestFailedException(message.Response); 251switch (message.Response.Status) 256using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 258return Response.FromValue(value, message.Response); 261throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 278switch (message.Response.Status) 283using var document = JsonDocument.Parse(message.Response.ContentStream); 285return Response.FromValue(value, message.Response); 288throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Generated\Resources\TagRestOperations.cs (74)
77switch (message.Response.Status) 81return message.Response; 83throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 105switch (message.Response.Status) 109return message.Response; 111throw _clientDiagnostics.CreateRequestFailedException(message.Response); 152switch (message.Response.Status) 158using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 160return Response.FromValue(value, message.Response); 163throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 185switch (message.Response.Status) 191using var document = JsonDocument.Parse(message.Response.ContentStream); 193return Response.FromValue(value, message.Response); 196throw _clientDiagnostics.CreateRequestFailedException(message.Response); 230switch (message.Response.Status) 236using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 238return Response.FromValue(value, message.Response); 241throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 258switch (message.Response.Status) 264using var document = JsonDocument.Parse(message.Response.ContentStream); 266return Response.FromValue(value, message.Response); 269throw _clientDiagnostics.CreateRequestFailedException(message.Response); 303switch (message.Response.Status) 307return message.Response; 309throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 326switch (message.Response.Status) 330return message.Response; 332throw _clientDiagnostics.CreateRequestFailedException(message.Response); 358switch (message.Response.Status) 363using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 365return Response.FromValue(value, message.Response); 368throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 378switch (message.Response.Status) 383using var document = JsonDocument.Parse(message.Response.ContentStream); 385return Response.FromValue(value, message.Response); 388throw _clientDiagnostics.CreateRequestFailedException(message.Response); 418switch (message.Response.Status) 423using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 425return Response.FromValue(value, message.Response); 428throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 445switch (message.Response.Status) 450using var document = JsonDocument.Parse(message.Response.ContentStream); 452return Response.FromValue(value, message.Response); 455throw _clientDiagnostics.CreateRequestFailedException(message.Response); 497switch (message.Response.Status) 502using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 504return Response.FromValue(value, message.Response); 507throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 529switch (message.Response.Status) 534using var document = JsonDocument.Parse(message.Response.ContentStream); 536return Response.FromValue(value, message.Response); 539throw _clientDiagnostics.CreateRequestFailedException(message.Response); 581switch (message.Response.Status) 586using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 588return Response.FromValue(value, message.Response); 591throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 613switch (message.Response.Status) 618using var document = JsonDocument.Parse(message.Response.ContentStream); 620return Response.FromValue(value, message.Response); 623throw _clientDiagnostics.CreateRequestFailedException(message.Response); 656switch (message.Response.Status) 661using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 663return Response.FromValue(value, message.Response); 666throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 683switch (message.Response.Status) 688using var document = JsonDocument.Parse(message.Response.ContentStream); 690return Response.FromValue(value, message.Response); 693throw _clientDiagnostics.CreateRequestFailedException(message.Response); 726switch (message.Response.Status) 729return message.Response; 731throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 748switch (message.Response.Status) 751return message.Response; 753throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Generated\Resources\TenantsRestOperations.cs (16)
56switch (message.Response.Status) 61using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 63return Response.FromValue(value, message.Response); 66throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 76switch (message.Response.Status) 81using var document = JsonDocument.Parse(message.Response.ContentStream); 83return Response.FromValue(value, message.Response); 86throw _clientDiagnostics.CreateRequestFailedException(message.Response); 116switch (message.Response.Status) 121using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 123return Response.FromValue(value, message.Response); 126throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 143switch (message.Response.Status) 148using var document = JsonDocument.Parse(message.Response.ContentStream); 150return Response.FromValue(value, message.Response); 153throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Shared\AutoRest\OperationInternals.cs (2)
184return message.Response; 206return message.Response;
Azure.ResourceManager.Core.Tests (1)
Scenario\ResponseExtensionsTests.cs (1)
37var response = message.Response;
Azure.ResourceManager.CosmosDB (938)
Generated\CassandraResourcesRestOperations.cs (108)
84switch (message.Response.Status) 89using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 91return Response.FromValue(value, message.Response); 94throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 116switch (message.Response.Status) 121using var document = JsonDocument.Parse(message.Response.ContentStream); 123return Response.FromValue(value, message.Response); 126throw _clientDiagnostics.CreateRequestFailedException(message.Response); 174switch (message.Response.Status) 179using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 181return Response.FromValue(value, message.Response); 184throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 211switch (message.Response.Status) 216using var document = JsonDocument.Parse(message.Response.ContentStream); 218return Response.FromValue(value, message.Response); 221throw _clientDiagnostics.CreateRequestFailedException(message.Response); 278switch (message.Response.Status) 282return message.Response; 284throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 316switch (message.Response.Status) 320return message.Response; 322throw _clientDiagnostics.CreateRequestFailedException(message.Response); 369switch (message.Response.Status) 373return message.Response; 375throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 402switch (message.Response.Status) 406return message.Response; 408throw _clientDiagnostics.CreateRequestFailedException(message.Response); 457switch (message.Response.Status) 462using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 464return Response.FromValue(value, message.Response); 467throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 494switch (message.Response.Status) 499using var document = JsonDocument.Parse(message.Response.ContentStream); 501return Response.FromValue(value, message.Response); 504throw _clientDiagnostics.CreateRequestFailedException(message.Response); 562switch (message.Response.Status) 566return message.Response; 568throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 600switch (message.Response.Status) 604return message.Response; 606throw _clientDiagnostics.CreateRequestFailedException(message.Response); 655switch (message.Response.Status) 659return message.Response; 661throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 688switch (message.Response.Status) 692return message.Response; 694throw _clientDiagnostics.CreateRequestFailedException(message.Response); 743switch (message.Response.Status) 747return message.Response; 749throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 776switch (message.Response.Status) 780return message.Response; 782throw _clientDiagnostics.CreateRequestFailedException(message.Response); 831switch (message.Response.Status) 836using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 838return Response.FromValue(value, message.Response); 841throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 868switch (message.Response.Status) 873using var document = JsonDocument.Parse(message.Response.ContentStream); 875return Response.FromValue(value, message.Response); 878throw _clientDiagnostics.CreateRequestFailedException(message.Response); 933switch (message.Response.Status) 938using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 940return Response.FromValue(value, message.Response); 943throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 975switch (message.Response.Status) 980using var document = JsonDocument.Parse(message.Response.ContentStream); 982return Response.FromValue(value, message.Response); 985throw _clientDiagnostics.CreateRequestFailedException(message.Response); 1049switch (message.Response.Status) 1053return message.Response; 1055throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 1092switch (message.Response.Status) 1096return message.Response; 1098throw _clientDiagnostics.CreateRequestFailedException(message.Response); 1152switch (message.Response.Status) 1156return message.Response; 1158throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 1190switch (message.Response.Status) 1194return message.Response; 1196throw _clientDiagnostics.CreateRequestFailedException(message.Response); 1252switch (message.Response.Status) 1257using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 1259return Response.FromValue(value, message.Response); 1262throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 1294switch (message.Response.Status) 1299using var document = JsonDocument.Parse(message.Response.ContentStream); 1301return Response.FromValue(value, message.Response); 1304throw _clientDiagnostics.CreateRequestFailedException(message.Response); 1369switch (message.Response.Status) 1373return message.Response; 1375throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 1412switch (message.Response.Status) 1416return message.Response; 1418throw _clientDiagnostics.CreateRequestFailedException(message.Response); 1474switch (message.Response.Status) 1478return message.Response; 1480throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 1512switch (message.Response.Status) 1516return message.Response; 1518throw _clientDiagnostics.CreateRequestFailedException(message.Response); 1574switch (message.Response.Status) 1578return message.Response; 1580throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 1612switch (message.Response.Status) 1616return message.Response; 1618throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Generated\CollectionPartitionRegionRestOperations.cs (8)
111switch (message.Response.Status) 116using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 118return Response.FromValue(value, message.Response); 121throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 163switch (message.Response.Status) 168using var document = JsonDocument.Parse(message.Response.ContentStream); 170return Response.FromValue(value, message.Response); 173throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Generated\CollectionPartitionRestOperations.cs (16)
104switch (message.Response.Status) 109using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 111return Response.FromValue(value, message.Response); 114throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 151switch (message.Response.Status) 156using var document = JsonDocument.Parse(message.Response.ContentStream); 158return Response.FromValue(value, message.Response); 161throw _clientDiagnostics.CreateRequestFailedException(message.Response); 222switch (message.Response.Status) 227using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 229return Response.FromValue(value, message.Response); 232throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 265switch (message.Response.Status) 270using var document = JsonDocument.Parse(message.Response.ContentStream); 272return Response.FromValue(value, message.Response); 275throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Generated\CollectionRegionRestOperations.cs (8)
111switch (message.Response.Status) 116using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 118return Response.FromValue(value, message.Response); 121throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 163switch (message.Response.Status) 168using var document = JsonDocument.Parse(message.Response.ContentStream); 170return Response.FromValue(value, message.Response); 173throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Generated\CollectionRestOperations.cs (24)
104switch (message.Response.Status) 109using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 111return Response.FromValue(value, message.Response); 114throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 151switch (message.Response.Status) 156using var document = JsonDocument.Parse(message.Response.ContentStream); 158return Response.FromValue(value, message.Response); 161throw _clientDiagnostics.CreateRequestFailedException(message.Response); 222switch (message.Response.Status) 227using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 229return Response.FromValue(value, message.Response); 232throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 265switch (message.Response.Status) 270using var document = JsonDocument.Parse(message.Response.ContentStream); 272return Response.FromValue(value, message.Response); 275throw _clientDiagnostics.CreateRequestFailedException(message.Response); 331switch (message.Response.Status) 336using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 338return Response.FromValue(value, message.Response); 341throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 373switch (message.Response.Status) 378using var document = JsonDocument.Parse(message.Response.ContentStream); 380return Response.FromValue(value, message.Response); 383throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Generated\DatabaseAccountRegionRestOperations.cs (8)
97switch (message.Response.Status) 102using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 104return Response.FromValue(value, message.Response); 107throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 139switch (message.Response.Status) 144using var document = JsonDocument.Parse(message.Response.ContentStream); 146return Response.FromValue(value, message.Response); 149throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Generated\DatabaseAccountsRestOperations.cs (130)
83switch (message.Response.Status) 88using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 90return Response.FromValue(value, message.Response); 93throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 115switch (message.Response.Status) 120using var document = JsonDocument.Parse(message.Response.ContentStream); 122return Response.FromValue(value, message.Response); 125throw _clientDiagnostics.CreateRequestFailedException(message.Response); 175switch (message.Response.Status) 178return message.Response; 180throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 207switch (message.Response.Status) 210return message.Response; 212throw _clientDiagnostics.CreateRequestFailedException(message.Response); 262switch (message.Response.Status) 265return message.Response; 267throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 294switch (message.Response.Status) 297return message.Response; 299throw _clientDiagnostics.CreateRequestFailedException(message.Response); 339switch (message.Response.Status) 343return message.Response; 345throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 367switch (message.Response.Status) 371return message.Response; 373throw _clientDiagnostics.CreateRequestFailedException(message.Response); 423switch (message.Response.Status) 427return message.Response; 429throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 456switch (message.Response.Status) 460return message.Response; 462throw _clientDiagnostics.CreateRequestFailedException(message.Response); 488switch (message.Response.Status) 493using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 495return Response.FromValue(value, message.Response); 498throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 508switch (message.Response.Status) 513using var document = JsonDocument.Parse(message.Response.ContentStream); 515return Response.FromValue(value, message.Response); 518throw _clientDiagnostics.CreateRequestFailedException(message.Response); 553switch (message.Response.Status) 558using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 560return Response.FromValue(value, message.Response); 563throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 580switch (message.Response.Status) 585using var document = JsonDocument.Parse(message.Response.ContentStream); 587return Response.FromValue(value, message.Response); 590throw _clientDiagnostics.CreateRequestFailedException(message.Response); 632switch (message.Response.Status) 637using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 639return Response.FromValue(value, message.Response); 642throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 664switch (message.Response.Status) 669using var document = JsonDocument.Parse(message.Response.ContentStream); 671return Response.FromValue(value, message.Response); 674throw _clientDiagnostics.CreateRequestFailedException(message.Response); 716switch (message.Response.Status) 721using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 723return Response.FromValue(value, message.Response); 726throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 748switch (message.Response.Status) 753using var document = JsonDocument.Parse(message.Response.ContentStream); 755return Response.FromValue(value, message.Response); 758throw _clientDiagnostics.CreateRequestFailedException(message.Response); 809switch (message.Response.Status) 813return message.Response; 815throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 842switch (message.Response.Status) 846return message.Response; 848throw _clientDiagnostics.CreateRequestFailedException(message.Response); 899switch (message.Response.Status) 903return message.Response; 905throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 932switch (message.Response.Status) 936return message.Response; 938throw _clientDiagnostics.CreateRequestFailedException(message.Response); 980switch (message.Response.Status) 985using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 987return Response.FromValue(value, message.Response); 990throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 1012switch (message.Response.Status) 1017using var document = JsonDocument.Parse(message.Response.ContentStream); 1019return Response.FromValue(value, message.Response); 1022throw _clientDiagnostics.CreateRequestFailedException(message.Response); 1064switch (message.Response.Status) 1069using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 1071return Response.FromValue(value, message.Response); 1074throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 1096switch (message.Response.Status) 1101using var document = JsonDocument.Parse(message.Response.ContentStream); 1103return Response.FromValue(value, message.Response); 1106throw _clientDiagnostics.CreateRequestFailedException(message.Response); 1156switch (message.Response.Status) 1160return message.Response; 1162throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 1189switch (message.Response.Status) 1193return message.Response; 1195throw _clientDiagnostics.CreateRequestFailedException(message.Response); 1226switch (message.Response.Status) 1231return Response.FromValue(value, message.Response); 1236return Response.FromValue(value, message.Response); 1239throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 1256switch (message.Response.Status) 1261return Response.FromValue(value, message.Response); 1266return Response.FromValue(value, message.Response); 1269throw _clientDiagnostics.CreateRequestFailedException(message.Response); 1317switch (message.Response.Status) 1322using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 1324return Response.FromValue(value, message.Response); 1327throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 1354switch (message.Response.Status) 1359using var document = JsonDocument.Parse(message.Response.ContentStream); 1361return Response.FromValue(value, message.Response); 1364throw _clientDiagnostics.CreateRequestFailedException(message.Response); 1411switch (message.Response.Status) 1416using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 1418return Response.FromValue(value, message.Response); 1421throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 1444switch (message.Response.Status) 1449using var document = JsonDocument.Parse(message.Response.ContentStream); 1451return Response.FromValue(value, message.Response); 1454throw _clientDiagnostics.CreateRequestFailedException(message.Response); 1496switch (message.Response.Status) 1501using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 1503return Response.FromValue(value, message.Response); 1506throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 1528switch (message.Response.Status) 1533using var document = JsonDocument.Parse(message.Response.ContentStream); 1535return Response.FromValue(value, message.Response); 1538throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Generated\DatabaseRestOperations.cs (24)
97switch (message.Response.Status) 102using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 104return Response.FromValue(value, message.Response); 107throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 139switch (message.Response.Status) 144using var document = JsonDocument.Parse(message.Response.ContentStream); 146return Response.FromValue(value, message.Response); 149throw _clientDiagnostics.CreateRequestFailedException(message.Response); 203switch (message.Response.Status) 208using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 210return Response.FromValue(value, message.Response); 213throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 241switch (message.Response.Status) 246using var document = JsonDocument.Parse(message.Response.ContentStream); 248return Response.FromValue(value, message.Response); 251throw _clientDiagnostics.CreateRequestFailedException(message.Response); 300switch (message.Response.Status) 305using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 307return Response.FromValue(value, message.Response); 310throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 337switch (message.Response.Status) 342using var document = JsonDocument.Parse(message.Response.ContentStream); 344return Response.FromValue(value, message.Response); 347throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Generated\GremlinResourcesRestOperations.cs (108)
84switch (message.Response.Status) 89using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 91return Response.FromValue(value, message.Response); 94throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 116switch (message.Response.Status) 121using var document = JsonDocument.Parse(message.Response.ContentStream); 123return Response.FromValue(value, message.Response); 126throw _clientDiagnostics.CreateRequestFailedException(message.Response); 174switch (message.Response.Status) 179using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 181return Response.FromValue(value, message.Response); 184throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 211switch (message.Response.Status) 216using var document = JsonDocument.Parse(message.Response.ContentStream); 218return Response.FromValue(value, message.Response); 221throw _clientDiagnostics.CreateRequestFailedException(message.Response); 278switch (message.Response.Status) 282return message.Response; 284throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 316switch (message.Response.Status) 320return message.Response; 322throw _clientDiagnostics.CreateRequestFailedException(message.Response); 369switch (message.Response.Status) 373return message.Response; 375throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 402switch (message.Response.Status) 406return message.Response; 408throw _clientDiagnostics.CreateRequestFailedException(message.Response); 457switch (message.Response.Status) 462using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 464return Response.FromValue(value, message.Response); 467throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 494switch (message.Response.Status) 499using var document = JsonDocument.Parse(message.Response.ContentStream); 501return Response.FromValue(value, message.Response); 504throw _clientDiagnostics.CreateRequestFailedException(message.Response); 562switch (message.Response.Status) 566return message.Response; 568throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 600switch (message.Response.Status) 604return message.Response; 606throw _clientDiagnostics.CreateRequestFailedException(message.Response); 655switch (message.Response.Status) 659return message.Response; 661throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 688switch (message.Response.Status) 692return message.Response; 694throw _clientDiagnostics.CreateRequestFailedException(message.Response); 743switch (message.Response.Status) 747return message.Response; 749throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 776switch (message.Response.Status) 780return message.Response; 782throw _clientDiagnostics.CreateRequestFailedException(message.Response); 831switch (message.Response.Status) 836using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 838return Response.FromValue(value, message.Response); 841throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 868switch (message.Response.Status) 873using var document = JsonDocument.Parse(message.Response.ContentStream); 875return Response.FromValue(value, message.Response); 878throw _clientDiagnostics.CreateRequestFailedException(message.Response); 933switch (message.Response.Status) 938using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 940return Response.FromValue(value, message.Response); 943throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 975switch (message.Response.Status) 980using var document = JsonDocument.Parse(message.Response.ContentStream); 982return Response.FromValue(value, message.Response); 985throw _clientDiagnostics.CreateRequestFailedException(message.Response); 1049switch (message.Response.Status) 1053return message.Response; 1055throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 1092switch (message.Response.Status) 1096return message.Response; 1098throw _clientDiagnostics.CreateRequestFailedException(message.Response); 1152switch (message.Response.Status) 1156return message.Response; 1158throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 1190switch (message.Response.Status) 1194return message.Response; 1196throw _clientDiagnostics.CreateRequestFailedException(message.Response); 1252switch (message.Response.Status) 1257using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 1259return Response.FromValue(value, message.Response); 1262throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 1294switch (message.Response.Status) 1299using var document = JsonDocument.Parse(message.Response.ContentStream); 1301return Response.FromValue(value, message.Response); 1304throw _clientDiagnostics.CreateRequestFailedException(message.Response); 1369switch (message.Response.Status) 1373return message.Response; 1375throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 1412switch (message.Response.Status) 1416return message.Response; 1418throw _clientDiagnostics.CreateRequestFailedException(message.Response); 1474switch (message.Response.Status) 1478return message.Response; 1480throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 1512switch (message.Response.Status) 1516return message.Response; 1518throw _clientDiagnostics.CreateRequestFailedException(message.Response); 1574switch (message.Response.Status) 1578return message.Response; 1580throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 1612switch (message.Response.Status) 1616return message.Response; 1618throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Generated\MongoDBResourcesRestOperations.cs (108)
84switch (message.Response.Status) 89using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 91return Response.FromValue(value, message.Response); 94throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 116switch (message.Response.Status) 121using var document = JsonDocument.Parse(message.Response.ContentStream); 123return Response.FromValue(value, message.Response); 126throw _clientDiagnostics.CreateRequestFailedException(message.Response); 174switch (message.Response.Status) 179using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 181return Response.FromValue(value, message.Response); 184throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 211switch (message.Response.Status) 216using var document = JsonDocument.Parse(message.Response.ContentStream); 218return Response.FromValue(value, message.Response); 221throw _clientDiagnostics.CreateRequestFailedException(message.Response); 278switch (message.Response.Status) 282return message.Response; 284throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 316switch (message.Response.Status) 320return message.Response; 322throw _clientDiagnostics.CreateRequestFailedException(message.Response); 369switch (message.Response.Status) 373return message.Response; 375throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 402switch (message.Response.Status) 406return message.Response; 408throw _clientDiagnostics.CreateRequestFailedException(message.Response); 457switch (message.Response.Status) 462using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 464return Response.FromValue(value, message.Response); 467throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 494switch (message.Response.Status) 499using var document = JsonDocument.Parse(message.Response.ContentStream); 501return Response.FromValue(value, message.Response); 504throw _clientDiagnostics.CreateRequestFailedException(message.Response); 562switch (message.Response.Status) 566return message.Response; 568throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 600switch (message.Response.Status) 604return message.Response; 606throw _clientDiagnostics.CreateRequestFailedException(message.Response); 655switch (message.Response.Status) 659return message.Response; 661throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 688switch (message.Response.Status) 692return message.Response; 694throw _clientDiagnostics.CreateRequestFailedException(message.Response); 743switch (message.Response.Status) 747return message.Response; 749throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 776switch (message.Response.Status) 780return message.Response; 782throw _clientDiagnostics.CreateRequestFailedException(message.Response); 831switch (message.Response.Status) 836using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 838return Response.FromValue(value, message.Response); 841throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 868switch (message.Response.Status) 873using var document = JsonDocument.Parse(message.Response.ContentStream); 875return Response.FromValue(value, message.Response); 878throw _clientDiagnostics.CreateRequestFailedException(message.Response); 933switch (message.Response.Status) 938using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 940return Response.FromValue(value, message.Response); 943throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 975switch (message.Response.Status) 980using var document = JsonDocument.Parse(message.Response.ContentStream); 982return Response.FromValue(value, message.Response); 985throw _clientDiagnostics.CreateRequestFailedException(message.Response); 1049switch (message.Response.Status) 1053return message.Response; 1055throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 1092switch (message.Response.Status) 1096return message.Response; 1098throw _clientDiagnostics.CreateRequestFailedException(message.Response); 1152switch (message.Response.Status) 1156return message.Response; 1158throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 1190switch (message.Response.Status) 1194return message.Response; 1196throw _clientDiagnostics.CreateRequestFailedException(message.Response); 1252switch (message.Response.Status) 1257using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 1259return Response.FromValue(value, message.Response); 1262throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 1294switch (message.Response.Status) 1299using var document = JsonDocument.Parse(message.Response.ContentStream); 1301return Response.FromValue(value, message.Response); 1304throw _clientDiagnostics.CreateRequestFailedException(message.Response); 1369switch (message.Response.Status) 1373return message.Response; 1375throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 1412switch (message.Response.Status) 1416return message.Response; 1418throw _clientDiagnostics.CreateRequestFailedException(message.Response); 1474switch (message.Response.Status) 1478return message.Response; 1480throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 1512switch (message.Response.Status) 1516return message.Response; 1518throw _clientDiagnostics.CreateRequestFailedException(message.Response); 1574switch (message.Response.Status) 1578return message.Response; 1580throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 1612switch (message.Response.Status) 1616return message.Response; 1618throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Generated\NotebookWorkspacesRestOperations.cs (48)
84switch (message.Response.Status) 89using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 91return Response.FromValue(value, message.Response); 94throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 116switch (message.Response.Status) 121using var document = JsonDocument.Parse(message.Response.ContentStream); 123return Response.FromValue(value, message.Response); 126throw _clientDiagnostics.CreateRequestFailedException(message.Response); 170switch (message.Response.Status) 175using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 177return Response.FromValue(value, message.Response); 180throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 203switch (message.Response.Status) 208using var document = JsonDocument.Parse(message.Response.ContentStream); 210return Response.FromValue(value, message.Response); 213throw _clientDiagnostics.CreateRequestFailedException(message.Response); 266switch (message.Response.Status) 269return message.Response; 271throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 299switch (message.Response.Status) 302return message.Response; 304throw _clientDiagnostics.CreateRequestFailedException(message.Response); 348switch (message.Response.Status) 352return message.Response; 354throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 377switch (message.Response.Status) 381return message.Response; 383throw _clientDiagnostics.CreateRequestFailedException(message.Response); 428switch (message.Response.Status) 433using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 435return Response.FromValue(value, message.Response); 438throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 461switch (message.Response.Status) 466using var document = JsonDocument.Parse(message.Response.ContentStream); 468return Response.FromValue(value, message.Response); 471throw _clientDiagnostics.CreateRequestFailedException(message.Response); 516switch (message.Response.Status) 520return message.Response; 522throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 545switch (message.Response.Status) 549return message.Response; 551throw _clientDiagnostics.CreateRequestFailedException(message.Response); 596switch (message.Response.Status) 600return message.Response; 602throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 625switch (message.Response.Status) 629return message.Response; 631throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Generated\PartitionKeyRangeIdRegionRestOperations.cs (8)
118switch (message.Response.Status) 123using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 125return Response.FromValue(value, message.Response); 128throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 175switch (message.Response.Status) 180using var document = JsonDocument.Parse(message.Response.ContentStream); 182return Response.FromValue(value, message.Response); 185throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Generated\PartitionKeyRangeIdRestOperations.cs (8)
111switch (message.Response.Status) 116using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 118return Response.FromValue(value, message.Response); 121throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 163switch (message.Response.Status) 168using var document = JsonDocument.Parse(message.Response.ContentStream); 170return Response.FromValue(value, message.Response); 173throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Generated\PercentileRestOperations.cs (8)
90switch (message.Response.Status) 95using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 97return Response.FromValue(value, message.Response); 100throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 127switch (message.Response.Status) 132using var document = JsonDocument.Parse(message.Response.ContentStream); 134return Response.FromValue(value, message.Response); 137throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Generated\PercentileSourceTargetRestOperations.cs (8)
104switch (message.Response.Status) 109using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 111return Response.FromValue(value, message.Response); 114throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 151switch (message.Response.Status) 156using var document = JsonDocument.Parse(message.Response.ContentStream); 158return Response.FromValue(value, message.Response); 161throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Generated\PercentileTargetRestOperations.cs (8)
97switch (message.Response.Status) 102using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 104return Response.FromValue(value, message.Response); 107throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 139switch (message.Response.Status) 144using var document = JsonDocument.Parse(message.Response.ContentStream); 146return Response.FromValue(value, message.Response); 149throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Generated\PrivateEndpointConnectionsRestOperations.cs (28)
84switch (message.Response.Status) 89using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 91return Response.FromValue(value, message.Response); 94throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 116switch (message.Response.Status) 121using var document = JsonDocument.Parse(message.Response.ContentStream); 123return Response.FromValue(value, message.Response); 126throw _clientDiagnostics.CreateRequestFailedException(message.Response); 174switch (message.Response.Status) 179using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 181return Response.FromValue(value, message.Response); 184throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 211switch (message.Response.Status) 216using var document = JsonDocument.Parse(message.Response.ContentStream); 218return Response.FromValue(value, message.Response); 221throw _clientDiagnostics.CreateRequestFailedException(message.Response); 278switch (message.Response.Status) 282return message.Response; 284throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 316switch (message.Response.Status) 320return message.Response; 322throw _clientDiagnostics.CreateRequestFailedException(message.Response); 370switch (message.Response.Status) 374return message.Response; 376throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 403switch (message.Response.Status) 407return message.Response; 409throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Generated\PrivateLinkResourcesRestOperations.cs (16)
84switch (message.Response.Status) 89using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 91return Response.FromValue(value, message.Response); 94throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 116switch (message.Response.Status) 121using var document = JsonDocument.Parse(message.Response.ContentStream); 123return Response.FromValue(value, message.Response); 126throw _clientDiagnostics.CreateRequestFailedException(message.Response); 174switch (message.Response.Status) 179using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 181return Response.FromValue(value, message.Response); 184throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 211switch (message.Response.Status) 216using var document = JsonDocument.Parse(message.Response.ContentStream); 218return Response.FromValue(value, message.Response); 221throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Generated\RestOperations.cs (16)
58switch (message.Response.Status) 63using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 65return Response.FromValue(value, message.Response); 68throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 78switch (message.Response.Status) 83using var document = JsonDocument.Parse(message.Response.ContentStream); 85return Response.FromValue(value, message.Response); 88throw _clientDiagnostics.CreateRequestFailedException(message.Response); 118switch (message.Response.Status) 123using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 125return Response.FromValue(value, message.Response); 128throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 145switch (message.Response.Status) 150using var document = JsonDocument.Parse(message.Response.ContentStream); 152return Response.FromValue(value, message.Response); 155throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Generated\SqlResourcesRestOperations.cs (192)
84switch (message.Response.Status) 89using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 91return Response.FromValue(value, message.Response); 94throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 116switch (message.Response.Status) 121using var document = JsonDocument.Parse(message.Response.ContentStream); 123return Response.FromValue(value, message.Response); 126throw _clientDiagnostics.CreateRequestFailedException(message.Response); 174switch (message.Response.Status) 179using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 181return Response.FromValue(value, message.Response); 184throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 211switch (message.Response.Status) 216using var document = JsonDocument.Parse(message.Response.ContentStream); 218return Response.FromValue(value, message.Response); 221throw _clientDiagnostics.CreateRequestFailedException(message.Response); 278switch (message.Response.Status) 282return message.Response; 284throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 316switch (message.Response.Status) 320return message.Response; 322throw _clientDiagnostics.CreateRequestFailedException(message.Response); 369switch (message.Response.Status) 373return message.Response; 375throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 402switch (message.Response.Status) 406return message.Response; 408throw _clientDiagnostics.CreateRequestFailedException(message.Response); 457switch (message.Response.Status) 462using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 464return Response.FromValue(value, message.Response); 467throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 494switch (message.Response.Status) 499using var document = JsonDocument.Parse(message.Response.ContentStream); 501return Response.FromValue(value, message.Response); 504throw _clientDiagnostics.CreateRequestFailedException(message.Response); 562switch (message.Response.Status) 566return message.Response; 568throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 600switch (message.Response.Status) 604return message.Response; 606throw _clientDiagnostics.CreateRequestFailedException(message.Response); 655switch (message.Response.Status) 659return message.Response; 661throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 688switch (message.Response.Status) 692return message.Response; 694throw _clientDiagnostics.CreateRequestFailedException(message.Response); 743switch (message.Response.Status) 747return message.Response; 749throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 776switch (message.Response.Status) 780return message.Response; 782throw _clientDiagnostics.CreateRequestFailedException(message.Response); 831switch (message.Response.Status) 836using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 838return Response.FromValue(value, message.Response); 841throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 868switch (message.Response.Status) 873using var document = JsonDocument.Parse(message.Response.ContentStream); 875return Response.FromValue(value, message.Response); 878throw _clientDiagnostics.CreateRequestFailedException(message.Response); 933switch (message.Response.Status) 938using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 940return Response.FromValue(value, message.Response); 943throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 975switch (message.Response.Status) 980using var document = JsonDocument.Parse(message.Response.ContentStream); 982return Response.FromValue(value, message.Response); 985throw _clientDiagnostics.CreateRequestFailedException(message.Response); 1049switch (message.Response.Status) 1053return message.Response; 1055throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 1092switch (message.Response.Status) 1096return message.Response; 1098throw _clientDiagnostics.CreateRequestFailedException(message.Response); 1152switch (message.Response.Status) 1156return message.Response; 1158throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 1190switch (message.Response.Status) 1194return message.Response; 1196throw _clientDiagnostics.CreateRequestFailedException(message.Response); 1252switch (message.Response.Status) 1257using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 1259return Response.FromValue(value, message.Response); 1262throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 1294switch (message.Response.Status) 1299using var document = JsonDocument.Parse(message.Response.ContentStream); 1301return Response.FromValue(value, message.Response); 1304throw _clientDiagnostics.CreateRequestFailedException(message.Response); 1369switch (message.Response.Status) 1373return message.Response; 1375throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 1412switch (message.Response.Status) 1416return message.Response; 1418throw _clientDiagnostics.CreateRequestFailedException(message.Response); 1474switch (message.Response.Status) 1478return message.Response; 1480throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 1512switch (message.Response.Status) 1516return message.Response; 1518throw _clientDiagnostics.CreateRequestFailedException(message.Response); 1574switch (message.Response.Status) 1578return message.Response; 1580throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 1612switch (message.Response.Status) 1616return message.Response; 1618throw _clientDiagnostics.CreateRequestFailedException(message.Response); 1674switch (message.Response.Status) 1679using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 1681return Response.FromValue(value, message.Response); 1684throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 1716switch (message.Response.Status) 1721using var document = JsonDocument.Parse(message.Response.ContentStream); 1723return Response.FromValue(value, message.Response); 1726throw _clientDiagnostics.CreateRequestFailedException(message.Response); 1788switch (message.Response.Status) 1793using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 1795return Response.FromValue(value, message.Response); 1798throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 1835switch (message.Response.Status) 1840using var document = JsonDocument.Parse(message.Response.ContentStream); 1842return Response.FromValue(value, message.Response); 1845throw _clientDiagnostics.CreateRequestFailedException(message.Response); 1916switch (message.Response.Status) 1920return message.Response; 1922throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 1964switch (message.Response.Status) 1968return message.Response; 1970throw _clientDiagnostics.CreateRequestFailedException(message.Response); 2031switch (message.Response.Status) 2035return message.Response; 2037throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 2074switch (message.Response.Status) 2078return message.Response; 2080throw _clientDiagnostics.CreateRequestFailedException(message.Response); 2136switch (message.Response.Status) 2141using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 2143return Response.FromValue(value, message.Response); 2146throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 2178switch (message.Response.Status) 2183using var document = JsonDocument.Parse(message.Response.ContentStream); 2185return Response.FromValue(value, message.Response); 2188throw _clientDiagnostics.CreateRequestFailedException(message.Response); 2250switch (message.Response.Status) 2255using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 2257return Response.FromValue(value, message.Response); 2260throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 2297switch (message.Response.Status) 2302using var document = JsonDocument.Parse(message.Response.ContentStream); 2304return Response.FromValue(value, message.Response); 2307throw _clientDiagnostics.CreateRequestFailedException(message.Response); 2378switch (message.Response.Status) 2382return message.Response; 2384throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 2426switch (message.Response.Status) 2430return message.Response; 2432throw _clientDiagnostics.CreateRequestFailedException(message.Response); 2493switch (message.Response.Status) 2497return message.Response; 2499throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 2536switch (message.Response.Status) 2540return message.Response; 2542throw _clientDiagnostics.CreateRequestFailedException(message.Response); 2598switch (message.Response.Status) 2603using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 2605return Response.FromValue(value, message.Response); 2608throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 2640switch (message.Response.Status) 2645using var document = JsonDocument.Parse(message.Response.ContentStream); 2647return Response.FromValue(value, message.Response); 2650throw _clientDiagnostics.CreateRequestFailedException(message.Response); 2712switch (message.Response.Status) 2717using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 2719return Response.FromValue(value, message.Response); 2722throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 2759switch (message.Response.Status) 2764using var document = JsonDocument.Parse(message.Response.ContentStream); 2766return Response.FromValue(value, message.Response); 2769throw _clientDiagnostics.CreateRequestFailedException(message.Response); 2840switch (message.Response.Status) 2844return message.Response; 2846throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 2888switch (message.Response.Status) 2892return message.Response; 2894throw _clientDiagnostics.CreateRequestFailedException(message.Response); 2955switch (message.Response.Status) 2959return message.Response; 2961throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 2998switch (message.Response.Status) 3002return message.Response; 3004throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Generated\TableResourcesRestOperations.cs (54)
84switch (message.Response.Status) 89using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 91return Response.FromValue(value, message.Response); 94throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 116switch (message.Response.Status) 121using var document = JsonDocument.Parse(message.Response.ContentStream); 123return Response.FromValue(value, message.Response); 126throw _clientDiagnostics.CreateRequestFailedException(message.Response); 174switch (message.Response.Status) 179using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 181return Response.FromValue(value, message.Response); 184throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 211switch (message.Response.Status) 216using var document = JsonDocument.Parse(message.Response.ContentStream); 218return Response.FromValue(value, message.Response); 221throw _clientDiagnostics.CreateRequestFailedException(message.Response); 278switch (message.Response.Status) 282return message.Response; 284throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 316switch (message.Response.Status) 320return message.Response; 322throw _clientDiagnostics.CreateRequestFailedException(message.Response); 369switch (message.Response.Status) 373return message.Response; 375throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 402switch (message.Response.Status) 406return message.Response; 408throw _clientDiagnostics.CreateRequestFailedException(message.Response); 457switch (message.Response.Status) 462using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 464return Response.FromValue(value, message.Response); 467throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 494switch (message.Response.Status) 499using var document = JsonDocument.Parse(message.Response.ContentStream); 501return Response.FromValue(value, message.Response); 504throw _clientDiagnostics.CreateRequestFailedException(message.Response); 562switch (message.Response.Status) 566return message.Response; 568throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 600switch (message.Response.Status) 604return message.Response; 606throw _clientDiagnostics.CreateRequestFailedException(message.Response); 655switch (message.Response.Status) 659return message.Response; 661throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 688switch (message.Response.Status) 692return message.Response; 694throw _clientDiagnostics.CreateRequestFailedException(message.Response); 743switch (message.Response.Status) 747return message.Response; 749throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 776switch (message.Response.Status) 780return message.Response; 782throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Shared\AutoRest\ArmOperationHelpers.cs (2)
202return message.Response; 224return message.Response;
Azure.ResourceManager.Dns (150)
Generated\DnsResourceReferenceRestOperations.cs (8)
86switch (message.Response.Status) 91using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 93return Response.FromValue(value, message.Response); 96throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 113switch (message.Response.Status) 118using var document = JsonDocument.Parse(message.Response.ContentStream); 120return Response.FromValue(value, message.Response); 123throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Generated\RecordSetsRestOperations.cs (78)
114switch (message.Response.Status) 119using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 121return Response.FromValue(value, message.Response); 124throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 158switch (message.Response.Status) 163using var document = JsonDocument.Parse(message.Response.ContentStream); 165return Response.FromValue(value, message.Response); 168throw _clientDiagnostics.CreateRequestFailedException(message.Response); 238switch (message.Response.Status) 244using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 246return Response.FromValue(value, message.Response); 249throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 284switch (message.Response.Status) 290using var document = JsonDocument.Parse(message.Response.ContentStream); 292return Response.FromValue(value, message.Response); 295throw _clientDiagnostics.CreateRequestFailedException(message.Response); 351switch (message.Response.Status) 355return message.Response; 357throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 386switch (message.Response.Status) 390return message.Response; 392throw _clientDiagnostics.CreateRequestFailedException(message.Response); 443switch (message.Response.Status) 448using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 450return Response.FromValue(value, message.Response); 453throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 481switch (message.Response.Status) 486using var document = JsonDocument.Parse(message.Response.ContentStream); 488return Response.FromValue(value, message.Response); 491throw _clientDiagnostics.CreateRequestFailedException(message.Response); 545switch (message.Response.Status) 550using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 552return Response.FromValue(value, message.Response); 555throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 580switch (message.Response.Status) 585using var document = JsonDocument.Parse(message.Response.ContentStream); 587return Response.FromValue(value, message.Response); 590throw _clientDiagnostics.CreateRequestFailedException(message.Response); 642switch (message.Response.Status) 647using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 649return Response.FromValue(value, message.Response); 652throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 676switch (message.Response.Status) 681using var document = JsonDocument.Parse(message.Response.ContentStream); 683return Response.FromValue(value, message.Response); 686throw _clientDiagnostics.CreateRequestFailedException(message.Response); 738switch (message.Response.Status) 743using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 745return Response.FromValue(value, message.Response); 748throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 772switch (message.Response.Status) 777using var document = JsonDocument.Parse(message.Response.ContentStream); 779return Response.FromValue(value, message.Response); 782throw _clientDiagnostics.CreateRequestFailedException(message.Response); 825switch (message.Response.Status) 830using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 832return Response.FromValue(value, message.Response); 835throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 865switch (message.Response.Status) 870using var document = JsonDocument.Parse(message.Response.ContentStream); 872return Response.FromValue(value, message.Response); 875throw _clientDiagnostics.CreateRequestFailedException(message.Response); 917switch (message.Response.Status) 922using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 924return Response.FromValue(value, message.Response); 927throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 956switch (message.Response.Status) 961using var document = JsonDocument.Parse(message.Response.ContentStream); 963return Response.FromValue(value, message.Response); 966throw _clientDiagnostics.CreateRequestFailedException(message.Response); 1008switch (message.Response.Status) 1013using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 1015return Response.FromValue(value, message.Response); 1018throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 1047switch (message.Response.Status) 1052using var document = JsonDocument.Parse(message.Response.ContentStream); 1054return Response.FromValue(value, message.Response); 1057throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Generated\ZonesRestOperations.cs (62)
109switch (message.Response.Status) 115using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 117return Response.FromValue(value, message.Response); 120throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 149switch (message.Response.Status) 155using var document = JsonDocument.Parse(message.Response.ContentStream); 157return Response.FromValue(value, message.Response); 160throw _clientDiagnostics.CreateRequestFailedException(message.Response); 206switch (message.Response.Status) 211return message.Response; 213throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 236switch (message.Response.Status) 241return message.Response; 243throw _clientDiagnostics.CreateRequestFailedException(message.Response); 284switch (message.Response.Status) 289using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 291return Response.FromValue(value, message.Response); 294throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 316switch (message.Response.Status) 321using var document = JsonDocument.Parse(message.Response.ContentStream); 323return Response.FromValue(value, message.Response); 326throw _clientDiagnostics.CreateRequestFailedException(message.Response); 381switch (message.Response.Status) 386using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 388return Response.FromValue(value, message.Response); 391throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 419switch (message.Response.Status) 424using var document = JsonDocument.Parse(message.Response.ContentStream); 426return Response.FromValue(value, message.Response); 429throw _clientDiagnostics.CreateRequestFailedException(message.Response); 469switch (message.Response.Status) 474using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 476return Response.FromValue(value, message.Response); 479throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 497switch (message.Response.Status) 502using var document = JsonDocument.Parse(message.Response.ContentStream); 504return Response.FromValue(value, message.Response); 507throw _clientDiagnostics.CreateRequestFailedException(message.Response); 538switch (message.Response.Status) 543using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 545return Response.FromValue(value, message.Response); 548throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 559switch (message.Response.Status) 564using var document = JsonDocument.Parse(message.Response.ContentStream); 566return Response.FromValue(value, message.Response); 569throw _clientDiagnostics.CreateRequestFailedException(message.Response); 605switch (message.Response.Status) 610using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 612return Response.FromValue(value, message.Response); 615throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 638switch (message.Response.Status) 643using var document = JsonDocument.Parse(message.Response.ContentStream); 645return Response.FromValue(value, message.Response); 648throw _clientDiagnostics.CreateRequestFailedException(message.Response); 679switch (message.Response.Status) 684using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 686return Response.FromValue(value, message.Response); 689throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 707switch (message.Response.Status) 712using var document = JsonDocument.Parse(message.Response.ContentStream); 714return Response.FromValue(value, message.Response); 717throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Shared\AutoRest\ArmOperationHelpers.cs (2)
202return message.Response; 224return message.Response;
Azure.ResourceManager.EventHubs (548)
Generated\ClustersRestOperations.cs (58)
68switch (message.Response.Status) 73using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 75return Response.FromValue(value, message.Response); 78throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 88switch (message.Response.Status) 93using var document = JsonDocument.Parse(message.Response.ContentStream); 95return Response.FromValue(value, message.Response); 98throw _clientDiagnostics.CreateRequestFailedException(message.Response); 133switch (message.Response.Status) 138using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 140return Response.FromValue(value, message.Response); 143throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 160switch (message.Response.Status) 165using var document = JsonDocument.Parse(message.Response.ContentStream); 167return Response.FromValue(value, message.Response); 170throw _clientDiagnostics.CreateRequestFailedException(message.Response); 211switch (message.Response.Status) 216using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 218return Response.FromValue(value, message.Response); 221throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 243switch (message.Response.Status) 248using var document = JsonDocument.Parse(message.Response.ContentStream); 250return Response.FromValue(value, message.Response); 253throw _clientDiagnostics.CreateRequestFailedException(message.Response); 294switch (message.Response.Status) 299return message.Response; 301throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 323switch (message.Response.Status) 328return message.Response; 330throw _clientDiagnostics.CreateRequestFailedException(message.Response); 380switch (message.Response.Status) 385return message.Response; 387throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 414switch (message.Response.Status) 419return message.Response; 421throw _clientDiagnostics.CreateRequestFailedException(message.Response); 462switch (message.Response.Status) 467return message.Response; 469throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 491switch (message.Response.Status) 496return message.Response; 498throw _clientDiagnostics.CreateRequestFailedException(message.Response); 540switch (message.Response.Status) 545using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 547return Response.FromValue(value, message.Response); 550throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 572switch (message.Response.Status) 577using var document = JsonDocument.Parse(message.Response.ContentStream); 579return Response.FromValue(value, message.Response); 582throw _clientDiagnostics.CreateRequestFailedException(message.Response); 617switch (message.Response.Status) 622using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 624return Response.FromValue(value, message.Response); 627throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 649switch (message.Response.Status) 654using var document = JsonDocument.Parse(message.Response.ContentStream); 656return Response.FromValue(value, message.Response); 659throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Generated\ConfigurationRestOperations.cs (18)
93switch (message.Response.Status) 99using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 101return Response.FromValue(value, message.Response); 104return Response.FromValue<ClusterQuotaConfigurationProperties>(null, message.Response); 106throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 133switch (message.Response.Status) 139using var document = JsonDocument.Parse(message.Response.ContentStream); 141return Response.FromValue(value, message.Response); 144return Response.FromValue<ClusterQuotaConfigurationProperties>(null, message.Response); 146throw _clientDiagnostics.CreateRequestFailedException(message.Response); 188switch (message.Response.Status) 193using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 195return Response.FromValue(value, message.Response); 198throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 220switch (message.Response.Status) 225using var document = JsonDocument.Parse(message.Response.ContentStream); 227return Response.FromValue(value, message.Response); 230throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Generated\ConsumerGroupsRestOperations.cs (38)
106switch (message.Response.Status) 111using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 113return Response.FromValue(value, message.Response); 116throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 153switch (message.Response.Status) 158using var document = JsonDocument.Parse(message.Response.ContentStream); 160return Response.FromValue(value, message.Response); 163throw _clientDiagnostics.CreateRequestFailedException(message.Response); 218switch (message.Response.Status) 222return message.Response; 224throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 256switch (message.Response.Status) 260return message.Response; 262throw _clientDiagnostics.CreateRequestFailedException(message.Response); 317switch (message.Response.Status) 322using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 324return Response.FromValue(value, message.Response); 327throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 359switch (message.Response.Status) 364using var document = JsonDocument.Parse(message.Response.ContentStream); 366return Response.FromValue(value, message.Response); 369throw _clientDiagnostics.CreateRequestFailedException(message.Response); 428switch (message.Response.Status) 433using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 435return Response.FromValue(value, message.Response); 438throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 467switch (message.Response.Status) 472using var document = JsonDocument.Parse(message.Response.ContentStream); 474return Response.FromValue(value, message.Response); 477throw _clientDiagnostics.CreateRequestFailedException(message.Response); 524switch (message.Response.Status) 529using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 531return Response.FromValue(value, message.Response); 534throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 568switch (message.Response.Status) 573using var document = JsonDocument.Parse(message.Response.ContentStream); 575return Response.FromValue(value, message.Response); 578throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Generated\DisasterRecoveryConfigsRestOperations.cs (92)
91switch (message.Response.Status) 96using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 98return Response.FromValue(value, message.Response); 101throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 128switch (message.Response.Status) 133using var document = JsonDocument.Parse(message.Response.ContentStream); 135return Response.FromValue(value, message.Response); 138throw _clientDiagnostics.CreateRequestFailedException(message.Response); 193switch (message.Response.Status) 198using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 200return Response.FromValue(value, message.Response); 203throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 235switch (message.Response.Status) 240using var document = JsonDocument.Parse(message.Response.ContentStream); 242return Response.FromValue(value, message.Response); 245throw _clientDiagnostics.CreateRequestFailedException(message.Response); 301switch (message.Response.Status) 306using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 308return Response.FromValue(value, message.Response); 311throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 343switch (message.Response.Status) 348using var document = JsonDocument.Parse(message.Response.ContentStream); 350return Response.FromValue(value, message.Response); 353throw _clientDiagnostics.CreateRequestFailedException(message.Response); 404switch (message.Response.Status) 409using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 411return Response.FromValue(value, message.Response); 414throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 441switch (message.Response.Status) 446using var document = JsonDocument.Parse(message.Response.ContentStream); 448return Response.FromValue(value, message.Response); 451throw _clientDiagnostics.CreateRequestFailedException(message.Response); 493switch (message.Response.Status) 498using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 500return Response.FromValue(value, message.Response); 503throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 525switch (message.Response.Status) 530using var document = JsonDocument.Parse(message.Response.ContentStream); 532return Response.FromValue(value, message.Response); 535throw _clientDiagnostics.CreateRequestFailedException(message.Response); 592switch (message.Response.Status) 597using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 599return Response.FromValue(value, message.Response); 602return Response.FromValue<ArmDisasterRecovery>(null, message.Response); 604throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 636switch (message.Response.Status) 641using var document = JsonDocument.Parse(message.Response.ContentStream); 643return Response.FromValue(value, message.Response); 646return Response.FromValue<ArmDisasterRecovery>(null, message.Response); 648throw _clientDiagnostics.CreateRequestFailedException(message.Response); 696switch (message.Response.Status) 699return message.Response; 701throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 728switch (message.Response.Status) 731return message.Response; 733throw _clientDiagnostics.CreateRequestFailedException(message.Response); 781switch (message.Response.Status) 786using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 788return Response.FromValue(value, message.Response); 791throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 818switch (message.Response.Status) 823using var document = JsonDocument.Parse(message.Response.ContentStream); 825return Response.FromValue(value, message.Response); 828throw _clientDiagnostics.CreateRequestFailedException(message.Response); 877switch (message.Response.Status) 880return message.Response; 882throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 909switch (message.Response.Status) 912return message.Response; 914throw _clientDiagnostics.CreateRequestFailedException(message.Response); 963switch (message.Response.Status) 966return message.Response; 968throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 995switch (message.Response.Status) 998return message.Response; 1000throw _clientDiagnostics.CreateRequestFailedException(message.Response); 1045switch (message.Response.Status) 1050using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 1052return Response.FromValue(value, message.Response); 1055throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 1087switch (message.Response.Status) 1092using var document = JsonDocument.Parse(message.Response.ContentStream); 1094return Response.FromValue(value, message.Response); 1097throw _clientDiagnostics.CreateRequestFailedException(message.Response); 1137switch (message.Response.Status) 1142using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 1144return Response.FromValue(value, message.Response); 1147throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 1174switch (message.Response.Status) 1179using var document = JsonDocument.Parse(message.Response.ContentStream); 1181return Response.FromValue(value, message.Response); 1184throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Generated\EventHubsRestOperations.cs (92)
91switch (message.Response.Status) 96using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 98return Response.FromValue(value, message.Response); 101throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 128switch (message.Response.Status) 133using var document = JsonDocument.Parse(message.Response.ContentStream); 135return Response.FromValue(value, message.Response); 138throw _clientDiagnostics.CreateRequestFailedException(message.Response); 202switch (message.Response.Status) 207using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 209return Response.FromValue(value, message.Response); 212throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 249switch (message.Response.Status) 254using var document = JsonDocument.Parse(message.Response.ContentStream); 256return Response.FromValue(value, message.Response); 259throw _clientDiagnostics.CreateRequestFailedException(message.Response); 314switch (message.Response.Status) 319using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 321return Response.FromValue(value, message.Response); 324throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 356switch (message.Response.Status) 361using var document = JsonDocument.Parse(message.Response.ContentStream); 363return Response.FromValue(value, message.Response); 366throw _clientDiagnostics.CreateRequestFailedException(message.Response); 421switch (message.Response.Status) 425return message.Response; 427throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 459switch (message.Response.Status) 463return message.Response; 465throw _clientDiagnostics.CreateRequestFailedException(message.Response); 521switch (message.Response.Status) 526using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 528return Response.FromValue(value, message.Response); 531throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 563switch (message.Response.Status) 568using var document = JsonDocument.Parse(message.Response.ContentStream); 570return Response.FromValue(value, message.Response); 573throw _clientDiagnostics.CreateRequestFailedException(message.Response); 638switch (message.Response.Status) 643using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 645return Response.FromValue(value, message.Response); 648throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 685switch (message.Response.Status) 690using var document = JsonDocument.Parse(message.Response.ContentStream); 692return Response.FromValue(value, message.Response); 695throw _clientDiagnostics.CreateRequestFailedException(message.Response); 747switch (message.Response.Status) 752using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 754return Response.FromValue(value, message.Response); 757throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 781switch (message.Response.Status) 786using var document = JsonDocument.Parse(message.Response.ContentStream); 788return Response.FromValue(value, message.Response); 791throw _clientDiagnostics.CreateRequestFailedException(message.Response); 848switch (message.Response.Status) 853using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 855return Response.FromValue(value, message.Response); 858throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 890switch (message.Response.Status) 895using var document = JsonDocument.Parse(message.Response.ContentStream); 897return Response.FromValue(value, message.Response); 900throw _clientDiagnostics.CreateRequestFailedException(message.Response); 948switch (message.Response.Status) 952return message.Response; 954throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 981switch (message.Response.Status) 985return message.Response; 987throw _clientDiagnostics.CreateRequestFailedException(message.Response); 1035switch (message.Response.Status) 1040using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 1042return Response.FromValue(value, message.Response); 1045throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 1072switch (message.Response.Status) 1077using var document = JsonDocument.Parse(message.Response.ContentStream); 1079return Response.FromValue(value, message.Response); 1082throw _clientDiagnostics.CreateRequestFailedException(message.Response); 1127switch (message.Response.Status) 1132using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 1134return Response.FromValue(value, message.Response); 1137throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 1169switch (message.Response.Status) 1174using var document = JsonDocument.Parse(message.Response.ContentStream); 1176return Response.FromValue(value, message.Response); 1179throw _clientDiagnostics.CreateRequestFailedException(message.Response); 1221switch (message.Response.Status) 1226using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 1228return Response.FromValue(value, message.Response); 1231throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 1260switch (message.Response.Status) 1265using var document = JsonDocument.Parse(message.Response.ContentStream); 1267return Response.FromValue(value, message.Response); 1270throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Generated\NamespacesRestOperations.cs (216)
84switch (message.Response.Status) 89using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 91return Response.FromValue(value, message.Response); 94throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 116switch (message.Response.Status) 121using var document = JsonDocument.Parse(message.Response.ContentStream); 123return Response.FromValue(value, message.Response); 126throw _clientDiagnostics.CreateRequestFailedException(message.Response); 183switch (message.Response.Status) 188using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 190return Response.FromValue(value, message.Response); 193throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 225switch (message.Response.Status) 230using var document = JsonDocument.Parse(message.Response.ContentStream); 232return Response.FromValue(value, message.Response); 235throw _clientDiagnostics.CreateRequestFailedException(message.Response); 283switch (message.Response.Status) 287return message.Response; 289throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 316switch (message.Response.Status) 320return message.Response; 322throw _clientDiagnostics.CreateRequestFailedException(message.Response); 370switch (message.Response.Status) 375using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 377return Response.FromValue(value, message.Response); 380throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 407switch (message.Response.Status) 412using var document = JsonDocument.Parse(message.Response.ContentStream); 414return Response.FromValue(value, message.Response); 417throw _clientDiagnostics.CreateRequestFailedException(message.Response); 443switch (message.Response.Status) 448using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 450return Response.FromValue(value, message.Response); 453throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 463switch (message.Response.Status) 468using var document = JsonDocument.Parse(message.Response.ContentStream); 470return Response.FromValue(value, message.Response); 473throw _clientDiagnostics.CreateRequestFailedException(message.Response); 508switch (message.Response.Status) 513using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 515return Response.FromValue(value, message.Response); 518throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 535switch (message.Response.Status) 540using var document = JsonDocument.Parse(message.Response.ContentStream); 542return Response.FromValue(value, message.Response); 545throw _clientDiagnostics.CreateRequestFailedException(message.Response); 595switch (message.Response.Status) 600return message.Response; 602throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 629switch (message.Response.Status) 634return message.Response; 636throw _clientDiagnostics.CreateRequestFailedException(message.Response); 677switch (message.Response.Status) 682return message.Response; 684throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 706switch (message.Response.Status) 711return message.Response; 713throw _clientDiagnostics.CreateRequestFailedException(message.Response); 754switch (message.Response.Status) 760using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 762return Response.FromValue(value, message.Response); 765throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 787switch (message.Response.Status) 793using var document = JsonDocument.Parse(message.Response.ContentStream); 795return Response.FromValue(value, message.Response); 798throw _clientDiagnostics.CreateRequestFailedException(message.Response); 848switch (message.Response.Status) 854using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 856return Response.FromValue(value, message.Response); 859return Response.FromValue<EHNamespace>(null, message.Response); 861throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 888switch (message.Response.Status) 894using var document = JsonDocument.Parse(message.Response.ContentStream); 896return Response.FromValue(value, message.Response); 899return Response.FromValue<EHNamespace>(null, message.Response); 901throw _clientDiagnostics.CreateRequestFailedException(message.Response); 943switch (message.Response.Status) 948using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 950return Response.FromValue(value, message.Response); 953throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 975switch (message.Response.Status) 980using var document = JsonDocument.Parse(message.Response.ContentStream); 982return Response.FromValue(value, message.Response); 985throw _clientDiagnostics.CreateRequestFailedException(message.Response); 1042switch (message.Response.Status) 1047using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 1049return Response.FromValue(value, message.Response); 1052throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 1084switch (message.Response.Status) 1089using var document = JsonDocument.Parse(message.Response.ContentStream); 1091return Response.FromValue(value, message.Response); 1094throw _clientDiagnostics.CreateRequestFailedException(message.Response); 1142switch (message.Response.Status) 1146return message.Response; 1148throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 1175switch (message.Response.Status) 1179return message.Response; 1181throw _clientDiagnostics.CreateRequestFailedException(message.Response); 1229switch (message.Response.Status) 1234using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 1236return Response.FromValue(value, message.Response); 1239throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 1266switch (message.Response.Status) 1271using var document = JsonDocument.Parse(message.Response.ContentStream); 1273return Response.FromValue(value, message.Response); 1276throw _clientDiagnostics.CreateRequestFailedException(message.Response); 1327switch (message.Response.Status) 1332using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 1334return Response.FromValue(value, message.Response); 1337throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 1364switch (message.Response.Status) 1369using var document = JsonDocument.Parse(message.Response.ContentStream); 1371return Response.FromValue(value, message.Response); 1374throw _clientDiagnostics.CreateRequestFailedException(message.Response); 1416switch (message.Response.Status) 1421using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 1423return Response.FromValue(value, message.Response); 1426throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 1448switch (message.Response.Status) 1453using var document = JsonDocument.Parse(message.Response.ContentStream); 1455return Response.FromValue(value, message.Response); 1458throw _clientDiagnostics.CreateRequestFailedException(message.Response); 1500switch (message.Response.Status) 1505using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 1507return Response.FromValue(value, message.Response); 1510throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 1532switch (message.Response.Status) 1537using var document = JsonDocument.Parse(message.Response.ContentStream); 1539return Response.FromValue(value, message.Response); 1542throw _clientDiagnostics.CreateRequestFailedException(message.Response); 1599switch (message.Response.Status) 1604using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 1606return Response.FromValue(value, message.Response); 1609throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 1641switch (message.Response.Status) 1646using var document = JsonDocument.Parse(message.Response.ContentStream); 1648return Response.FromValue(value, message.Response); 1651throw _clientDiagnostics.CreateRequestFailedException(message.Response); 1699switch (message.Response.Status) 1703return message.Response; 1705throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 1732switch (message.Response.Status) 1736return message.Response; 1738throw _clientDiagnostics.CreateRequestFailedException(message.Response); 1786switch (message.Response.Status) 1791using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 1793return Response.FromValue(value, message.Response); 1796throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 1823switch (message.Response.Status) 1828using var document = JsonDocument.Parse(message.Response.ContentStream); 1830return Response.FromValue(value, message.Response); 1833throw _clientDiagnostics.CreateRequestFailedException(message.Response); 1882switch (message.Response.Status) 1887using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 1889return Response.FromValue(value, message.Response); 1892throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 1919switch (message.Response.Status) 1924using var document = JsonDocument.Parse(message.Response.ContentStream); 1926return Response.FromValue(value, message.Response); 1929throw _clientDiagnostics.CreateRequestFailedException(message.Response); 1987switch (message.Response.Status) 1992using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 1994return Response.FromValue(value, message.Response); 1997throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 2029switch (message.Response.Status) 2034using var document = JsonDocument.Parse(message.Response.ContentStream); 2036return Response.FromValue(value, message.Response); 2039throw _clientDiagnostics.CreateRequestFailedException(message.Response); 2076switch (message.Response.Status) 2081using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 2083return Response.FromValue(value, message.Response); 2086throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 2103switch (message.Response.Status) 2108using var document = JsonDocument.Parse(message.Response.ContentStream); 2110return Response.FromValue(value, message.Response); 2113throw _clientDiagnostics.CreateRequestFailedException(message.Response); 2153switch (message.Response.Status) 2158using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 2160return Response.FromValue(value, message.Response); 2163throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 2190switch (message.Response.Status) 2195using var document = JsonDocument.Parse(message.Response.ContentStream); 2197return Response.FromValue(value, message.Response); 2200throw _clientDiagnostics.CreateRequestFailedException(message.Response); 2230switch (message.Response.Status) 2235using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 2237return Response.FromValue(value, message.Response); 2240throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 2257switch (message.Response.Status) 2262using var document = JsonDocument.Parse(message.Response.ContentStream); 2264return Response.FromValue(value, message.Response); 2267throw _clientDiagnostics.CreateRequestFailedException(message.Response); 2302switch (message.Response.Status) 2307using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 2309return Response.FromValue(value, message.Response); 2312throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 2334switch (message.Response.Status) 2339using var document = JsonDocument.Parse(message.Response.ContentStream); 2341return Response.FromValue(value, message.Response); 2344throw _clientDiagnostics.CreateRequestFailedException(message.Response); 2384switch (message.Response.Status) 2389using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 2391return Response.FromValue(value, message.Response); 2394throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 2421switch (message.Response.Status) 2426using var document = JsonDocument.Parse(message.Response.ContentStream); 2428return Response.FromValue(value, message.Response); 2431throw _clientDiagnostics.CreateRequestFailedException(message.Response); 2471switch (message.Response.Status) 2476using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 2478return Response.FromValue(value, message.Response); 2481throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 2508switch (message.Response.Status) 2513using var document = JsonDocument.Parse(message.Response.ContentStream); 2515return Response.FromValue(value, message.Response); 2518throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Generated\RegionsRestOperations.cs (16)
77switch (message.Response.Status) 82using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 84return Response.FromValue(value, message.Response); 87throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 104switch (message.Response.Status) 109using var document = JsonDocument.Parse(message.Response.ContentStream); 111return Response.FromValue(value, message.Response); 114throw _clientDiagnostics.CreateRequestFailedException(message.Response); 149switch (message.Response.Status) 154using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 156return Response.FromValue(value, message.Response); 159throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 181switch (message.Response.Status) 186using var document = JsonDocument.Parse(message.Response.ContentStream); 188return Response.FromValue(value, message.Response); 191throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Generated\RestOperations.cs (16)
58switch (message.Response.Status) 63using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 65return Response.FromValue(value, message.Response); 68throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 78switch (message.Response.Status) 83using var document = JsonDocument.Parse(message.Response.ContentStream); 85return Response.FromValue(value, message.Response); 88throw _clientDiagnostics.CreateRequestFailedException(message.Response); 118switch (message.Response.Status) 123using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 125return Response.FromValue(value, message.Response); 128throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 145switch (message.Response.Status) 150using var document = JsonDocument.Parse(message.Response.ContentStream); 152return Response.FromValue(value, message.Response); 155throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Shared\AutoRest\ArmOperationHelpers.cs (2)
202return message.Response; 224return message.Response;
Azure.ResourceManager.Insights (520)
Generated\ActionGroupsRestOperations.cs (52)
92switch (message.Response.Status) 98using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 100return Response.FromValue(value, message.Response); 103throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 130switch (message.Response.Status) 136using var document = JsonDocument.Parse(message.Response.ContentStream); 138return Response.FromValue(value, message.Response); 141throw _clientDiagnostics.CreateRequestFailedException(message.Response); 182switch (message.Response.Status) 187using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 189return Response.FromValue(value, message.Response); 192throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 214switch (message.Response.Status) 219using var document = JsonDocument.Parse(message.Response.ContentStream); 221return Response.FromValue(value, message.Response); 224throw _clientDiagnostics.CreateRequestFailedException(message.Response); 265switch (message.Response.Status) 269return message.Response; 271throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 293switch (message.Response.Status) 297return message.Response; 299throw _clientDiagnostics.CreateRequestFailedException(message.Response); 349switch (message.Response.Status) 354using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 356return Response.FromValue(value, message.Response); 359throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 386switch (message.Response.Status) 391using var document = JsonDocument.Parse(message.Response.ContentStream); 393return Response.FromValue(value, message.Response); 396throw _clientDiagnostics.CreateRequestFailedException(message.Response); 422switch (message.Response.Status) 427using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 429return Response.FromValue(value, message.Response); 432throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 442switch (message.Response.Status) 447using var document = JsonDocument.Parse(message.Response.ContentStream); 449return Response.FromValue(value, message.Response); 452throw _clientDiagnostics.CreateRequestFailedException(message.Response); 487switch (message.Response.Status) 492using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 494return Response.FromValue(value, message.Response); 497throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 514switch (message.Response.Status) 519using var document = JsonDocument.Parse(message.Response.ContentStream); 521return Response.FromValue(value, message.Response); 524throw _clientDiagnostics.CreateRequestFailedException(message.Response); 575switch (message.Response.Status) 579return message.Response; 581throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 608switch (message.Response.Status) 612return message.Response; 614throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Generated\ActivityLogAlertsRestOperations.cs (46)
92switch (message.Response.Status) 98using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 100return Response.FromValue(value, message.Response); 103throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 130switch (message.Response.Status) 136using var document = JsonDocument.Parse(message.Response.ContentStream); 138return Response.FromValue(value, message.Response); 141throw _clientDiagnostics.CreateRequestFailedException(message.Response); 182switch (message.Response.Status) 187using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 189return Response.FromValue(value, message.Response); 192throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 214switch (message.Response.Status) 219using var document = JsonDocument.Parse(message.Response.ContentStream); 221return Response.FromValue(value, message.Response); 224throw _clientDiagnostics.CreateRequestFailedException(message.Response); 265switch (message.Response.Status) 269return message.Response; 271throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 293switch (message.Response.Status) 297return message.Response; 299throw _clientDiagnostics.CreateRequestFailedException(message.Response); 349switch (message.Response.Status) 354using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 356return Response.FromValue(value, message.Response); 359throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 386switch (message.Response.Status) 391using var document = JsonDocument.Parse(message.Response.ContentStream); 393return Response.FromValue(value, message.Response); 396throw _clientDiagnostics.CreateRequestFailedException(message.Response); 422switch (message.Response.Status) 427using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 429return Response.FromValue(value, message.Response); 432throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 442switch (message.Response.Status) 447using var document = JsonDocument.Parse(message.Response.ContentStream); 449return Response.FromValue(value, message.Response); 452throw _clientDiagnostics.CreateRequestFailedException(message.Response); 487switch (message.Response.Status) 492using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 494return Response.FromValue(value, message.Response); 497throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 514switch (message.Response.Status) 519using var document = JsonDocument.Parse(message.Response.ContentStream); 521return Response.FromValue(value, message.Response); 524throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Generated\ActivityLogsRestOperations.cs (16)
81switch (message.Response.Status) 86using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 88return Response.FromValue(value, message.Response); 91throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 109switch (message.Response.Status) 114using var document = JsonDocument.Parse(message.Response.ContentStream); 116return Response.FromValue(value, message.Response); 119throw _clientDiagnostics.CreateRequestFailedException(message.Response); 155switch (message.Response.Status) 160using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 162return Response.FromValue(value, message.Response); 165throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 188switch (message.Response.Status) 193using var document = JsonDocument.Parse(message.Response.ContentStream); 195return Response.FromValue(value, message.Response); 198throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Generated\AlertRuleIncidentsRestOperations.cs (16)
90switch (message.Response.Status) 95using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 97return Response.FromValue(value, message.Response); 100throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 127switch (message.Response.Status) 132using var document = JsonDocument.Parse(message.Response.ContentStream); 134return Response.FromValue(value, message.Response); 137throw _clientDiagnostics.CreateRequestFailedException(message.Response); 179switch (message.Response.Status) 184using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 186return Response.FromValue(value, message.Response); 189throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 211switch (message.Response.Status) 216using var document = JsonDocument.Parse(message.Response.ContentStream); 218return Response.FromValue(value, message.Response); 221throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Generated\AlertRulesRestOperations.cs (46)
92switch (message.Response.Status) 98using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 100return Response.FromValue(value, message.Response); 103throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 130switch (message.Response.Status) 136using var document = JsonDocument.Parse(message.Response.ContentStream); 138return Response.FromValue(value, message.Response); 141throw _clientDiagnostics.CreateRequestFailedException(message.Response); 181switch (message.Response.Status) 185return message.Response; 187throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 209switch (message.Response.Status) 213return message.Response; 215throw _clientDiagnostics.CreateRequestFailedException(message.Response); 256switch (message.Response.Status) 261using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 263return Response.FromValue(value, message.Response); 266throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 288switch (message.Response.Status) 293using var document = JsonDocument.Parse(message.Response.ContentStream); 295return Response.FromValue(value, message.Response); 298throw _clientDiagnostics.CreateRequestFailedException(message.Response); 348switch (message.Response.Status) 354using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 356return Response.FromValue(value, message.Response); 359throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 386switch (message.Response.Status) 392using var document = JsonDocument.Parse(message.Response.ContentStream); 394return Response.FromValue(value, message.Response); 397throw _clientDiagnostics.CreateRequestFailedException(message.Response); 432switch (message.Response.Status) 437using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 439return Response.FromValue(value, message.Response); 442throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 459switch (message.Response.Status) 464using var document = JsonDocument.Parse(message.Response.ContentStream); 466return Response.FromValue(value, message.Response); 469throw _clientDiagnostics.CreateRequestFailedException(message.Response); 495switch (message.Response.Status) 500using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 502return Response.FromValue(value, message.Response); 505throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 515switch (message.Response.Status) 520using var document = JsonDocument.Parse(message.Response.ContentStream); 522return Response.FromValue(value, message.Response); 525throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Generated\AutoscaleSettingsRestOperations.cs (62)
77switch (message.Response.Status) 82using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 84return Response.FromValue(value, message.Response); 87throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 104switch (message.Response.Status) 109using var document = JsonDocument.Parse(message.Response.ContentStream); 111return Response.FromValue(value, message.Response); 114throw _clientDiagnostics.CreateRequestFailedException(message.Response); 164switch (message.Response.Status) 170using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 172return Response.FromValue(value, message.Response); 175throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 202switch (message.Response.Status) 208using var document = JsonDocument.Parse(message.Response.ContentStream); 210return Response.FromValue(value, message.Response); 213throw _clientDiagnostics.CreateRequestFailedException(message.Response); 254switch (message.Response.Status) 258return message.Response; 260throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 282switch (message.Response.Status) 286return message.Response; 288throw _clientDiagnostics.CreateRequestFailedException(message.Response); 329switch (message.Response.Status) 334using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 336return Response.FromValue(value, message.Response); 339throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 361switch (message.Response.Status) 366using var document = JsonDocument.Parse(message.Response.ContentStream); 368return Response.FromValue(value, message.Response); 371throw _clientDiagnostics.CreateRequestFailedException(message.Response); 421switch (message.Response.Status) 426using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 428return Response.FromValue(value, message.Response); 431throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 458switch (message.Response.Status) 463using var document = JsonDocument.Parse(message.Response.ContentStream); 465return Response.FromValue(value, message.Response); 468throw _clientDiagnostics.CreateRequestFailedException(message.Response); 494switch (message.Response.Status) 499using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 501return Response.FromValue(value, message.Response); 504throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 514switch (message.Response.Status) 519using var document = JsonDocument.Parse(message.Response.ContentStream); 521return Response.FromValue(value, message.Response); 524throw _clientDiagnostics.CreateRequestFailedException(message.Response); 559switch (message.Response.Status) 564using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 566return Response.FromValue(value, message.Response); 569throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 591switch (message.Response.Status) 596using var document = JsonDocument.Parse(message.Response.ContentStream); 598return Response.FromValue(value, message.Response); 601throw _clientDiagnostics.CreateRequestFailedException(message.Response); 631switch (message.Response.Status) 636using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 638return Response.FromValue(value, message.Response); 641throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 658switch (message.Response.Status) 663using var document = JsonDocument.Parse(message.Response.ContentStream); 665return Response.FromValue(value, message.Response); 668throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Generated\BaselinesRestOperations.cs (8)
107switch (message.Response.Status) 112using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 114return Response.FromValue(value, message.Response); 117throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 142switch (message.Response.Status) 147using var document = JsonDocument.Parse(message.Response.ContentStream); 149return Response.FromValue(value, message.Response); 152throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Generated\DiagnosticSettingsCategoryRestOperations.cs (16)
73switch (message.Response.Status) 78using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 80return Response.FromValue(value, message.Response); 83throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 105switch (message.Response.Status) 110using var document = JsonDocument.Parse(message.Response.ContentStream); 112return Response.FromValue(value, message.Response); 115throw _clientDiagnostics.CreateRequestFailedException(message.Response); 148switch (message.Response.Status) 153using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 155return Response.FromValue(value, message.Response); 158throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 175switch (message.Response.Status) 180using var document = JsonDocument.Parse(message.Response.ContentStream); 182return Response.FromValue(value, message.Response); 185throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Generated\DiagnosticSettingsRestOperations.cs (30)
73switch (message.Response.Status) 78using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 80return Response.FromValue(value, message.Response); 83throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 105switch (message.Response.Status) 110using var document = JsonDocument.Parse(message.Response.ContentStream); 112return Response.FromValue(value, message.Response); 115throw _clientDiagnostics.CreateRequestFailedException(message.Response); 163switch (message.Response.Status) 168using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 170return Response.FromValue(value, message.Response); 173throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 200switch (message.Response.Status) 205using var document = JsonDocument.Parse(message.Response.ContentStream); 207return Response.FromValue(value, message.Response); 210throw _clientDiagnostics.CreateRequestFailedException(message.Response); 249switch (message.Response.Status) 253return message.Response; 255throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 277switch (message.Response.Status) 281return message.Response; 283throw _clientDiagnostics.CreateRequestFailedException(message.Response); 316switch (message.Response.Status) 321using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 323return Response.FromValue(value, message.Response); 326throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 343switch (message.Response.Status) 348using var document = JsonDocument.Parse(message.Response.ContentStream); 350return Response.FromValue(value, message.Response); 353throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Generated\EventCategoriesRestOperations.cs (8)
58switch (message.Response.Status) 63using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 65return Response.FromValue(value, message.Response); 68throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 78switch (message.Response.Status) 83using var document = JsonDocument.Parse(message.Response.ContentStream); 85return Response.FromValue(value, message.Response); 88throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Generated\LogProfilesRestOperations.cs (38)
75switch (message.Response.Status) 78return message.Response; 80throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 97switch (message.Response.Status) 100return message.Response; 102throw _clientDiagnostics.CreateRequestFailedException(message.Response); 136switch (message.Response.Status) 141using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 143return Response.FromValue(value, message.Response); 146throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 163switch (message.Response.Status) 168using var document = JsonDocument.Parse(message.Response.ContentStream); 170return Response.FromValue(value, message.Response); 173throw _clientDiagnostics.CreateRequestFailedException(message.Response); 216switch (message.Response.Status) 221using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 223return Response.FromValue(value, message.Response); 226throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 248switch (message.Response.Status) 253using var document = JsonDocument.Parse(message.Response.ContentStream); 255return Response.FromValue(value, message.Response); 258throw _clientDiagnostics.CreateRequestFailedException(message.Response); 301switch (message.Response.Status) 306using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 308return Response.FromValue(value, message.Response); 311throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 333switch (message.Response.Status) 338using var document = JsonDocument.Parse(message.Response.ContentStream); 340return Response.FromValue(value, message.Response); 343throw _clientDiagnostics.CreateRequestFailedException(message.Response); 369switch (message.Response.Status) 374using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 376return Response.FromValue(value, message.Response); 379throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 389switch (message.Response.Status) 394using var document = JsonDocument.Parse(message.Response.ContentStream); 396return Response.FromValue(value, message.Response); 399throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Generated\MetricAlertsRestOperations.cs (46)
68switch (message.Response.Status) 73using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 75return Response.FromValue(value, message.Response); 78throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 88switch (message.Response.Status) 93using var document = JsonDocument.Parse(message.Response.ContentStream); 95return Response.FromValue(value, message.Response); 98throw _clientDiagnostics.CreateRequestFailedException(message.Response); 133switch (message.Response.Status) 138using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 140return Response.FromValue(value, message.Response); 143throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 160switch (message.Response.Status) 165using var document = JsonDocument.Parse(message.Response.ContentStream); 167return Response.FromValue(value, message.Response); 170throw _clientDiagnostics.CreateRequestFailedException(message.Response); 211switch (message.Response.Status) 216using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 218return Response.FromValue(value, message.Response); 221throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 243switch (message.Response.Status) 248using var document = JsonDocument.Parse(message.Response.ContentStream); 250return Response.FromValue(value, message.Response); 253throw _clientDiagnostics.CreateRequestFailedException(message.Response); 303switch (message.Response.Status) 308using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 310return Response.FromValue(value, message.Response); 313throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 340switch (message.Response.Status) 345using var document = JsonDocument.Parse(message.Response.ContentStream); 347return Response.FromValue(value, message.Response); 350throw _clientDiagnostics.CreateRequestFailedException(message.Response); 400switch (message.Response.Status) 405using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 407return Response.FromValue(value, message.Response); 410throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 437switch (message.Response.Status) 442using var document = JsonDocument.Parse(message.Response.ContentStream); 444return Response.FromValue(value, message.Response); 447throw _clientDiagnostics.CreateRequestFailedException(message.Response); 487switch (message.Response.Status) 491return message.Response; 493throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 515switch (message.Response.Status) 519return message.Response; 521throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Generated\MetricAlertsStatusRestOperations.cs (16)
84switch (message.Response.Status) 89using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 91return Response.FromValue(value, message.Response); 94throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 116switch (message.Response.Status) 121using var document = JsonDocument.Parse(message.Response.ContentStream); 123return Response.FromValue(value, message.Response); 126throw _clientDiagnostics.CreateRequestFailedException(message.Response); 174switch (message.Response.Status) 179using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 181return Response.FromValue(value, message.Response); 184throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 211switch (message.Response.Status) 216using var document = JsonDocument.Parse(message.Response.ContentStream); 218return Response.FromValue(value, message.Response); 221throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Generated\MetricBaselineRestOperations.cs (16)
98switch (message.Response.Status) 103using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 105return Response.FromValue(value, message.Response); 108throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 135switch (message.Response.Status) 140using var document = JsonDocument.Parse(message.Response.ContentStream); 142return Response.FromValue(value, message.Response); 145throw _clientDiagnostics.CreateRequestFailedException(message.Response); 187switch (message.Response.Status) 192using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 194return Response.FromValue(value, message.Response); 197throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 219switch (message.Response.Status) 224using var document = JsonDocument.Parse(message.Response.ContentStream); 226return Response.FromValue(value, message.Response); 229throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Generated\MetricDefinitionsRestOperations.cs (8)
72switch (message.Response.Status) 77using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 79return Response.FromValue(value, message.Response); 82throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 100switch (message.Response.Status) 105using var document = JsonDocument.Parse(message.Response.ContentStream); 107return Response.FromValue(value, message.Response); 110throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Generated\MetricNamespacesRestOperations.cs (8)
72switch (message.Response.Status) 77using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 79return Response.FromValue(value, message.Response); 82throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 100switch (message.Response.Status) 105using var document = JsonDocument.Parse(message.Response.ContentStream); 107return Response.FromValue(value, message.Response); 110throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Generated\MetricsRestOperations.cs (8)
120switch (message.Response.Status) 125using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 127return Response.FromValue(value, message.Response); 130throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 164switch (message.Response.Status) 169using var document = JsonDocument.Parse(message.Response.ContentStream); 171return Response.FromValue(value, message.Response); 174throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Generated\RestOperations.cs (8)
58switch (message.Response.Status) 63using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 65return Response.FromValue(value, message.Response); 68throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 78switch (message.Response.Status) 83using var document = JsonDocument.Parse(message.Response.ContentStream); 85return Response.FromValue(value, message.Response); 88throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Generated\ScheduledQueryRulesRestOperations.cs (46)
92switch (message.Response.Status) 98using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 100return Response.FromValue(value, message.Response); 103throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 130switch (message.Response.Status) 136using var document = JsonDocument.Parse(message.Response.ContentStream); 138return Response.FromValue(value, message.Response); 141throw _clientDiagnostics.CreateRequestFailedException(message.Response); 182switch (message.Response.Status) 187using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 189return Response.FromValue(value, message.Response); 192throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 214switch (message.Response.Status) 219using var document = JsonDocument.Parse(message.Response.ContentStream); 221return Response.FromValue(value, message.Response); 224throw _clientDiagnostics.CreateRequestFailedException(message.Response); 274switch (message.Response.Status) 279using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 281return Response.FromValue(value, message.Response); 284throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 311switch (message.Response.Status) 316using var document = JsonDocument.Parse(message.Response.ContentStream); 318return Response.FromValue(value, message.Response); 321throw _clientDiagnostics.CreateRequestFailedException(message.Response); 362switch (message.Response.Status) 366return message.Response; 368throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 390switch (message.Response.Status) 394return message.Response; 396throw _clientDiagnostics.CreateRequestFailedException(message.Response); 427switch (message.Response.Status) 432using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 434return Response.FromValue(value, message.Response); 437throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 448switch (message.Response.Status) 453using var document = JsonDocument.Parse(message.Response.ContentStream); 455return Response.FromValue(value, message.Response); 458throw _clientDiagnostics.CreateRequestFailedException(message.Response); 498switch (message.Response.Status) 503using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 505return Response.FromValue(value, message.Response); 508throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 526switch (message.Response.Status) 531using var document = JsonDocument.Parse(message.Response.ContentStream); 533return Response.FromValue(value, message.Response); 536throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Generated\TenantActivityLogsRestOperations.cs (16)
68switch (message.Response.Status) 73using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 75return Response.FromValue(value, message.Response); 78throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 90switch (message.Response.Status) 95using var document = JsonDocument.Parse(message.Response.ContentStream); 97return Response.FromValue(value, message.Response); 100throw _clientDiagnostics.CreateRequestFailedException(message.Response); 132switch (message.Response.Status) 137using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 139return Response.FromValue(value, message.Response); 142throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 161switch (message.Response.Status) 166using var document = JsonDocument.Parse(message.Response.ContentStream); 168return Response.FromValue(value, message.Response); 171throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Generated\VMInsightsRestOperations.cs (8)
67switch (message.Response.Status) 72using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 74return Response.FromValue(value, message.Response); 77throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 94switch (message.Response.Status) 99using var document = JsonDocument.Parse(message.Response.ContentStream); 101return Response.FromValue(value, message.Response); 104throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Shared\AutoRest\ArmOperationHelpers.cs (2)
202return message.Response; 224return message.Response;
Azure.ResourceManager.KeyVault (174)
Generated\PrivateEndpointConnectionsRestOperations.cs (26)
97switch (message.Response.Status) 102using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 104return Response.FromValue(value, message.Response); 107throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 134switch (message.Response.Status) 139using var document = JsonDocument.Parse(message.Response.ContentStream); 141return Response.FromValue(value, message.Response); 144throw _clientDiagnostics.CreateRequestFailedException(message.Response); 201var headers = new PrivateEndpointConnectionsPutHeaders(message.Response); 202switch (message.Response.Status) 207using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 209return ResponseWithHeaders.FromValue(value, headers, message.Response); 212throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 244var headers = new PrivateEndpointConnectionsPutHeaders(message.Response); 245switch (message.Response.Status) 250using var document = JsonDocument.Parse(message.Response.ContentStream); 252return ResponseWithHeaders.FromValue(value, headers, message.Response); 255throw _clientDiagnostics.CreateRequestFailedException(message.Response); 303var headers = new PrivateEndpointConnectionsDeleteHeaders(message.Response); 304switch (message.Response.Status) 309return ResponseWithHeaders.FromValue(headers, message.Response); 311throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 338var headers = new PrivateEndpointConnectionsDeleteHeaders(message.Response); 339switch (message.Response.Status) 344return ResponseWithHeaders.FromValue(headers, message.Response); 346throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Generated\PrivateLinkResourcesRestOperations.cs (8)
91switch (message.Response.Status) 96using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 98return Response.FromValue(value, message.Response); 101throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 123switch (message.Response.Status) 128using var document = JsonDocument.Parse(message.Response.ContentStream); 130return Response.FromValue(value, message.Response); 133throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Generated\RestOperations.cs (16)
66switch (message.Response.Status) 71using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 73return Response.FromValue(value, message.Response); 76throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 86switch (message.Response.Status) 91using var document = JsonDocument.Parse(message.Response.ContentStream); 93return Response.FromValue(value, message.Response); 96throw _clientDiagnostics.CreateRequestFailedException(message.Response); 126switch (message.Response.Status) 131using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 133return Response.FromValue(value, message.Response); 136throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 153switch (message.Response.Status) 158using var document = JsonDocument.Parse(message.Response.ContentStream); 160return Response.FromValue(value, message.Response); 163throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Generated\VaultsRestOperations.cs (122)
99switch (message.Response.Status) 103return message.Response; 105throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 132switch (message.Response.Status) 136return message.Response; 138throw _clientDiagnostics.CreateRequestFailedException(message.Response); 188switch (message.Response.Status) 194using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 196return Response.FromValue(value, message.Response); 199throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 226switch (message.Response.Status) 232using var document = JsonDocument.Parse(message.Response.ContentStream); 234return Response.FromValue(value, message.Response); 237throw _clientDiagnostics.CreateRequestFailedException(message.Response); 277switch (message.Response.Status) 280return message.Response; 282throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 304switch (message.Response.Status) 307return message.Response; 309throw _clientDiagnostics.CreateRequestFailedException(message.Response); 350switch (message.Response.Status) 355using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 357return Response.FromValue(value, message.Response); 360throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 382switch (message.Response.Status) 387using var document = JsonDocument.Parse(message.Response.ContentStream); 389return Response.FromValue(value, message.Response); 392throw _clientDiagnostics.CreateRequestFailedException(message.Response); 445switch (message.Response.Status) 451using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 453return Response.FromValue(value, message.Response); 456throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 484switch (message.Response.Status) 490using var document = JsonDocument.Parse(message.Response.ContentStream); 492return Response.FromValue(value, message.Response); 495throw _clientDiagnostics.CreateRequestFailedException(message.Response); 535switch (message.Response.Status) 540using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 542return Response.FromValue(value, message.Response); 545throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 563switch (message.Response.Status) 568using var document = JsonDocument.Parse(message.Response.ContentStream); 570return Response.FromValue(value, message.Response); 573throw _clientDiagnostics.CreateRequestFailedException(message.Response); 604switch (message.Response.Status) 609using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 611return Response.FromValue(value, message.Response); 614throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 625switch (message.Response.Status) 630using var document = JsonDocument.Parse(message.Response.ContentStream); 632return Response.FromValue(value, message.Response); 635throw _clientDiagnostics.CreateRequestFailedException(message.Response); 661switch (message.Response.Status) 666using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 668return Response.FromValue(value, message.Response); 671throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 681switch (message.Response.Status) 686using var document = JsonDocument.Parse(message.Response.ContentStream); 688return Response.FromValue(value, message.Response); 691throw _clientDiagnostics.CreateRequestFailedException(message.Response); 732switch (message.Response.Status) 737using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 739return Response.FromValue(value, message.Response); 742throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 764switch (message.Response.Status) 769using var document = JsonDocument.Parse(message.Response.ContentStream); 771return Response.FromValue(value, message.Response); 774throw _clientDiagnostics.CreateRequestFailedException(message.Response); 815switch (message.Response.Status) 819return message.Response; 821throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 843switch (message.Response.Status) 847return message.Response; 849throw _clientDiagnostics.CreateRequestFailedException(message.Response); 881switch (message.Response.Status) 886using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 888return Response.FromValue(value, message.Response); 891throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 902switch (message.Response.Status) 907using var document = JsonDocument.Parse(message.Response.ContentStream); 909return Response.FromValue(value, message.Response); 912throw _clientDiagnostics.CreateRequestFailedException(message.Response); 949switch (message.Response.Status) 954using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 956return Response.FromValue(value, message.Response); 959throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 976switch (message.Response.Status) 981using var document = JsonDocument.Parse(message.Response.ContentStream); 983return Response.FromValue(value, message.Response); 986throw _clientDiagnostics.CreateRequestFailedException(message.Response); 1022switch (message.Response.Status) 1027using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 1029return Response.FromValue(value, message.Response); 1032throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 1055switch (message.Response.Status) 1060using var document = JsonDocument.Parse(message.Response.ContentStream); 1062return Response.FromValue(value, message.Response); 1065throw _clientDiagnostics.CreateRequestFailedException(message.Response); 1096switch (message.Response.Status) 1101using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 1103return Response.FromValue(value, message.Response); 1106throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 1124switch (message.Response.Status) 1129using var document = JsonDocument.Parse(message.Response.ContentStream); 1131return Response.FromValue(value, message.Response); 1134throw _clientDiagnostics.CreateRequestFailedException(message.Response); 1164switch (message.Response.Status) 1169using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 1171return Response.FromValue(value, message.Response); 1174throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 1191switch (message.Response.Status) 1196using var document = JsonDocument.Parse(message.Response.ContentStream); 1198return Response.FromValue(value, message.Response); 1201throw _clientDiagnostics.CreateRequestFailedException(message.Response); 1232switch (message.Response.Status) 1237using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 1239return Response.FromValue(value, message.Response); 1242throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 1260switch (message.Response.Status) 1265using var document = JsonDocument.Parse(message.Response.ContentStream); 1267return Response.FromValue(value, message.Response); 1270throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Shared\AutoRest\ArmOperationHelpers.cs (2)
202return message.Response; 224return message.Response;
Azure.ResourceManager.KeyVault.Tests (546)
Rbac\Generated\ApplicationsRestOperations.cs (116)
86switch (message.Response.Status) 91using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 93return Response.FromValue(value, message.Response); 96throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 113switch (message.Response.Status) 118using var document = JsonDocument.Parse(message.Response.ContentStream); 120return Response.FromValue(value, message.Response); 123throw _clientDiagnostics.CreateRequestFailedException(message.Response); 154switch (message.Response.Status) 159using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 161return Response.FromValue(value, message.Response); 164throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 175switch (message.Response.Status) 180using var document = JsonDocument.Parse(message.Response.ContentStream); 182return Response.FromValue(value, message.Response); 185throw _clientDiagnostics.CreateRequestFailedException(message.Response); 219switch (message.Response.Status) 222return message.Response; 224throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 241switch (message.Response.Status) 244return message.Response; 246throw _clientDiagnostics.CreateRequestFailedException(message.Response); 280switch (message.Response.Status) 285using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 287return Response.FromValue(value, message.Response); 290throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 307switch (message.Response.Status) 312using var document = JsonDocument.Parse(message.Response.ContentStream); 314return Response.FromValue(value, message.Response); 317throw _clientDiagnostics.CreateRequestFailedException(message.Response); 360switch (message.Response.Status) 363return message.Response; 365throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 387switch (message.Response.Status) 390return message.Response; 392throw _clientDiagnostics.CreateRequestFailedException(message.Response); 427switch (message.Response.Status) 432using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 434return Response.FromValue(value, message.Response); 437throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 454switch (message.Response.Status) 459using var document = JsonDocument.Parse(message.Response.ContentStream); 461return Response.FromValue(value, message.Response); 464throw _clientDiagnostics.CreateRequestFailedException(message.Response); 508switch (message.Response.Status) 511return message.Response; 513throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 535switch (message.Response.Status) 538return message.Response; 540throw _clientDiagnostics.CreateRequestFailedException(message.Response); 581switch (message.Response.Status) 584return message.Response; 586throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 608switch (message.Response.Status) 611return message.Response; 613throw _clientDiagnostics.CreateRequestFailedException(message.Response); 648switch (message.Response.Status) 653using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 655return Response.FromValue(value, message.Response); 658throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 675switch (message.Response.Status) 680using var document = JsonDocument.Parse(message.Response.ContentStream); 682return Response.FromValue(value, message.Response); 685throw _clientDiagnostics.CreateRequestFailedException(message.Response); 729switch (message.Response.Status) 732return message.Response; 734throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 756switch (message.Response.Status) 759return message.Response; 761throw _clientDiagnostics.CreateRequestFailedException(message.Response); 796switch (message.Response.Status) 801using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 803return Response.FromValue(value, message.Response); 806throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 823switch (message.Response.Status) 828using var document = JsonDocument.Parse(message.Response.ContentStream); 830return Response.FromValue(value, message.Response); 833throw _clientDiagnostics.CreateRequestFailedException(message.Response); 877switch (message.Response.Status) 880return message.Response; 882throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 904switch (message.Response.Status) 907return message.Response; 909throw _clientDiagnostics.CreateRequestFailedException(message.Response); 944switch (message.Response.Status) 949using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 951return Response.FromValue(value, message.Response); 954throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 971switch (message.Response.Status) 976using var document = JsonDocument.Parse(message.Response.ContentStream); 978return Response.FromValue(value, message.Response); 981throw _clientDiagnostics.CreateRequestFailedException(message.Response); 1015switch (message.Response.Status) 1020using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 1022return Response.FromValue(value, message.Response); 1025throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 1042switch (message.Response.Status) 1047using var document = JsonDocument.Parse(message.Response.ContentStream); 1049return Response.FromValue(value, message.Response); 1052throw _clientDiagnostics.CreateRequestFailedException(message.Response); 1087switch (message.Response.Status) 1092using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 1094return Response.FromValue(value, message.Response); 1097throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 1119switch (message.Response.Status) 1124using var document = JsonDocument.Parse(message.Response.ContentStream); 1126return Response.FromValue(value, message.Response); 1129throw _clientDiagnostics.CreateRequestFailedException(message.Response); 1159switch (message.Response.Status) 1164using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 1166return Response.FromValue(value, message.Response); 1169throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 1186switch (message.Response.Status) 1191using var document = JsonDocument.Parse(message.Response.ContentStream); 1193return Response.FromValue(value, message.Response); 1196throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Rbac\Generated\DeletedApplicationsRestOperations.cs (38)
84switch (message.Response.Status) 89using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 91return Response.FromValue(value, message.Response); 94throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 111switch (message.Response.Status) 116using var document = JsonDocument.Parse(message.Response.ContentStream); 118return Response.FromValue(value, message.Response); 121throw _clientDiagnostics.CreateRequestFailedException(message.Response); 152switch (message.Response.Status) 157using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 159return Response.FromValue(value, message.Response); 162throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 173switch (message.Response.Status) 178using var document = JsonDocument.Parse(message.Response.ContentStream); 180return Response.FromValue(value, message.Response); 183throw _clientDiagnostics.CreateRequestFailedException(message.Response); 217switch (message.Response.Status) 220return message.Response; 222throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 239switch (message.Response.Status) 242return message.Response; 244throw _clientDiagnostics.CreateRequestFailedException(message.Response); 278switch (message.Response.Status) 283using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 285return Response.FromValue(value, message.Response); 288throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 305switch (message.Response.Status) 310using var document = JsonDocument.Parse(message.Response.ContentStream); 312return Response.FromValue(value, message.Response); 315throw _clientDiagnostics.CreateRequestFailedException(message.Response); 345switch (message.Response.Status) 350using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 352return Response.FromValue(value, message.Response); 355throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 372switch (message.Response.Status) 377using var document = JsonDocument.Parse(message.Response.ContentStream); 379return Response.FromValue(value, message.Response); 382throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Rbac\Generated\DomainsRestOperations.cs (16)
80switch (message.Response.Status) 85using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 87return Response.FromValue(value, message.Response); 90throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 101switch (message.Response.Status) 106using var document = JsonDocument.Parse(message.Response.ContentStream); 108return Response.FromValue(value, message.Response); 111throw _clientDiagnostics.CreateRequestFailedException(message.Response); 145switch (message.Response.Status) 150using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 152return Response.FromValue(value, message.Response); 155throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 172switch (message.Response.Status) 177using var document = JsonDocument.Parse(message.Response.ContentStream); 179return Response.FromValue(value, message.Response); 182throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Rbac\Generated\GroupsRestOperations.cs (126)
86switch (message.Response.Status) 91using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 93return Response.FromValue(value, message.Response); 96throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 113switch (message.Response.Status) 118using var document = JsonDocument.Parse(message.Response.ContentStream); 120return Response.FromValue(value, message.Response); 123throw _clientDiagnostics.CreateRequestFailedException(message.Response); 164switch (message.Response.Status) 167return message.Response; 169throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 191switch (message.Response.Status) 194return message.Response; 196throw _clientDiagnostics.CreateRequestFailedException(message.Response); 240switch (message.Response.Status) 243return message.Response; 245throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 267switch (message.Response.Status) 270return message.Response; 272throw _clientDiagnostics.CreateRequestFailedException(message.Response); 309switch (message.Response.Status) 314using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 316return Response.FromValue(value, message.Response); 319throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 336switch (message.Response.Status) 341using var document = JsonDocument.Parse(message.Response.ContentStream); 343return Response.FromValue(value, message.Response); 346throw _clientDiagnostics.CreateRequestFailedException(message.Response); 377switch (message.Response.Status) 382using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 384return Response.FromValue(value, message.Response); 387throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 398switch (message.Response.Status) 403using var document = JsonDocument.Parse(message.Response.ContentStream); 405return Response.FromValue(value, message.Response); 408throw _clientDiagnostics.CreateRequestFailedException(message.Response); 443switch (message.Response.Status) 448using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 450return Response.FromValue(value, message.Response); 453throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 470switch (message.Response.Status) 475using var document = JsonDocument.Parse(message.Response.ContentStream); 477return Response.FromValue(value, message.Response); 480throw _clientDiagnostics.CreateRequestFailedException(message.Response); 514switch (message.Response.Status) 519using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 521return Response.FromValue(value, message.Response); 524throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 541switch (message.Response.Status) 546using var document = JsonDocument.Parse(message.Response.ContentStream); 548return Response.FromValue(value, message.Response); 551throw _clientDiagnostics.CreateRequestFailedException(message.Response); 585switch (message.Response.Status) 588return message.Response; 590throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 607switch (message.Response.Status) 610return message.Response; 612throw _clientDiagnostics.CreateRequestFailedException(message.Response); 656switch (message.Response.Status) 661using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 663return Response.FromValue(value, message.Response); 666throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 688switch (message.Response.Status) 693using var document = JsonDocument.Parse(message.Response.ContentStream); 695return Response.FromValue(value, message.Response); 698throw _clientDiagnostics.CreateRequestFailedException(message.Response); 733switch (message.Response.Status) 738using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 740return Response.FromValue(value, message.Response); 743throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 760switch (message.Response.Status) 765using var document = JsonDocument.Parse(message.Response.ContentStream); 767return Response.FromValue(value, message.Response); 770throw _clientDiagnostics.CreateRequestFailedException(message.Response); 814switch (message.Response.Status) 817return message.Response; 819throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 841switch (message.Response.Status) 844return message.Response; 846throw _clientDiagnostics.CreateRequestFailedException(message.Response); 887switch (message.Response.Status) 890return message.Response; 892throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 914switch (message.Response.Status) 917return message.Response; 919throw _clientDiagnostics.CreateRequestFailedException(message.Response); 953switch (message.Response.Status) 958using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 960return Response.FromValue(value, message.Response); 963throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 980switch (message.Response.Status) 985using var document = JsonDocument.Parse(message.Response.ContentStream); 987return Response.FromValue(value, message.Response); 990throw _clientDiagnostics.CreateRequestFailedException(message.Response); 1024switch (message.Response.Status) 1029using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 1031return Response.FromValue(value, message.Response); 1034throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 1051switch (message.Response.Status) 1056using var document = JsonDocument.Parse(message.Response.ContentStream); 1058return Response.FromValue(value, message.Response); 1061throw _clientDiagnostics.CreateRequestFailedException(message.Response); 1096switch (message.Response.Status) 1101using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 1103return Response.FromValue(value, message.Response); 1106throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 1128switch (message.Response.Status) 1133using var document = JsonDocument.Parse(message.Response.ContentStream); 1135return Response.FromValue(value, message.Response); 1138throw _clientDiagnostics.CreateRequestFailedException(message.Response); 1168switch (message.Response.Status) 1173using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 1175return Response.FromValue(value, message.Response); 1178throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 1195switch (message.Response.Status) 1200using var document = JsonDocument.Parse(message.Response.ContentStream); 1202return Response.FromValue(value, message.Response); 1205throw _clientDiagnostics.CreateRequestFailedException(message.Response); 1235switch (message.Response.Status) 1240using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 1242return Response.FromValue(value, message.Response); 1245throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 1262switch (message.Response.Status) 1267using var document = JsonDocument.Parse(message.Response.ContentStream); 1269return Response.FromValue(value, message.Response); 1272throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Rbac\Generated\OAuth2PermissionGrantRestOperations.cs (38)
80switch (message.Response.Status) 85using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 87return Response.FromValue(value, message.Response); 90throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 101switch (message.Response.Status) 106using var document = JsonDocument.Parse(message.Response.ContentStream); 108return Response.FromValue(value, message.Response); 111throw _clientDiagnostics.CreateRequestFailedException(message.Response); 145switch (message.Response.Status) 150using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 152return Response.FromValue(value, message.Response); 155throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 166switch (message.Response.Status) 171using var document = JsonDocument.Parse(message.Response.ContentStream); 173return Response.FromValue(value, message.Response); 176throw _clientDiagnostics.CreateRequestFailedException(message.Response); 210switch (message.Response.Status) 213return message.Response; 215throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 232switch (message.Response.Status) 235return message.Response; 237throw _clientDiagnostics.CreateRequestFailedException(message.Response); 271switch (message.Response.Status) 276using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 278return Response.FromValue(value, message.Response); 281throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 298switch (message.Response.Status) 303using var document = JsonDocument.Parse(message.Response.ContentStream); 305return Response.FromValue(value, message.Response); 308throw _clientDiagnostics.CreateRequestFailedException(message.Response); 338switch (message.Response.Status) 343using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 345return Response.FromValue(value, message.Response); 348throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 365switch (message.Response.Status) 370using var document = JsonDocument.Parse(message.Response.ContentStream); 372return Response.FromValue(value, message.Response); 375throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Rbac\Generated\ObjectsRestOperations.cs (24)
86switch (message.Response.Status) 91using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 93return Response.FromValue(value, message.Response); 96throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 113switch (message.Response.Status) 118using var document = JsonDocument.Parse(message.Response.ContentStream); 120return Response.FromValue(value, message.Response); 123throw _clientDiagnostics.CreateRequestFailedException(message.Response); 157switch (message.Response.Status) 162using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 164return Response.FromValue(value, message.Response); 167throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 184switch (message.Response.Status) 189using var document = JsonDocument.Parse(message.Response.ContentStream); 191return Response.FromValue(value, message.Response); 194throw _clientDiagnostics.CreateRequestFailedException(message.Response); 224switch (message.Response.Status) 229using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 231return Response.FromValue(value, message.Response); 234throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 251switch (message.Response.Status) 256using var document = JsonDocument.Parse(message.Response.ContentStream); 258return Response.FromValue(value, message.Response); 261throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Rbac\Generated\ServicePrincipalsRestOperations.cs (96)
86switch (message.Response.Status) 91using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 93return Response.FromValue(value, message.Response); 96throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 113switch (message.Response.Status) 118using var document = JsonDocument.Parse(message.Response.ContentStream); 120return Response.FromValue(value, message.Response); 123throw _clientDiagnostics.CreateRequestFailedException(message.Response); 154switch (message.Response.Status) 159using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 161return Response.FromValue(value, message.Response); 164throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 175switch (message.Response.Status) 180using var document = JsonDocument.Parse(message.Response.ContentStream); 182return Response.FromValue(value, message.Response); 185throw _clientDiagnostics.CreateRequestFailedException(message.Response); 228switch (message.Response.Status) 231return message.Response; 233throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 255switch (message.Response.Status) 258return message.Response; 260throw _clientDiagnostics.CreateRequestFailedException(message.Response); 294switch (message.Response.Status) 297return message.Response; 299throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 316switch (message.Response.Status) 319return message.Response; 321throw _clientDiagnostics.CreateRequestFailedException(message.Response); 355switch (message.Response.Status) 360using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 362return Response.FromValue(value, message.Response); 365throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 382switch (message.Response.Status) 387using var document = JsonDocument.Parse(message.Response.ContentStream); 389return Response.FromValue(value, message.Response); 392throw _clientDiagnostics.CreateRequestFailedException(message.Response); 427switch (message.Response.Status) 432using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 434return Response.FromValue(value, message.Response); 437throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 454switch (message.Response.Status) 459using var document = JsonDocument.Parse(message.Response.ContentStream); 461return Response.FromValue(value, message.Response); 464throw _clientDiagnostics.CreateRequestFailedException(message.Response); 499switch (message.Response.Status) 504using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 506return Response.FromValue(value, message.Response); 509throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 526switch (message.Response.Status) 531using var document = JsonDocument.Parse(message.Response.ContentStream); 533return Response.FromValue(value, message.Response); 536throw _clientDiagnostics.CreateRequestFailedException(message.Response); 580switch (message.Response.Status) 583return message.Response; 585throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 607switch (message.Response.Status) 610return message.Response; 612throw _clientDiagnostics.CreateRequestFailedException(message.Response); 647switch (message.Response.Status) 652using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 654return Response.FromValue(value, message.Response); 657throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 674switch (message.Response.Status) 679using var document = JsonDocument.Parse(message.Response.ContentStream); 681return Response.FromValue(value, message.Response); 684throw _clientDiagnostics.CreateRequestFailedException(message.Response); 728switch (message.Response.Status) 731return message.Response; 733throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 755switch (message.Response.Status) 758return message.Response; 760throw _clientDiagnostics.CreateRequestFailedException(message.Response); 794switch (message.Response.Status) 799using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 801return Response.FromValue(value, message.Response); 804throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 821switch (message.Response.Status) 826using var document = JsonDocument.Parse(message.Response.ContentStream); 828return Response.FromValue(value, message.Response); 831throw _clientDiagnostics.CreateRequestFailedException(message.Response); 866switch (message.Response.Status) 871using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 873return Response.FromValue(value, message.Response); 876throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 898switch (message.Response.Status) 903using var document = JsonDocument.Parse(message.Response.ContentStream); 905return Response.FromValue(value, message.Response); 908throw _clientDiagnostics.CreateRequestFailedException(message.Response); 938switch (message.Response.Status) 943using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 945return Response.FromValue(value, message.Response); 948throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 965switch (message.Response.Status) 970using var document = JsonDocument.Parse(message.Response.ContentStream); 972return Response.FromValue(value, message.Response); 975throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Rbac\Generated\SignedInUserRestOperations.cs (32)
75switch (message.Response.Status) 80using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 82return Response.FromValue(value, message.Response); 85throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 95switch (message.Response.Status) 100using var document = JsonDocument.Parse(message.Response.ContentStream); 102return Response.FromValue(value, message.Response); 105throw _clientDiagnostics.CreateRequestFailedException(message.Response); 131switch (message.Response.Status) 136using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 138return Response.FromValue(value, message.Response); 141throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 151switch (message.Response.Status) 156using var document = JsonDocument.Parse(message.Response.ContentStream); 158return Response.FromValue(value, message.Response); 161throw _clientDiagnostics.CreateRequestFailedException(message.Response); 195switch (message.Response.Status) 200using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 202return Response.FromValue(value, message.Response); 205throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 222switch (message.Response.Status) 227using var document = JsonDocument.Parse(message.Response.ContentStream); 229return Response.FromValue(value, message.Response); 232throw _clientDiagnostics.CreateRequestFailedException(message.Response); 262switch (message.Response.Status) 267using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 269return Response.FromValue(value, message.Response); 272throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 289switch (message.Response.Status) 294using var document = JsonDocument.Parse(message.Response.ContentStream); 296return Response.FromValue(value, message.Response); 299throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Rbac\Generated\UsersRestOperations.cs (60)
86switch (message.Response.Status) 91using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 93return Response.FromValue(value, message.Response); 96throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 113switch (message.Response.Status) 118using var document = JsonDocument.Parse(message.Response.ContentStream); 120return Response.FromValue(value, message.Response); 123throw _clientDiagnostics.CreateRequestFailedException(message.Response); 154switch (message.Response.Status) 159using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 161return Response.FromValue(value, message.Response); 164throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 175switch (message.Response.Status) 180using var document = JsonDocument.Parse(message.Response.ContentStream); 182return Response.FromValue(value, message.Response); 185throw _clientDiagnostics.CreateRequestFailedException(message.Response); 219switch (message.Response.Status) 224using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 226return Response.FromValue(value, message.Response); 229throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 246switch (message.Response.Status) 251using var document = JsonDocument.Parse(message.Response.ContentStream); 253return Response.FromValue(value, message.Response); 256throw _clientDiagnostics.CreateRequestFailedException(message.Response); 299switch (message.Response.Status) 302return message.Response; 304throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 326switch (message.Response.Status) 329return message.Response; 331throw _clientDiagnostics.CreateRequestFailedException(message.Response); 365switch (message.Response.Status) 368return message.Response; 370throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 387switch (message.Response.Status) 390return message.Response; 392throw _clientDiagnostics.CreateRequestFailedException(message.Response); 436switch (message.Response.Status) 441using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 443return Response.FromValue(value, message.Response); 446throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 468switch (message.Response.Status) 473using var document = JsonDocument.Parse(message.Response.ContentStream); 475return Response.FromValue(value, message.Response); 478throw _clientDiagnostics.CreateRequestFailedException(message.Response); 512switch (message.Response.Status) 517using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 519return Response.FromValue(value, message.Response); 522throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 539switch (message.Response.Status) 544using var document = JsonDocument.Parse(message.Response.ContentStream); 546return Response.FromValue(value, message.Response); 549throw _clientDiagnostics.CreateRequestFailedException(message.Response); 579switch (message.Response.Status) 584using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 586return Response.FromValue(value, message.Response); 589throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 606switch (message.Response.Status) 611using var document = JsonDocument.Parse(message.Response.ContentStream); 613return Response.FromValue(value, message.Response); 616throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Azure.ResourceManager.MachineLearningServices (850)
Generated\AzureMachineLearningWorkspacesRestOperations.cs (16)
75switch (message.Response.Status) 80using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 82return Response.FromValue(value, message.Response); 85throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 95switch (message.Response.Status) 100using var document = JsonDocument.Parse(message.Response.ContentStream); 102return Response.FromValue(value, message.Response); 105throw _clientDiagnostics.CreateRequestFailedException(message.Response); 135switch (message.Response.Status) 140using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 142return Response.FromValue(value, message.Response); 145throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 162switch (message.Response.Status) 167using var document = JsonDocument.Parse(message.Response.ContentStream); 169return Response.FromValue(value, message.Response); 172throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Generated\CodeContainersRestOperations.cs (38)
105switch (message.Response.Status) 111using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 113return Response.FromValue(value, message.Response); 116throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 144switch (message.Response.Status) 150using var document = JsonDocument.Parse(message.Response.ContentStream); 152return Response.FromValue(value, message.Response); 155throw _clientDiagnostics.CreateRequestFailedException(message.Response); 203switch (message.Response.Status) 208using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 210return Response.FromValue(value, message.Response); 213throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 240switch (message.Response.Status) 245using var document = JsonDocument.Parse(message.Response.ContentStream); 247return Response.FromValue(value, message.Response); 250throw _clientDiagnostics.CreateRequestFailedException(message.Response); 298switch (message.Response.Status) 302return message.Response; 304throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 331switch (message.Response.Status) 335return message.Response; 337throw _clientDiagnostics.CreateRequestFailedException(message.Response); 384switch (message.Response.Status) 389using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 391return Response.FromValue(value, message.Response); 394throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 417switch (message.Response.Status) 422using var document = JsonDocument.Parse(message.Response.ContentStream); 424return Response.FromValue(value, message.Response); 427throw _clientDiagnostics.CreateRequestFailedException(message.Response); 468switch (message.Response.Status) 473using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 475return Response.FromValue(value, message.Response); 478throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 506switch (message.Response.Status) 511using var document = JsonDocument.Parse(message.Response.ContentStream); 513return Response.FromValue(value, message.Response); 516throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Generated\CodeVersionsRestOperations.cs (38)
112switch (message.Response.Status) 118using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 120return Response.FromValue(value, message.Response); 123throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 156switch (message.Response.Status) 162using var document = JsonDocument.Parse(message.Response.ContentStream); 164return Response.FromValue(value, message.Response); 167throw _clientDiagnostics.CreateRequestFailedException(message.Response); 222switch (message.Response.Status) 227using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 229return Response.FromValue(value, message.Response); 232throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 264switch (message.Response.Status) 269using var document = JsonDocument.Parse(message.Response.ContentStream); 271return Response.FromValue(value, message.Response); 274throw _clientDiagnostics.CreateRequestFailedException(message.Response); 329switch (message.Response.Status) 333return message.Response; 335throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 367switch (message.Response.Status) 371return message.Response; 373throw _clientDiagnostics.CreateRequestFailedException(message.Response); 427switch (message.Response.Status) 432using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 434return Response.FromValue(value, message.Response); 437throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 465switch (message.Response.Status) 470using var document = JsonDocument.Parse(message.Response.ContentStream); 472return Response.FromValue(value, message.Response); 475throw _clientDiagnostics.CreateRequestFailedException(message.Response); 521switch (message.Response.Status) 526using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 528return Response.FromValue(value, message.Response); 531throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 564switch (message.Response.Status) 569using var document = JsonDocument.Parse(message.Response.ContentStream); 571return Response.FromValue(value, message.Response); 574throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Generated\DataContainersRestOperations.cs (38)
105switch (message.Response.Status) 111using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 113return Response.FromValue(value, message.Response); 116throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 144switch (message.Response.Status) 150using var document = JsonDocument.Parse(message.Response.ContentStream); 152return Response.FromValue(value, message.Response); 155throw _clientDiagnostics.CreateRequestFailedException(message.Response); 203switch (message.Response.Status) 208using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 210return Response.FromValue(value, message.Response); 213throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 240switch (message.Response.Status) 245using var document = JsonDocument.Parse(message.Response.ContentStream); 247return Response.FromValue(value, message.Response); 250throw _clientDiagnostics.CreateRequestFailedException(message.Response); 298switch (message.Response.Status) 302return message.Response; 304throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 331switch (message.Response.Status) 335return message.Response; 337throw _clientDiagnostics.CreateRequestFailedException(message.Response); 384switch (message.Response.Status) 389using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 391return Response.FromValue(value, message.Response); 394throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 417switch (message.Response.Status) 422using var document = JsonDocument.Parse(message.Response.ContentStream); 424return Response.FromValue(value, message.Response); 427throw _clientDiagnostics.CreateRequestFailedException(message.Response); 468switch (message.Response.Status) 473using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 475return Response.FromValue(value, message.Response); 478throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 506switch (message.Response.Status) 511using var document = JsonDocument.Parse(message.Response.ContentStream); 513return Response.FromValue(value, message.Response); 516throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Generated\DatastoresRestOperations.cs (46)
127switch (message.Response.Status) 132using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 134return Response.FromValue(value, message.Response); 137throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 166switch (message.Response.Status) 171using var document = JsonDocument.Parse(message.Response.ContentStream); 173return Response.FromValue(value, message.Response); 176throw _clientDiagnostics.CreateRequestFailedException(message.Response); 224switch (message.Response.Status) 228return message.Response; 230throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 257switch (message.Response.Status) 261return message.Response; 263throw _clientDiagnostics.CreateRequestFailedException(message.Response); 311switch (message.Response.Status) 316using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 318return Response.FromValue(value, message.Response); 321throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 348switch (message.Response.Status) 353using var document = JsonDocument.Parse(message.Response.ContentStream); 355return Response.FromValue(value, message.Response); 358throw _clientDiagnostics.CreateRequestFailedException(message.Response); 415switch (message.Response.Status) 421using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 423return Response.FromValue(value, message.Response); 426throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 458switch (message.Response.Status) 464using var document = JsonDocument.Parse(message.Response.ContentStream); 466return Response.FromValue(value, message.Response); 469throw _clientDiagnostics.CreateRequestFailedException(message.Response); 518switch (message.Response.Status) 523using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 525return Response.FromValue(value, message.Response); 528throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 555switch (message.Response.Status) 560using var document = JsonDocument.Parse(message.Response.ContentStream); 562return Response.FromValue(value, message.Response); 565throw _clientDiagnostics.CreateRequestFailedException(message.Response); 612switch (message.Response.Status) 617using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 619return Response.FromValue(value, message.Response); 622throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 656switch (message.Response.Status) 661using var document = JsonDocument.Parse(message.Response.ContentStream); 663return Response.FromValue(value, message.Response); 666throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Generated\DataVersionsRestOperations.cs (38)
112switch (message.Response.Status) 118using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 120return Response.FromValue(value, message.Response); 123throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 156switch (message.Response.Status) 162using var document = JsonDocument.Parse(message.Response.ContentStream); 164return Response.FromValue(value, message.Response); 167throw _clientDiagnostics.CreateRequestFailedException(message.Response); 222switch (message.Response.Status) 227using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 229return Response.FromValue(value, message.Response); 232throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 264switch (message.Response.Status) 269using var document = JsonDocument.Parse(message.Response.ContentStream); 271return Response.FromValue(value, message.Response); 274throw _clientDiagnostics.CreateRequestFailedException(message.Response); 329switch (message.Response.Status) 333return message.Response; 335throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 367switch (message.Response.Status) 371return message.Response; 373throw _clientDiagnostics.CreateRequestFailedException(message.Response); 427switch (message.Response.Status) 432using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 434return Response.FromValue(value, message.Response); 437throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 465switch (message.Response.Status) 470using var document = JsonDocument.Parse(message.Response.ContentStream); 472return Response.FromValue(value, message.Response); 475throw _clientDiagnostics.CreateRequestFailedException(message.Response); 521switch (message.Response.Status) 526using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 528return Response.FromValue(value, message.Response); 531throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 564switch (message.Response.Status) 569using var document = JsonDocument.Parse(message.Response.ContentStream); 571return Response.FromValue(value, message.Response); 574throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Generated\EnvironmentContainersRestOperations.cs (38)
105switch (message.Response.Status) 111using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 113return Response.FromValue(value, message.Response); 116throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 144switch (message.Response.Status) 150using var document = JsonDocument.Parse(message.Response.ContentStream); 152return Response.FromValue(value, message.Response); 155throw _clientDiagnostics.CreateRequestFailedException(message.Response); 203switch (message.Response.Status) 208using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 210return Response.FromValue(value, message.Response); 213throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 240switch (message.Response.Status) 245using var document = JsonDocument.Parse(message.Response.ContentStream); 247return Response.FromValue(value, message.Response); 250throw _clientDiagnostics.CreateRequestFailedException(message.Response); 298switch (message.Response.Status) 302return message.Response; 304throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 331switch (message.Response.Status) 335return message.Response; 337throw _clientDiagnostics.CreateRequestFailedException(message.Response); 384switch (message.Response.Status) 389using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 391return Response.FromValue(value, message.Response); 394throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 417switch (message.Response.Status) 422using var document = JsonDocument.Parse(message.Response.ContentStream); 424return Response.FromValue(value, message.Response); 427throw _clientDiagnostics.CreateRequestFailedException(message.Response); 468switch (message.Response.Status) 473using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 475return Response.FromValue(value, message.Response); 478throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 506switch (message.Response.Status) 511using var document = JsonDocument.Parse(message.Response.ContentStream); 513return Response.FromValue(value, message.Response); 516throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Generated\EnvironmentSpecificationVersionsRestOperations.cs (38)
111switch (message.Response.Status) 117using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 119return Response.FromValue(value, message.Response); 122throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 154switch (message.Response.Status) 160using var document = JsonDocument.Parse(message.Response.ContentStream); 162return Response.FromValue(value, message.Response); 165throw _clientDiagnostics.CreateRequestFailedException(message.Response); 220switch (message.Response.Status) 225using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 227return Response.FromValue(value, message.Response); 230throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 262switch (message.Response.Status) 267using var document = JsonDocument.Parse(message.Response.ContentStream); 269return Response.FromValue(value, message.Response); 272throw _clientDiagnostics.CreateRequestFailedException(message.Response); 327switch (message.Response.Status) 331return message.Response; 333throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 365switch (message.Response.Status) 369return message.Response; 371throw _clientDiagnostics.CreateRequestFailedException(message.Response); 434switch (message.Response.Status) 439using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 441return Response.FromValue(value, message.Response); 444throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 473switch (message.Response.Status) 478using var document = JsonDocument.Parse(message.Response.ContentStream); 480return Response.FromValue(value, message.Response); 483throw _clientDiagnostics.CreateRequestFailedException(message.Response); 530switch (message.Response.Status) 535using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 537return Response.FromValue(value, message.Response); 540throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 574switch (message.Response.Status) 579using var document = JsonDocument.Parse(message.Response.ContentStream); 581return Response.FromValue(value, message.Response); 584throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Generated\JobsRestOperations.cs (50)
105switch (message.Response.Status) 111using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 113return Response.FromValue(value, message.Response); 116throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 144switch (message.Response.Status) 150using var document = JsonDocument.Parse(message.Response.ContentStream); 152return Response.FromValue(value, message.Response); 155throw _clientDiagnostics.CreateRequestFailedException(message.Response); 203switch (message.Response.Status) 208using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 210return Response.FromValue(value, message.Response); 213throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 240switch (message.Response.Status) 245using var document = JsonDocument.Parse(message.Response.ContentStream); 247return Response.FromValue(value, message.Response); 250throw _clientDiagnostics.CreateRequestFailedException(message.Response); 298switch (message.Response.Status) 303return message.Response; 305throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 332switch (message.Response.Status) 337return message.Response; 339throw _clientDiagnostics.CreateRequestFailedException(message.Response); 386switch (message.Response.Status) 391using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 393return Response.FromValue(value, message.Response); 396throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 419switch (message.Response.Status) 424using var document = JsonDocument.Parse(message.Response.ContentStream); 426return Response.FromValue(value, message.Response); 429throw _clientDiagnostics.CreateRequestFailedException(message.Response); 478switch (message.Response.Status) 481return message.Response; 483throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 510switch (message.Response.Status) 513return message.Response; 515throw _clientDiagnostics.CreateRequestFailedException(message.Response); 570switch (message.Response.Status) 574return message.Response; 576throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 608switch (message.Response.Status) 612return message.Response; 614throw _clientDiagnostics.CreateRequestFailedException(message.Response); 655switch (message.Response.Status) 660using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 662return Response.FromValue(value, message.Response); 665throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 693switch (message.Response.Status) 698using var document = JsonDocument.Parse(message.Response.ContentStream); 700return Response.FromValue(value, message.Response); 703throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Generated\LabelingJobsRestOperations.cs (64)
105switch (message.Response.Status) 111using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 113return Response.FromValue(value, message.Response); 116throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 144switch (message.Response.Status) 150using var document = JsonDocument.Parse(message.Response.ContentStream); 152return Response.FromValue(value, message.Response); 155throw _clientDiagnostics.CreateRequestFailedException(message.Response); 213switch (message.Response.Status) 218using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 220return Response.FromValue(value, message.Response); 223throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 252switch (message.Response.Status) 257using var document = JsonDocument.Parse(message.Response.ContentStream); 259return Response.FromValue(value, message.Response); 262throw _clientDiagnostics.CreateRequestFailedException(message.Response); 310switch (message.Response.Status) 314return message.Response; 316throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 343switch (message.Response.Status) 347return message.Response; 349throw _clientDiagnostics.CreateRequestFailedException(message.Response); 401switch (message.Response.Status) 406using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 408return Response.FromValue(value, message.Response); 411throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 435switch (message.Response.Status) 440using var document = JsonDocument.Parse(message.Response.ContentStream); 442return Response.FromValue(value, message.Response); 445throw _clientDiagnostics.CreateRequestFailedException(message.Response); 494switch (message.Response.Status) 497return message.Response; 499throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 526switch (message.Response.Status) 529return message.Response; 531throw _clientDiagnostics.CreateRequestFailedException(message.Response); 580switch (message.Response.Status) 583return message.Response; 585throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 612switch (message.Response.Status) 615return message.Response; 617throw _clientDiagnostics.CreateRequestFailedException(message.Response); 674switch (message.Response.Status) 677return message.Response; 679throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 707switch (message.Response.Status) 710return message.Response; 712throw _clientDiagnostics.CreateRequestFailedException(message.Response); 763switch (message.Response.Status) 768using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 770return Response.FromValue(value, message.Response); 773throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 801switch (message.Response.Status) 806using var document = JsonDocument.Parse(message.Response.ContentStream); 808return Response.FromValue(value, message.Response); 811throw _clientDiagnostics.CreateRequestFailedException(message.Response); 853switch (message.Response.Status) 858using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 860return Response.FromValue(value, message.Response); 863throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 892switch (message.Response.Status) 897using var document = JsonDocument.Parse(message.Response.ContentStream); 899return Response.FromValue(value, message.Response); 902throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Generated\LinkedServicesRestOperations.cs (30)
91switch (message.Response.Status) 96using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 98return Response.FromValue(value, message.Response); 101throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 123switch (message.Response.Status) 128using var document = JsonDocument.Parse(message.Response.ContentStream); 130return Response.FromValue(value, message.Response); 133throw _clientDiagnostics.CreateRequestFailedException(message.Response); 190switch (message.Response.Status) 195using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 197return Response.FromValue(value, message.Response); 200throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 232switch (message.Response.Status) 237using var document = JsonDocument.Parse(message.Response.ContentStream); 239return Response.FromValue(value, message.Response); 242throw _clientDiagnostics.CreateRequestFailedException(message.Response); 290switch (message.Response.Status) 295using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 297return Response.FromValue(value, message.Response); 300throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 327switch (message.Response.Status) 332using var document = JsonDocument.Parse(message.Response.ContentStream); 334return Response.FromValue(value, message.Response); 337throw _clientDiagnostics.CreateRequestFailedException(message.Response); 385switch (message.Response.Status) 389return message.Response; 391throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 418switch (message.Response.Status) 422return message.Response; 424throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Generated\MachineLearningComputeRestOperations.cs (80)
96switch (message.Response.Status) 101using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 103return Response.FromValue(value, message.Response); 106throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 129switch (message.Response.Status) 134using var document = JsonDocument.Parse(message.Response.ContentStream); 136return Response.FromValue(value, message.Response); 139throw _clientDiagnostics.CreateRequestFailedException(message.Response); 187switch (message.Response.Status) 192using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 194return Response.FromValue(value, message.Response); 197throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 224switch (message.Response.Status) 229using var document = JsonDocument.Parse(message.Response.ContentStream); 231return Response.FromValue(value, message.Response); 234throw _clientDiagnostics.CreateRequestFailedException(message.Response); 291var headers = new MachineLearningComputeCreateOrUpdateHeaders(message.Response); 292switch (message.Response.Status) 296return ResponseWithHeaders.FromValue(headers, message.Response); 298throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 330var headers = new MachineLearningComputeCreateOrUpdateHeaders(message.Response); 331switch (message.Response.Status) 335return ResponseWithHeaders.FromValue(headers, message.Response); 337throw _clientDiagnostics.CreateRequestFailedException(message.Response); 394switch (message.Response.Status) 397return message.Response; 399throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 431switch (message.Response.Status) 434return message.Response; 436throw _clientDiagnostics.CreateRequestFailedException(message.Response); 486var headers = new MachineLearningComputeDeleteHeaders(message.Response); 487switch (message.Response.Status) 491return ResponseWithHeaders.FromValue(headers, message.Response); 493throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 521var headers = new MachineLearningComputeDeleteHeaders(message.Response); 522switch (message.Response.Status) 526return ResponseWithHeaders.FromValue(headers, message.Response); 528throw _clientDiagnostics.CreateRequestFailedException(message.Response); 577switch (message.Response.Status) 582using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 584return Response.FromValue(value, message.Response); 587throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 614switch (message.Response.Status) 619using var document = JsonDocument.Parse(message.Response.ContentStream); 621return Response.FromValue(value, message.Response); 624throw _clientDiagnostics.CreateRequestFailedException(message.Response); 673switch (message.Response.Status) 678using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 680return Response.FromValue(value, message.Response); 683throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 710switch (message.Response.Status) 715using var document = JsonDocument.Parse(message.Response.ContentStream); 717return Response.FromValue(value, message.Response); 720throw _clientDiagnostics.CreateRequestFailedException(message.Response); 769switch (message.Response.Status) 772return message.Response; 774throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 801switch (message.Response.Status) 804return message.Response; 806throw _clientDiagnostics.CreateRequestFailedException(message.Response); 855switch (message.Response.Status) 858return message.Response; 860throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 887switch (message.Response.Status) 890return message.Response; 892throw _clientDiagnostics.CreateRequestFailedException(message.Response); 941switch (message.Response.Status) 944return message.Response; 946throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 973switch (message.Response.Status) 976return message.Response; 978throw _clientDiagnostics.CreateRequestFailedException(message.Response); 1019switch (message.Response.Status) 1024using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 1026return Response.FromValue(value, message.Response); 1029throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 1057switch (message.Response.Status) 1062using var document = JsonDocument.Parse(message.Response.ContentStream); 1064return Response.FromValue(value, message.Response); 1067throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Generated\MachineLearningServiceRestOperations.cs (38)
136switch (message.Response.Status) 141using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 143return Response.FromValue(value, message.Response); 146throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 177switch (message.Response.Status) 182using var document = JsonDocument.Parse(message.Response.ContentStream); 184return Response.FromValue(value, message.Response); 187throw _clientDiagnostics.CreateRequestFailedException(message.Response); 240switch (message.Response.Status) 245using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 247return Response.FromValue(value, message.Response); 250throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 278switch (message.Response.Status) 283using var document = JsonDocument.Parse(message.Response.ContentStream); 285return Response.FromValue(value, message.Response); 288throw _clientDiagnostics.CreateRequestFailedException(message.Response); 336switch (message.Response.Status) 340return message.Response; 342throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 369switch (message.Response.Status) 373return message.Response; 375throw _clientDiagnostics.CreateRequestFailedException(message.Response); 432var headers = new MachineLearningServiceCreateOrUpdateHeaders(message.Response); 433switch (message.Response.Status) 437return ResponseWithHeaders.FromValue(headers, message.Response); 439throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 471var headers = new MachineLearningServiceCreateOrUpdateHeaders(message.Response); 472switch (message.Response.Status) 476return ResponseWithHeaders.FromValue(headers, message.Response); 478throw _clientDiagnostics.CreateRequestFailedException(message.Response); 527switch (message.Response.Status) 532using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 534return Response.FromValue(value, message.Response); 537throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 573switch (message.Response.Status) 578using var document = JsonDocument.Parse(message.Response.ContentStream); 580return Response.FromValue(value, message.Response); 583throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Generated\ModelContainersRestOperations.cs (38)
101switch (message.Response.Status) 106using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 108return Response.FromValue(value, message.Response); 111throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 135switch (message.Response.Status) 140using var document = JsonDocument.Parse(message.Response.ContentStream); 142return Response.FromValue(value, message.Response); 145throw _clientDiagnostics.CreateRequestFailedException(message.Response); 201switch (message.Response.Status) 207using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 209return Response.FromValue(value, message.Response); 212throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 240switch (message.Response.Status) 246using var document = JsonDocument.Parse(message.Response.ContentStream); 248return Response.FromValue(value, message.Response); 251throw _clientDiagnostics.CreateRequestFailedException(message.Response); 299switch (message.Response.Status) 304using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 306return Response.FromValue(value, message.Response); 309throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 336switch (message.Response.Status) 341using var document = JsonDocument.Parse(message.Response.ContentStream); 343return Response.FromValue(value, message.Response); 346throw _clientDiagnostics.CreateRequestFailedException(message.Response); 394switch (message.Response.Status) 398return message.Response; 400throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 427switch (message.Response.Status) 431return message.Response; 433throw _clientDiagnostics.CreateRequestFailedException(message.Response); 475switch (message.Response.Status) 480using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 482return Response.FromValue(value, message.Response); 485throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 514switch (message.Response.Status) 519using var document = JsonDocument.Parse(message.Response.ContentStream); 521return Response.FromValue(value, message.Response); 524throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Generated\ModelVersionsRestOperations.cs (38)
143switch (message.Response.Status) 148using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 150return Response.FromValue(value, message.Response); 153throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 189switch (message.Response.Status) 194using var document = JsonDocument.Parse(message.Response.ContentStream); 196return Response.FromValue(value, message.Response); 199throw _clientDiagnostics.CreateRequestFailedException(message.Response); 262switch (message.Response.Status) 268using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 270return Response.FromValue(value, message.Response); 273throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 306switch (message.Response.Status) 312using var document = JsonDocument.Parse(message.Response.ContentStream); 314return Response.FromValue(value, message.Response); 317throw _clientDiagnostics.CreateRequestFailedException(message.Response); 372switch (message.Response.Status) 377using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 379return Response.FromValue(value, message.Response); 382throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 414switch (message.Response.Status) 419using var document = JsonDocument.Parse(message.Response.ContentStream); 421return Response.FromValue(value, message.Response); 424throw _clientDiagnostics.CreateRequestFailedException(message.Response); 479switch (message.Response.Status) 483return message.Response; 485throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 517switch (message.Response.Status) 521return message.Response; 523throw _clientDiagnostics.CreateRequestFailedException(message.Response); 577switch (message.Response.Status) 582using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 584return Response.FromValue(value, message.Response); 587throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 628switch (message.Response.Status) 633using var document = JsonDocument.Parse(message.Response.ContentStream); 635return Response.FromValue(value, message.Response); 638throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Generated\NotebooksRestOperations.cs (14)
90switch (message.Response.Status) 94return message.Response; 96throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 117switch (message.Response.Status) 121return message.Response; 123throw _clientDiagnostics.CreateRequestFailedException(message.Response); 164switch (message.Response.Status) 169using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 171return Response.FromValue(value, message.Response); 174throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 195switch (message.Response.Status) 200using var document = JsonDocument.Parse(message.Response.ContentStream); 202return Response.FromValue(value, message.Response); 205throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Generated\PrivateEndpointConnectionsRestOperations.cs (22)
97switch (message.Response.Status) 102using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 104return Response.FromValue(value, message.Response); 107throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 134switch (message.Response.Status) 139using var document = JsonDocument.Parse(message.Response.ContentStream); 141return Response.FromValue(value, message.Response); 144throw _clientDiagnostics.CreateRequestFailedException(message.Response); 201switch (message.Response.Status) 206using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 208return Response.FromValue(value, message.Response); 211throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 243switch (message.Response.Status) 248using var document = JsonDocument.Parse(message.Response.ContentStream); 250return Response.FromValue(value, message.Response); 253throw _clientDiagnostics.CreateRequestFailedException(message.Response); 301switch (message.Response.Status) 305return message.Response; 307throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 334switch (message.Response.Status) 338return message.Response; 340throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Generated\PrivateLinkResourcesRestOperations.cs (8)
91switch (message.Response.Status) 96using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 98return Response.FromValue(value, message.Response); 101throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 123switch (message.Response.Status) 128using var document = JsonDocument.Parse(message.Response.ContentStream); 130return Response.FromValue(value, message.Response); 133throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Generated\QuotasRestOperations.cs (24)
93switch (message.Response.Status) 98using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 100return Response.FromValue(value, message.Response); 103throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 125switch (message.Response.Status) 130using var document = JsonDocument.Parse(message.Response.ContentStream); 132return Response.FromValue(value, message.Response); 135throw _clientDiagnostics.CreateRequestFailedException(message.Response); 170switch (message.Response.Status) 175using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 177return Response.FromValue(value, message.Response); 180throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 197switch (message.Response.Status) 202using var document = JsonDocument.Parse(message.Response.ContentStream); 204return Response.FromValue(value, message.Response); 207throw _clientDiagnostics.CreateRequestFailedException(message.Response); 242switch (message.Response.Status) 247using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 249return Response.FromValue(value, message.Response); 252throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 274switch (message.Response.Status) 279using var document = JsonDocument.Parse(message.Response.ContentStream); 281return Response.FromValue(value, message.Response); 284throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Generated\RestOperations.cs (8)
66switch (message.Response.Status) 71using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 73return Response.FromValue(value, message.Response); 76throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 86switch (message.Response.Status) 91using var document = JsonDocument.Parse(message.Response.ContentStream); 93return Response.FromValue(value, message.Response); 96throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Generated\UsagesRestOperations.cs (16)
84switch (message.Response.Status) 89using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 91return Response.FromValue(value, message.Response); 94throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 111switch (message.Response.Status) 116using var document = JsonDocument.Parse(message.Response.ContentStream); 118return Response.FromValue(value, message.Response); 121throw _clientDiagnostics.CreateRequestFailedException(message.Response); 156switch (message.Response.Status) 161using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 163return Response.FromValue(value, message.Response); 166throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 188switch (message.Response.Status) 193using var document = JsonDocument.Parse(message.Response.ContentStream); 195return Response.FromValue(value, message.Response); 198throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Generated\VirtualMachineSizesRestOperations.cs (8)
84switch (message.Response.Status) 89using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 91return Response.FromValue(value, message.Response); 94throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 111switch (message.Response.Status) 116using var document = JsonDocument.Parse(message.Response.ContentStream); 118return Response.FromValue(value, message.Response); 121throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Generated\WorkspaceConnectionsRestOperations.cs (30)
101switch (message.Response.Status) 106using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 108return Response.FromValue(value, message.Response); 111throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 135switch (message.Response.Status) 140using var document = JsonDocument.Parse(message.Response.ContentStream); 142return Response.FromValue(value, message.Response); 145throw _clientDiagnostics.CreateRequestFailedException(message.Response); 202switch (message.Response.Status) 207using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 209return Response.FromValue(value, message.Response); 212throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 244switch (message.Response.Status) 249using var document = JsonDocument.Parse(message.Response.ContentStream); 251return Response.FromValue(value, message.Response); 254throw _clientDiagnostics.CreateRequestFailedException(message.Response); 302switch (message.Response.Status) 307using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 309return Response.FromValue(value, message.Response); 312throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 339switch (message.Response.Status) 344using var document = JsonDocument.Parse(message.Response.ContentStream); 346return Response.FromValue(value, message.Response); 349throw _clientDiagnostics.CreateRequestFailedException(message.Response); 397switch (message.Response.Status) 401return message.Response; 403throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 430switch (message.Response.Status) 434return message.Response; 436throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Generated\WorkspaceFeaturesRestOperations.cs (16)
91switch (message.Response.Status) 96using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 98return Response.FromValue(value, message.Response); 101throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 123switch (message.Response.Status) 128using var document = JsonDocument.Parse(message.Response.ContentStream); 130return Response.FromValue(value, message.Response); 133throw _clientDiagnostics.CreateRequestFailedException(message.Response); 173switch (message.Response.Status) 178using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 180return Response.FromValue(value, message.Response); 183throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 210switch (message.Response.Status) 215using var document = JsonDocument.Parse(message.Response.ContentStream); 217return Response.FromValue(value, message.Response); 220throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Generated\WorkspacesRestOperations.cs (74)
90switch (message.Response.Status) 95using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 97return Response.FromValue(value, message.Response); 100throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 122switch (message.Response.Status) 127using var document = JsonDocument.Parse(message.Response.ContentStream); 129return Response.FromValue(value, message.Response); 132throw _clientDiagnostics.CreateRequestFailedException(message.Response); 182switch (message.Response.Status) 187return message.Response; 189throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 216switch (message.Response.Status) 221return message.Response; 223throw _clientDiagnostics.CreateRequestFailedException(message.Response); 264switch (message.Response.Status) 269return message.Response; 271throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 293switch (message.Response.Status) 298return message.Response; 300throw _clientDiagnostics.CreateRequestFailedException(message.Response); 350switch (message.Response.Status) 355using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 357return Response.FromValue(value, message.Response); 360throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 387switch (message.Response.Status) 392using var document = JsonDocument.Parse(message.Response.ContentStream); 394return Response.FromValue(value, message.Response); 397throw _clientDiagnostics.CreateRequestFailedException(message.Response); 437switch (message.Response.Status) 442using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 444return Response.FromValue(value, message.Response); 447throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 465switch (message.Response.Status) 470using var document = JsonDocument.Parse(message.Response.ContentStream); 472return Response.FromValue(value, message.Response); 475throw _clientDiagnostics.CreateRequestFailedException(message.Response); 517switch (message.Response.Status) 522using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 524return Response.FromValue(value, message.Response); 527throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 549switch (message.Response.Status) 554using var document = JsonDocument.Parse(message.Response.ContentStream); 556return Response.FromValue(value, message.Response); 559throw _clientDiagnostics.CreateRequestFailedException(message.Response); 601switch (message.Response.Status) 604return message.Response; 606throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 628switch (message.Response.Status) 631return message.Response; 633throw _clientDiagnostics.CreateRequestFailedException(message.Response); 664switch (message.Response.Status) 669using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 671return Response.FromValue(value, message.Response); 674throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 685switch (message.Response.Status) 690using var document = JsonDocument.Parse(message.Response.ContentStream); 692return Response.FromValue(value, message.Response); 695throw _clientDiagnostics.CreateRequestFailedException(message.Response); 731switch (message.Response.Status) 736using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 738return Response.FromValue(value, message.Response); 741throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 764switch (message.Response.Status) 769using var document = JsonDocument.Parse(message.Response.ContentStream); 771return Response.FromValue(value, message.Response); 774throw _clientDiagnostics.CreateRequestFailedException(message.Response); 805switch (message.Response.Status) 810using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 812return Response.FromValue(value, message.Response); 815throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 833switch (message.Response.Status) 838using var document = JsonDocument.Parse(message.Response.ContentStream); 840return Response.FromValue(value, message.Response); 843throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Shared\AutoRest\ArmOperationHelpers.cs (2)
202return message.Response; 224return message.Response;
Azure.ResourceManager.Network (4388)
Generated\ApplicationGatewaysRestOperations.cs (148)
84switch (message.Response.Status) 89return message.Response; 91throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 113switch (message.Response.Status) 118return message.Response; 120throw _clientDiagnostics.CreateRequestFailedException(message.Response); 161switch (message.Response.Status) 166using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 168return Response.FromValue(value, message.Response); 171throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 193switch (message.Response.Status) 198using var document = JsonDocument.Parse(message.Response.ContentStream); 200return Response.FromValue(value, message.Response); 203throw _clientDiagnostics.CreateRequestFailedException(message.Response); 253switch (message.Response.Status) 257return message.Response; 259throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 286switch (message.Response.Status) 290return message.Response; 292throw _clientDiagnostics.CreateRequestFailedException(message.Response); 342switch (message.Response.Status) 347using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 349return Response.FromValue(value, message.Response); 352throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 379switch (message.Response.Status) 384using var document = JsonDocument.Parse(message.Response.ContentStream); 386return Response.FromValue(value, message.Response); 389throw _clientDiagnostics.CreateRequestFailedException(message.Response); 424switch (message.Response.Status) 429using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 431return Response.FromValue(value, message.Response); 434throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 451switch (message.Response.Status) 456using var document = JsonDocument.Parse(message.Response.ContentStream); 458return Response.FromValue(value, message.Response); 461throw _clientDiagnostics.CreateRequestFailedException(message.Response); 487switch (message.Response.Status) 492using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 494return Response.FromValue(value, message.Response); 497throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 507switch (message.Response.Status) 512using var document = JsonDocument.Parse(message.Response.ContentStream); 514return Response.FromValue(value, message.Response); 517throw _clientDiagnostics.CreateRequestFailedException(message.Response); 559switch (message.Response.Status) 563return message.Response; 565throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 587switch (message.Response.Status) 591return message.Response; 593throw _clientDiagnostics.CreateRequestFailedException(message.Response); 635switch (message.Response.Status) 639return message.Response; 641throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 663switch (message.Response.Status) 667return message.Response; 669throw _clientDiagnostics.CreateRequestFailedException(message.Response); 716switch (message.Response.Status) 720return message.Response; 722throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 745switch (message.Response.Status) 749return message.Response; 751throw _clientDiagnostics.CreateRequestFailedException(message.Response); 807switch (message.Response.Status) 811return message.Response; 813throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 841switch (message.Response.Status) 845return message.Response; 847throw _clientDiagnostics.CreateRequestFailedException(message.Response); 873switch (message.Response.Status) 878using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 885return Response.FromValue(value, message.Response); 888throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 898switch (message.Response.Status) 903using var document = JsonDocument.Parse(message.Response.ContentStream); 910return Response.FromValue(value, message.Response); 913throw _clientDiagnostics.CreateRequestFailedException(message.Response); 939switch (message.Response.Status) 944using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 951return Response.FromValue(value, message.Response); 954throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 964switch (message.Response.Status) 969using var document = JsonDocument.Parse(message.Response.ContentStream); 976return Response.FromValue(value, message.Response); 979throw _clientDiagnostics.CreateRequestFailedException(message.Response); 1005switch (message.Response.Status) 1010using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 1017return Response.FromValue(value, message.Response); 1020throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 1030switch (message.Response.Status) 1035using var document = JsonDocument.Parse(message.Response.ContentStream); 1042return Response.FromValue(value, message.Response); 1045throw _clientDiagnostics.CreateRequestFailedException(message.Response); 1071switch (message.Response.Status) 1076using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 1078return Response.FromValue(value, message.Response); 1081throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 1091switch (message.Response.Status) 1096using var document = JsonDocument.Parse(message.Response.ContentStream); 1098return Response.FromValue(value, message.Response); 1101throw _clientDiagnostics.CreateRequestFailedException(message.Response); 1127switch (message.Response.Status) 1132using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 1134return Response.FromValue(value, message.Response); 1137throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 1147switch (message.Response.Status) 1152using var document = JsonDocument.Parse(message.Response.ContentStream); 1154return Response.FromValue(value, message.Response); 1157throw _clientDiagnostics.CreateRequestFailedException(message.Response); 1183switch (message.Response.Status) 1188using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 1190return Response.FromValue(value, message.Response); 1193throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 1203switch (message.Response.Status) 1208using var document = JsonDocument.Parse(message.Response.ContentStream); 1210return Response.FromValue(value, message.Response); 1213throw _clientDiagnostics.CreateRequestFailedException(message.Response); 1247switch (message.Response.Status) 1252using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 1254return Response.FromValue(value, message.Response); 1257throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 1274switch (message.Response.Status) 1279using var document = JsonDocument.Parse(message.Response.ContentStream); 1281return Response.FromValue(value, message.Response); 1284throw _clientDiagnostics.CreateRequestFailedException(message.Response); 1319switch (message.Response.Status) 1324using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 1326return Response.FromValue(value, message.Response); 1329throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 1351switch (message.Response.Status) 1356using var document = JsonDocument.Parse(message.Response.ContentStream); 1358return Response.FromValue(value, message.Response); 1361throw _clientDiagnostics.CreateRequestFailedException(message.Response); 1391switch (message.Response.Status) 1396using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 1398return Response.FromValue(value, message.Response); 1401throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 1418switch (message.Response.Status) 1423using var document = JsonDocument.Parse(message.Response.ContentStream); 1425return Response.FromValue(value, message.Response); 1428throw _clientDiagnostics.CreateRequestFailedException(message.Response); 1458switch (message.Response.Status) 1463using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 1465return Response.FromValue(value, message.Response); 1468throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 1485switch (message.Response.Status) 1490using var document = JsonDocument.Parse(message.Response.ContentStream); 1492return Response.FromValue(value, message.Response); 1495throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Generated\ApplicationSecurityGroupsRestOperations.cs (60)
83switch (message.Response.Status) 88return message.Response; 90throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 112switch (message.Response.Status) 117return message.Response; 119throw _clientDiagnostics.CreateRequestFailedException(message.Response); 160switch (message.Response.Status) 165using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 167return Response.FromValue(value, message.Response); 170throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 192switch (message.Response.Status) 197using var document = JsonDocument.Parse(message.Response.ContentStream); 199return Response.FromValue(value, message.Response); 202throw _clientDiagnostics.CreateRequestFailedException(message.Response); 252switch (message.Response.Status) 256return message.Response; 258throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 285switch (message.Response.Status) 289return message.Response; 291throw _clientDiagnostics.CreateRequestFailedException(message.Response); 341switch (message.Response.Status) 346using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 348return Response.FromValue(value, message.Response); 351throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 378switch (message.Response.Status) 383using var document = JsonDocument.Parse(message.Response.ContentStream); 385return Response.FromValue(value, message.Response); 388throw _clientDiagnostics.CreateRequestFailedException(message.Response); 414switch (message.Response.Status) 419using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 421return Response.FromValue(value, message.Response); 424throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 434switch (message.Response.Status) 439using var document = JsonDocument.Parse(message.Response.ContentStream); 441return Response.FromValue(value, message.Response); 444throw _clientDiagnostics.CreateRequestFailedException(message.Response); 479switch (message.Response.Status) 484using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 486return Response.FromValue(value, message.Response); 489throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 506switch (message.Response.Status) 511using var document = JsonDocument.Parse(message.Response.ContentStream); 513return Response.FromValue(value, message.Response); 516throw _clientDiagnostics.CreateRequestFailedException(message.Response); 546switch (message.Response.Status) 551using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 553return Response.FromValue(value, message.Response); 556throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 573switch (message.Response.Status) 578using var document = JsonDocument.Parse(message.Response.ContentStream); 580return Response.FromValue(value, message.Response); 583throw _clientDiagnostics.CreateRequestFailedException(message.Response); 618switch (message.Response.Status) 623using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 625return Response.FromValue(value, message.Response); 628throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 650switch (message.Response.Status) 655using var document = JsonDocument.Parse(message.Response.ContentStream); 657return Response.FromValue(value, message.Response); 660throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Generated\AvailableDelegationsRestOperations.cs (16)
77switch (message.Response.Status) 82using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 84return Response.FromValue(value, message.Response); 87throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 104switch (message.Response.Status) 109using var document = JsonDocument.Parse(message.Response.ContentStream); 111return Response.FromValue(value, message.Response); 114throw _clientDiagnostics.CreateRequestFailedException(message.Response); 149switch (message.Response.Status) 154using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 156return Response.FromValue(value, message.Response); 159throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 181switch (message.Response.Status) 186using var document = JsonDocument.Parse(message.Response.ContentStream); 188return Response.FromValue(value, message.Response); 191throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Generated\AvailableEndpointServicesRestOperations.cs (16)
77switch (message.Response.Status) 82using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 84return Response.FromValue(value, message.Response); 87throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 104switch (message.Response.Status) 109using var document = JsonDocument.Parse(message.Response.ContentStream); 111return Response.FromValue(value, message.Response); 114throw _clientDiagnostics.CreateRequestFailedException(message.Response); 149switch (message.Response.Status) 154using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 156return Response.FromValue(value, message.Response); 159throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 181switch (message.Response.Status) 186using var document = JsonDocument.Parse(message.Response.ContentStream); 188return Response.FromValue(value, message.Response); 191throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Generated\AvailablePrivateEndpointTypesRestOperations.cs (32)
77switch (message.Response.Status) 82using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 84return Response.FromValue(value, message.Response); 87throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 104switch (message.Response.Status) 109using var document = JsonDocument.Parse(message.Response.ContentStream); 111return Response.FromValue(value, message.Response); 114throw _clientDiagnostics.CreateRequestFailedException(message.Response); 156switch (message.Response.Status) 161using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 163return Response.FromValue(value, message.Response); 166throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 188switch (message.Response.Status) 193using var document = JsonDocument.Parse(message.Response.ContentStream); 195return Response.FromValue(value, message.Response); 198throw _clientDiagnostics.CreateRequestFailedException(message.Response); 233switch (message.Response.Status) 238using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 240return Response.FromValue(value, message.Response); 243throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 265switch (message.Response.Status) 270using var document = JsonDocument.Parse(message.Response.ContentStream); 272return Response.FromValue(value, message.Response); 275throw _clientDiagnostics.CreateRequestFailedException(message.Response); 315switch (message.Response.Status) 320using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 322return Response.FromValue(value, message.Response); 325throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 352switch (message.Response.Status) 357using var document = JsonDocument.Parse(message.Response.ContentStream); 359return Response.FromValue(value, message.Response); 362throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Generated\AvailableResourceGroupDelegationsRestOperations.cs (16)
84switch (message.Response.Status) 89using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 91return Response.FromValue(value, message.Response); 94throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 116switch (message.Response.Status) 121using var document = JsonDocument.Parse(message.Response.ContentStream); 123return Response.FromValue(value, message.Response); 126throw _clientDiagnostics.CreateRequestFailedException(message.Response); 166switch (message.Response.Status) 171using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 173return Response.FromValue(value, message.Response); 176throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 203switch (message.Response.Status) 208using var document = JsonDocument.Parse(message.Response.ContentStream); 210return Response.FromValue(value, message.Response); 213throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Generated\AvailableServiceAliasesRestOperations.cs (32)
77switch (message.Response.Status) 82using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 84return Response.FromValue(value, message.Response); 87throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 104switch (message.Response.Status) 109using var document = JsonDocument.Parse(message.Response.ContentStream); 111return Response.FromValue(value, message.Response); 114throw _clientDiagnostics.CreateRequestFailedException(message.Response); 156switch (message.Response.Status) 161using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 163return Response.FromValue(value, message.Response); 166throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 188switch (message.Response.Status) 193using var document = JsonDocument.Parse(message.Response.ContentStream); 195return Response.FromValue(value, message.Response); 198throw _clientDiagnostics.CreateRequestFailedException(message.Response); 233switch (message.Response.Status) 238using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 240return Response.FromValue(value, message.Response); 243throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 265switch (message.Response.Status) 270using var document = JsonDocument.Parse(message.Response.ContentStream); 272return Response.FromValue(value, message.Response); 275throw _clientDiagnostics.CreateRequestFailedException(message.Response); 315switch (message.Response.Status) 320using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 322return Response.FromValue(value, message.Response); 325throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 352switch (message.Response.Status) 357using var document = JsonDocument.Parse(message.Response.ContentStream); 359return Response.FromValue(value, message.Response); 362throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Generated\AzureFirewallFqdnTagsRestOperations.cs (16)
68switch (message.Response.Status) 73using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 75return Response.FromValue(value, message.Response); 78throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 88switch (message.Response.Status) 93using var document = JsonDocument.Parse(message.Response.ContentStream); 95return Response.FromValue(value, message.Response); 98throw _clientDiagnostics.CreateRequestFailedException(message.Response); 128switch (message.Response.Status) 133using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 135return Response.FromValue(value, message.Response); 138throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 155switch (message.Response.Status) 160using var document = JsonDocument.Parse(message.Response.ContentStream); 162return Response.FromValue(value, message.Response); 165throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Generated\AzureFirewallsRestOperations.cs (58)
83switch (message.Response.Status) 88return message.Response; 90throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 112switch (message.Response.Status) 117return message.Response; 119throw _clientDiagnostics.CreateRequestFailedException(message.Response); 160switch (message.Response.Status) 165using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 167return Response.FromValue(value, message.Response); 170throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 192switch (message.Response.Status) 197using var document = JsonDocument.Parse(message.Response.ContentStream); 199return Response.FromValue(value, message.Response); 202throw _clientDiagnostics.CreateRequestFailedException(message.Response); 252switch (message.Response.Status) 256return message.Response; 258throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 285switch (message.Response.Status) 289return message.Response; 291throw _clientDiagnostics.CreateRequestFailedException(message.Response); 341switch (message.Response.Status) 345return message.Response; 347throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 374switch (message.Response.Status) 378return message.Response; 380throw _clientDiagnostics.CreateRequestFailedException(message.Response); 415switch (message.Response.Status) 420using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 422return Response.FromValue(value, message.Response); 425throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 442switch (message.Response.Status) 447using var document = JsonDocument.Parse(message.Response.ContentStream); 449return Response.FromValue(value, message.Response); 452throw _clientDiagnostics.CreateRequestFailedException(message.Response); 478switch (message.Response.Status) 483using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 485return Response.FromValue(value, message.Response); 488throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 498switch (message.Response.Status) 503using var document = JsonDocument.Parse(message.Response.ContentStream); 505return Response.FromValue(value, message.Response); 508throw _clientDiagnostics.CreateRequestFailedException(message.Response); 543switch (message.Response.Status) 548using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 550return Response.FromValue(value, message.Response); 553throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 575switch (message.Response.Status) 580using var document = JsonDocument.Parse(message.Response.ContentStream); 582return Response.FromValue(value, message.Response); 585throw _clientDiagnostics.CreateRequestFailedException(message.Response); 615switch (message.Response.Status) 620using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 622return Response.FromValue(value, message.Response); 625throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 642switch (message.Response.Status) 647using var document = JsonDocument.Parse(message.Response.ContentStream); 649return Response.FromValue(value, message.Response); 652throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Generated\BastionHostsRestOperations.cs (52)
83switch (message.Response.Status) 88return message.Response; 90throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 112switch (message.Response.Status) 117return message.Response; 119throw _clientDiagnostics.CreateRequestFailedException(message.Response); 160switch (message.Response.Status) 165using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 167return Response.FromValue(value, message.Response); 170throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 192switch (message.Response.Status) 197using var document = JsonDocument.Parse(message.Response.ContentStream); 199return Response.FromValue(value, message.Response); 202throw _clientDiagnostics.CreateRequestFailedException(message.Response); 252switch (message.Response.Status) 256return message.Response; 258throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 285switch (message.Response.Status) 289return message.Response; 291throw _clientDiagnostics.CreateRequestFailedException(message.Response); 317switch (message.Response.Status) 322using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 324return Response.FromValue(value, message.Response); 327throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 337switch (message.Response.Status) 342using var document = JsonDocument.Parse(message.Response.ContentStream); 344return Response.FromValue(value, message.Response); 347throw _clientDiagnostics.CreateRequestFailedException(message.Response); 382switch (message.Response.Status) 387using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 389return Response.FromValue(value, message.Response); 392throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 409switch (message.Response.Status) 414using var document = JsonDocument.Parse(message.Response.ContentStream); 416return Response.FromValue(value, message.Response); 419throw _clientDiagnostics.CreateRequestFailedException(message.Response); 449switch (message.Response.Status) 454using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 456return Response.FromValue(value, message.Response); 459throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 476switch (message.Response.Status) 481using var document = JsonDocument.Parse(message.Response.ContentStream); 483return Response.FromValue(value, message.Response); 486throw _clientDiagnostics.CreateRequestFailedException(message.Response); 521switch (message.Response.Status) 526using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 528return Response.FromValue(value, message.Response); 531throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 553switch (message.Response.Status) 558using var document = JsonDocument.Parse(message.Response.ContentStream); 560return Response.FromValue(value, message.Response); 563throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Generated\BgpServiceCommunitiesRestOperations.cs (16)
68switch (message.Response.Status) 73using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 75return Response.FromValue(value, message.Response); 78throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 88switch (message.Response.Status) 93using var document = JsonDocument.Parse(message.Response.ContentStream); 95return Response.FromValue(value, message.Response); 98throw _clientDiagnostics.CreateRequestFailedException(message.Response); 128switch (message.Response.Status) 133using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 135return Response.FromValue(value, message.Response); 138throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 155switch (message.Response.Status) 160using var document = JsonDocument.Parse(message.Response.ContentStream); 162return Response.FromValue(value, message.Response); 165throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Generated\ConnectionMonitorsRestOperations.cs (54)
99switch (message.Response.Status) 103return message.Response; 105throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 137switch (message.Response.Status) 141return message.Response; 143throw _clientDiagnostics.CreateRequestFailedException(message.Response); 191switch (message.Response.Status) 196using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 198return Response.FromValue(value, message.Response); 201throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 228switch (message.Response.Status) 233using var document = JsonDocument.Parse(message.Response.ContentStream); 235return Response.FromValue(value, message.Response); 238throw _clientDiagnostics.CreateRequestFailedException(message.Response); 286switch (message.Response.Status) 290return message.Response; 292throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 319switch (message.Response.Status) 323return message.Response; 325throw _clientDiagnostics.CreateRequestFailedException(message.Response); 382switch (message.Response.Status) 387using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 389return Response.FromValue(value, message.Response); 392throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 424switch (message.Response.Status) 429using var document = JsonDocument.Parse(message.Response.ContentStream); 431return Response.FromValue(value, message.Response); 434throw _clientDiagnostics.CreateRequestFailedException(message.Response); 483switch (message.Response.Status) 487return message.Response; 489throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 516switch (message.Response.Status) 520return message.Response; 522throw _clientDiagnostics.CreateRequestFailedException(message.Response); 571switch (message.Response.Status) 575return message.Response; 577throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 604switch (message.Response.Status) 608return message.Response; 610throw _clientDiagnostics.CreateRequestFailedException(message.Response); 659switch (message.Response.Status) 663return message.Response; 665throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 692switch (message.Response.Status) 696return message.Response; 698throw _clientDiagnostics.CreateRequestFailedException(message.Response); 740switch (message.Response.Status) 745using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 747return Response.FromValue(value, message.Response); 750throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 772switch (message.Response.Status) 777using var document = JsonDocument.Parse(message.Response.ContentStream); 779return Response.FromValue(value, message.Response); 782throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Generated\DdosCustomPoliciesRestOperations.cs (28)
83switch (message.Response.Status) 88return message.Response; 90throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 112switch (message.Response.Status) 117return message.Response; 119throw _clientDiagnostics.CreateRequestFailedException(message.Response); 160switch (message.Response.Status) 165using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 167return Response.FromValue(value, message.Response); 170throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 192switch (message.Response.Status) 197using var document = JsonDocument.Parse(message.Response.ContentStream); 199return Response.FromValue(value, message.Response); 202throw _clientDiagnostics.CreateRequestFailedException(message.Response); 252switch (message.Response.Status) 256return message.Response; 258throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 285switch (message.Response.Status) 289return message.Response; 291throw _clientDiagnostics.CreateRequestFailedException(message.Response); 341switch (message.Response.Status) 346using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 348return Response.FromValue(value, message.Response); 351throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 378switch (message.Response.Status) 383using var document = JsonDocument.Parse(message.Response.ContentStream); 385return Response.FromValue(value, message.Response); 388throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Generated\DdosProtectionPlansRestOperations.cs (60)
83switch (message.Response.Status) 88return message.Response; 90throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 112switch (message.Response.Status) 117return message.Response; 119throw _clientDiagnostics.CreateRequestFailedException(message.Response); 160switch (message.Response.Status) 165using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 167return Response.FromValue(value, message.Response); 170throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 192switch (message.Response.Status) 197using var document = JsonDocument.Parse(message.Response.ContentStream); 199return Response.FromValue(value, message.Response); 202throw _clientDiagnostics.CreateRequestFailedException(message.Response); 252switch (message.Response.Status) 256return message.Response; 258throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 285switch (message.Response.Status) 289return message.Response; 291throw _clientDiagnostics.CreateRequestFailedException(message.Response); 341switch (message.Response.Status) 346using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 348return Response.FromValue(value, message.Response); 351throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 378switch (message.Response.Status) 383using var document = JsonDocument.Parse(message.Response.ContentStream); 385return Response.FromValue(value, message.Response); 388throw _clientDiagnostics.CreateRequestFailedException(message.Response); 414switch (message.Response.Status) 419using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 421return Response.FromValue(value, message.Response); 424throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 434switch (message.Response.Status) 439using var document = JsonDocument.Parse(message.Response.ContentStream); 441return Response.FromValue(value, message.Response); 444throw _clientDiagnostics.CreateRequestFailedException(message.Response); 479switch (message.Response.Status) 484using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 486return Response.FromValue(value, message.Response); 489throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 506switch (message.Response.Status) 511using var document = JsonDocument.Parse(message.Response.ContentStream); 513return Response.FromValue(value, message.Response); 516throw _clientDiagnostics.CreateRequestFailedException(message.Response); 546switch (message.Response.Status) 551using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 553return Response.FromValue(value, message.Response); 556throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 573switch (message.Response.Status) 578using var document = JsonDocument.Parse(message.Response.ContentStream); 580return Response.FromValue(value, message.Response); 583throw _clientDiagnostics.CreateRequestFailedException(message.Response); 618switch (message.Response.Status) 623using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 625return Response.FromValue(value, message.Response); 628throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 650switch (message.Response.Status) 655using var document = JsonDocument.Parse(message.Response.ContentStream); 657return Response.FromValue(value, message.Response); 660throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Generated\DefaultSecurityRulesRestOperations.cs (24)
84switch (message.Response.Status) 89using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 91return Response.FromValue(value, message.Response); 94throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 116switch (message.Response.Status) 121using var document = JsonDocument.Parse(message.Response.ContentStream); 123return Response.FromValue(value, message.Response); 126throw _clientDiagnostics.CreateRequestFailedException(message.Response); 174switch (message.Response.Status) 179using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 181return Response.FromValue(value, message.Response); 184throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 211switch (message.Response.Status) 216using var document = JsonDocument.Parse(message.Response.ContentStream); 218return Response.FromValue(value, message.Response); 221throw _clientDiagnostics.CreateRequestFailedException(message.Response); 261switch (message.Response.Status) 266using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 268return Response.FromValue(value, message.Response); 271throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 298switch (message.Response.Status) 303using var document = JsonDocument.Parse(message.Response.ContentStream); 305return Response.FromValue(value, message.Response); 308throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Generated\ExpressRouteCircuitAuthorizationsRestOperations.cs (36)
90switch (message.Response.Status) 95return message.Response; 97throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 124switch (message.Response.Status) 129return message.Response; 131throw _clientDiagnostics.CreateRequestFailedException(message.Response); 179switch (message.Response.Status) 184using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 186return Response.FromValue(value, message.Response); 189throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 216switch (message.Response.Status) 221using var document = JsonDocument.Parse(message.Response.ContentStream); 223return Response.FromValue(value, message.Response); 226throw _clientDiagnostics.CreateRequestFailedException(message.Response); 283switch (message.Response.Status) 287return message.Response; 289throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 321switch (message.Response.Status) 325return message.Response; 327throw _clientDiagnostics.CreateRequestFailedException(message.Response); 369switch (message.Response.Status) 374using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 376return Response.FromValue(value, message.Response); 379throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 401switch (message.Response.Status) 406using var document = JsonDocument.Parse(message.Response.ContentStream); 408return Response.FromValue(value, message.Response); 411throw _clientDiagnostics.CreateRequestFailedException(message.Response); 451switch (message.Response.Status) 456using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 458return Response.FromValue(value, message.Response); 461throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 488switch (message.Response.Status) 493using var document = JsonDocument.Parse(message.Response.ContentStream); 495return Response.FromValue(value, message.Response); 498throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Generated\ExpressRouteCircuitConnectionsRestOperations.cs (36)
97switch (message.Response.Status) 102return message.Response; 104throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 136switch (message.Response.Status) 141return message.Response; 143throw _clientDiagnostics.CreateRequestFailedException(message.Response); 198switch (message.Response.Status) 203using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 205return Response.FromValue(value, message.Response); 208throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 240switch (message.Response.Status) 245using var document = JsonDocument.Parse(message.Response.ContentStream); 247return Response.FromValue(value, message.Response); 250throw _clientDiagnostics.CreateRequestFailedException(message.Response); 314switch (message.Response.Status) 318return message.Response; 320throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 357switch (message.Response.Status) 361return message.Response; 363throw _clientDiagnostics.CreateRequestFailedException(message.Response); 412switch (message.Response.Status) 417using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 419return Response.FromValue(value, message.Response); 422throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 449switch (message.Response.Status) 454using var document = JsonDocument.Parse(message.Response.ContentStream); 456return Response.FromValue(value, message.Response); 459throw _clientDiagnostics.CreateRequestFailedException(message.Response); 504switch (message.Response.Status) 509using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 511return Response.FromValue(value, message.Response); 514throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 546switch (message.Response.Status) 551using var document = JsonDocument.Parse(message.Response.ContentStream); 553return Response.FromValue(value, message.Response); 556throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Generated\ExpressRouteCircuitPeeringsRestOperations.cs (36)
90switch (message.Response.Status) 95return message.Response; 97throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 124switch (message.Response.Status) 129return message.Response; 131throw _clientDiagnostics.CreateRequestFailedException(message.Response); 179switch (message.Response.Status) 184using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 186return Response.FromValue(value, message.Response); 189throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 216switch (message.Response.Status) 221using var document = JsonDocument.Parse(message.Response.ContentStream); 223return Response.FromValue(value, message.Response); 226throw _clientDiagnostics.CreateRequestFailedException(message.Response); 283switch (message.Response.Status) 287return message.Response; 289throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 321switch (message.Response.Status) 325return message.Response; 327throw _clientDiagnostics.CreateRequestFailedException(message.Response); 369switch (message.Response.Status) 374using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 376return Response.FromValue(value, message.Response); 379throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 401switch (message.Response.Status) 406using var document = JsonDocument.Parse(message.Response.ContentStream); 408return Response.FromValue(value, message.Response); 411throw _clientDiagnostics.CreateRequestFailedException(message.Response); 451switch (message.Response.Status) 456using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 458return Response.FromValue(value, message.Response); 461throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 488switch (message.Response.Status) 493using var document = JsonDocument.Parse(message.Response.ContentStream); 495return Response.FromValue(value, message.Response); 498throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Generated\ExpressRouteCircuitsRestOperations.cs (94)
83switch (message.Response.Status) 88return message.Response; 90throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 112switch (message.Response.Status) 117return message.Response; 119throw _clientDiagnostics.CreateRequestFailedException(message.Response); 160switch (message.Response.Status) 165using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 167return Response.FromValue(value, message.Response); 170throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 192switch (message.Response.Status) 197using var document = JsonDocument.Parse(message.Response.ContentStream); 199return Response.FromValue(value, message.Response); 202throw _clientDiagnostics.CreateRequestFailedException(message.Response); 252switch (message.Response.Status) 256return message.Response; 258throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 285switch (message.Response.Status) 289return message.Response; 291throw _clientDiagnostics.CreateRequestFailedException(message.Response); 341switch (message.Response.Status) 346using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 348return Response.FromValue(value, message.Response); 351throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 378switch (message.Response.Status) 383using var document = JsonDocument.Parse(message.Response.ContentStream); 385return Response.FromValue(value, message.Response); 388throw _clientDiagnostics.CreateRequestFailedException(message.Response); 443switch (message.Response.Status) 447return message.Response; 449throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 481switch (message.Response.Status) 485return message.Response; 487throw _clientDiagnostics.CreateRequestFailedException(message.Response); 542switch (message.Response.Status) 546return message.Response; 548throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 580switch (message.Response.Status) 584return message.Response; 586throw _clientDiagnostics.CreateRequestFailedException(message.Response); 641switch (message.Response.Status) 645return message.Response; 647throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 679switch (message.Response.Status) 683return message.Response; 685throw _clientDiagnostics.CreateRequestFailedException(message.Response); 727switch (message.Response.Status) 732using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 734return Response.FromValue(value, message.Response); 737throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 759switch (message.Response.Status) 764using var document = JsonDocument.Parse(message.Response.ContentStream); 766return Response.FromValue(value, message.Response); 769throw _clientDiagnostics.CreateRequestFailedException(message.Response); 818switch (message.Response.Status) 823using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 825return Response.FromValue(value, message.Response); 828throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 855switch (message.Response.Status) 860using var document = JsonDocument.Parse(message.Response.ContentStream); 862return Response.FromValue(value, message.Response); 865throw _clientDiagnostics.CreateRequestFailedException(message.Response); 900switch (message.Response.Status) 905using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 907return Response.FromValue(value, message.Response); 910throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 927switch (message.Response.Status) 932using var document = JsonDocument.Parse(message.Response.ContentStream); 934return Response.FromValue(value, message.Response); 937throw _clientDiagnostics.CreateRequestFailedException(message.Response); 963switch (message.Response.Status) 968using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 970return Response.FromValue(value, message.Response); 973throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 983switch (message.Response.Status) 988using var document = JsonDocument.Parse(message.Response.ContentStream); 990return Response.FromValue(value, message.Response); 993throw _clientDiagnostics.CreateRequestFailedException(message.Response); 1028switch (message.Response.Status) 1033using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 1035return Response.FromValue(value, message.Response); 1038throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 1060switch (message.Response.Status) 1065using var document = JsonDocument.Parse(message.Response.ContentStream); 1067return Response.FromValue(value, message.Response); 1070throw _clientDiagnostics.CreateRequestFailedException(message.Response); 1100switch (message.Response.Status) 1105using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 1107return Response.FromValue(value, message.Response); 1110throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 1127switch (message.Response.Status) 1132using var document = JsonDocument.Parse(message.Response.ContentStream); 1134return Response.FromValue(value, message.Response); 1137throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Generated\ExpressRouteConnectionsRestOperations.cs (28)
99switch (message.Response.Status) 103return message.Response; 105throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 137switch (message.Response.Status) 141return message.Response; 143throw _clientDiagnostics.CreateRequestFailedException(message.Response); 191switch (message.Response.Status) 196using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 198return Response.FromValue(value, message.Response); 201throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 228switch (message.Response.Status) 233using var document = JsonDocument.Parse(message.Response.ContentStream); 235return Response.FromValue(value, message.Response); 238throw _clientDiagnostics.CreateRequestFailedException(message.Response); 286switch (message.Response.Status) 291return message.Response; 293throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 320switch (message.Response.Status) 325return message.Response; 327throw _clientDiagnostics.CreateRequestFailedException(message.Response); 369switch (message.Response.Status) 374using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 376return Response.FromValue(value, message.Response); 379throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 401switch (message.Response.Status) 406using var document = JsonDocument.Parse(message.Response.ContentStream); 408return Response.FromValue(value, message.Response); 411throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Generated\ExpressRouteCrossConnectionPeeringsRestOperations.cs (36)
84switch (message.Response.Status) 89using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 91return Response.FromValue(value, message.Response); 94throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 116switch (message.Response.Status) 121using var document = JsonDocument.Parse(message.Response.ContentStream); 123return Response.FromValue(value, message.Response); 126throw _clientDiagnostics.CreateRequestFailedException(message.Response); 174switch (message.Response.Status) 179return message.Response; 181throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 208switch (message.Response.Status) 213return message.Response; 215throw _clientDiagnostics.CreateRequestFailedException(message.Response); 263switch (message.Response.Status) 268using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 270return Response.FromValue(value, message.Response); 273throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 300switch (message.Response.Status) 305using var document = JsonDocument.Parse(message.Response.ContentStream); 307return Response.FromValue(value, message.Response); 310throw _clientDiagnostics.CreateRequestFailedException(message.Response); 367switch (message.Response.Status) 371return message.Response; 373throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 405switch (message.Response.Status) 409return message.Response; 411throw _clientDiagnostics.CreateRequestFailedException(message.Response); 451switch (message.Response.Status) 456using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 458return Response.FromValue(value, message.Response); 461throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 488switch (message.Response.Status) 493using var document = JsonDocument.Parse(message.Response.ContentStream); 495return Response.FromValue(value, message.Response); 498throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Generated\ExpressRouteCrossConnectionsRestOperations.cs (72)
68switch (message.Response.Status) 73using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 75return Response.FromValue(value, message.Response); 78throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 88switch (message.Response.Status) 93using var document = JsonDocument.Parse(message.Response.ContentStream); 95return Response.FromValue(value, message.Response); 98throw _clientDiagnostics.CreateRequestFailedException(message.Response); 133switch (message.Response.Status) 138using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 140return Response.FromValue(value, message.Response); 143throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 160switch (message.Response.Status) 165using var document = JsonDocument.Parse(message.Response.ContentStream); 167return Response.FromValue(value, message.Response); 170throw _clientDiagnostics.CreateRequestFailedException(message.Response); 211switch (message.Response.Status) 216using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 218return Response.FromValue(value, message.Response); 221throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 243switch (message.Response.Status) 248using var document = JsonDocument.Parse(message.Response.ContentStream); 250return Response.FromValue(value, message.Response); 253throw _clientDiagnostics.CreateRequestFailedException(message.Response); 303switch (message.Response.Status) 306return message.Response; 308throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 335switch (message.Response.Status) 338return message.Response; 340throw _clientDiagnostics.CreateRequestFailedException(message.Response); 390switch (message.Response.Status) 395using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 397return Response.FromValue(value, message.Response); 400throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 427switch (message.Response.Status) 432using var document = JsonDocument.Parse(message.Response.ContentStream); 434return Response.FromValue(value, message.Response); 437throw _clientDiagnostics.CreateRequestFailedException(message.Response); 492switch (message.Response.Status) 496return message.Response; 498throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 530switch (message.Response.Status) 534return message.Response; 536throw _clientDiagnostics.CreateRequestFailedException(message.Response); 591switch (message.Response.Status) 595return message.Response; 597throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 629switch (message.Response.Status) 633return message.Response; 635throw _clientDiagnostics.CreateRequestFailedException(message.Response); 690switch (message.Response.Status) 694return message.Response; 696throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 728switch (message.Response.Status) 732return message.Response; 734throw _clientDiagnostics.CreateRequestFailedException(message.Response); 764switch (message.Response.Status) 769using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 771return Response.FromValue(value, message.Response); 774throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 791switch (message.Response.Status) 796using var document = JsonDocument.Parse(message.Response.ContentStream); 798return Response.FromValue(value, message.Response); 801throw _clientDiagnostics.CreateRequestFailedException(message.Response); 836switch (message.Response.Status) 841using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 843return Response.FromValue(value, message.Response); 846throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 868switch (message.Response.Status) 873using var document = JsonDocument.Parse(message.Response.ContentStream); 875return Response.FromValue(value, message.Response); 878throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Generated\ExpressRouteGatewaysRestOperations.cs (36)
68switch (message.Response.Status) 73using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 75return Response.FromValue(value, message.Response); 78throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 88switch (message.Response.Status) 93using var document = JsonDocument.Parse(message.Response.ContentStream); 95return Response.FromValue(value, message.Response); 98throw _clientDiagnostics.CreateRequestFailedException(message.Response); 133switch (message.Response.Status) 138using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 140return Response.FromValue(value, message.Response); 143throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 160switch (message.Response.Status) 165using var document = JsonDocument.Parse(message.Response.ContentStream); 167return Response.FromValue(value, message.Response); 170throw _clientDiagnostics.CreateRequestFailedException(message.Response); 220switch (message.Response.Status) 224return message.Response; 226throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 253switch (message.Response.Status) 257return message.Response; 259throw _clientDiagnostics.CreateRequestFailedException(message.Response); 300switch (message.Response.Status) 305using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 307return Response.FromValue(value, message.Response); 310throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 332switch (message.Response.Status) 337using var document = JsonDocument.Parse(message.Response.ContentStream); 339return Response.FromValue(value, message.Response); 342throw _clientDiagnostics.CreateRequestFailedException(message.Response); 383switch (message.Response.Status) 388return message.Response; 390throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 412switch (message.Response.Status) 417return message.Response; 419throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Generated\ExpressRouteLinksRestOperations.cs (24)
90switch (message.Response.Status) 95using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 97return Response.FromValue(value, message.Response); 100throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 127switch (message.Response.Status) 132using var document = JsonDocument.Parse(message.Response.ContentStream); 134return Response.FromValue(value, message.Response); 137throw _clientDiagnostics.CreateRequestFailedException(message.Response); 179switch (message.Response.Status) 184using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 186return Response.FromValue(value, message.Response); 189throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 211switch (message.Response.Status) 216using var document = JsonDocument.Parse(message.Response.ContentStream); 218return Response.FromValue(value, message.Response); 221throw _clientDiagnostics.CreateRequestFailedException(message.Response); 261switch (message.Response.Status) 266using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 268return Response.FromValue(value, message.Response); 271throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 298switch (message.Response.Status) 303using var document = JsonDocument.Parse(message.Response.ContentStream); 305return Response.FromValue(value, message.Response); 308throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Generated\ExpressRoutePortsLocationsRestOperations.cs (24)
68switch (message.Response.Status) 73using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 75return Response.FromValue(value, message.Response); 78throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 88switch (message.Response.Status) 93using var document = JsonDocument.Parse(message.Response.ContentStream); 95return Response.FromValue(value, message.Response); 98throw _clientDiagnostics.CreateRequestFailedException(message.Response); 132switch (message.Response.Status) 137using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 139return Response.FromValue(value, message.Response); 142throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 159switch (message.Response.Status) 164using var document = JsonDocument.Parse(message.Response.ContentStream); 166return Response.FromValue(value, message.Response); 169throw _clientDiagnostics.CreateRequestFailedException(message.Response); 199switch (message.Response.Status) 204using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 206return Response.FromValue(value, message.Response); 209throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 226switch (message.Response.Status) 231using var document = JsonDocument.Parse(message.Response.ContentStream); 233return Response.FromValue(value, message.Response); 236throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Generated\ExpressRoutePortsRestOperations.cs (60)
83switch (message.Response.Status) 88return message.Response; 90throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 112switch (message.Response.Status) 117return message.Response; 119throw _clientDiagnostics.CreateRequestFailedException(message.Response); 160switch (message.Response.Status) 165using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 167return Response.FromValue(value, message.Response); 170throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 192switch (message.Response.Status) 197using var document = JsonDocument.Parse(message.Response.ContentStream); 199return Response.FromValue(value, message.Response); 202throw _clientDiagnostics.CreateRequestFailedException(message.Response); 252switch (message.Response.Status) 256return message.Response; 258throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 285switch (message.Response.Status) 289return message.Response; 291throw _clientDiagnostics.CreateRequestFailedException(message.Response); 341switch (message.Response.Status) 346using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 348return Response.FromValue(value, message.Response); 351throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 378switch (message.Response.Status) 383using var document = JsonDocument.Parse(message.Response.ContentStream); 385return Response.FromValue(value, message.Response); 388throw _clientDiagnostics.CreateRequestFailedException(message.Response); 423switch (message.Response.Status) 428using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 430return Response.FromValue(value, message.Response); 433throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 450switch (message.Response.Status) 455using var document = JsonDocument.Parse(message.Response.ContentStream); 457return Response.FromValue(value, message.Response); 460throw _clientDiagnostics.CreateRequestFailedException(message.Response); 486switch (message.Response.Status) 491using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 493return Response.FromValue(value, message.Response); 496throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 506switch (message.Response.Status) 511using var document = JsonDocument.Parse(message.Response.ContentStream); 513return Response.FromValue(value, message.Response); 516throw _clientDiagnostics.CreateRequestFailedException(message.Response); 551switch (message.Response.Status) 556using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 558return Response.FromValue(value, message.Response); 561throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 583switch (message.Response.Status) 588using var document = JsonDocument.Parse(message.Response.ContentStream); 590return Response.FromValue(value, message.Response); 593throw _clientDiagnostics.CreateRequestFailedException(message.Response); 623switch (message.Response.Status) 628using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 630return Response.FromValue(value, message.Response); 633throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 650switch (message.Response.Status) 655using var document = JsonDocument.Parse(message.Response.ContentStream); 657return Response.FromValue(value, message.Response); 660throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Generated\ExpressRouteServiceProvidersRestOperations.cs (16)
68switch (message.Response.Status) 73using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 75return Response.FromValue(value, message.Response); 78throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 88switch (message.Response.Status) 93using var document = JsonDocument.Parse(message.Response.ContentStream); 95return Response.FromValue(value, message.Response); 98throw _clientDiagnostics.CreateRequestFailedException(message.Response); 128switch (message.Response.Status) 133using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 135return Response.FromValue(value, message.Response); 138throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 155switch (message.Response.Status) 160using var document = JsonDocument.Parse(message.Response.ContentStream); 162return Response.FromValue(value, message.Response); 165throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Generated\FirewallPoliciesRestOperations.cs (52)
83switch (message.Response.Status) 88return message.Response; 90throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 112switch (message.Response.Status) 117return message.Response; 119throw _clientDiagnostics.CreateRequestFailedException(message.Response); 165switch (message.Response.Status) 170using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 172return Response.FromValue(value, message.Response); 175throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 198switch (message.Response.Status) 203using var document = JsonDocument.Parse(message.Response.ContentStream); 205return Response.FromValue(value, message.Response); 208throw _clientDiagnostics.CreateRequestFailedException(message.Response); 258switch (message.Response.Status) 262return message.Response; 264throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 291switch (message.Response.Status) 295return message.Response; 297throw _clientDiagnostics.CreateRequestFailedException(message.Response); 332switch (message.Response.Status) 337using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 339return Response.FromValue(value, message.Response); 342throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 359switch (message.Response.Status) 364using var document = JsonDocument.Parse(message.Response.ContentStream); 366return Response.FromValue(value, message.Response); 369throw _clientDiagnostics.CreateRequestFailedException(message.Response); 395switch (message.Response.Status) 400using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 402return Response.FromValue(value, message.Response); 405throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 415switch (message.Response.Status) 420using var document = JsonDocument.Parse(message.Response.ContentStream); 422return Response.FromValue(value, message.Response); 425throw _clientDiagnostics.CreateRequestFailedException(message.Response); 460switch (message.Response.Status) 465using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 467return Response.FromValue(value, message.Response); 470throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 492switch (message.Response.Status) 497using var document = JsonDocument.Parse(message.Response.ContentStream); 499return Response.FromValue(value, message.Response); 502throw _clientDiagnostics.CreateRequestFailedException(message.Response); 532switch (message.Response.Status) 537using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 539return Response.FromValue(value, message.Response); 542throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 559switch (message.Response.Status) 564using var document = JsonDocument.Parse(message.Response.ContentStream); 566return Response.FromValue(value, message.Response); 569throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Generated\FirewallPolicyRuleGroupsRestOperations.cs (36)
90switch (message.Response.Status) 95return message.Response; 97throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 124switch (message.Response.Status) 129return message.Response; 131throw _clientDiagnostics.CreateRequestFailedException(message.Response); 179switch (message.Response.Status) 184using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 186return Response.FromValue(value, message.Response); 189throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 216switch (message.Response.Status) 221using var document = JsonDocument.Parse(message.Response.ContentStream); 223return Response.FromValue(value, message.Response); 226throw _clientDiagnostics.CreateRequestFailedException(message.Response); 283switch (message.Response.Status) 287return message.Response; 289throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 321switch (message.Response.Status) 325return message.Response; 327throw _clientDiagnostics.CreateRequestFailedException(message.Response); 369switch (message.Response.Status) 374using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 376return Response.FromValue(value, message.Response); 379throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 401switch (message.Response.Status) 406using var document = JsonDocument.Parse(message.Response.ContentStream); 408return Response.FromValue(value, message.Response); 411throw _clientDiagnostics.CreateRequestFailedException(message.Response); 451switch (message.Response.Status) 456using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 458return Response.FromValue(value, message.Response); 461throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 488switch (message.Response.Status) 493using var document = JsonDocument.Parse(message.Response.ContentStream); 495return Response.FromValue(value, message.Response); 498throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Generated\FlowLogsRestOperations.cs (36)
99switch (message.Response.Status) 103return message.Response; 105throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 137switch (message.Response.Status) 141return message.Response; 143throw _clientDiagnostics.CreateRequestFailedException(message.Response); 191switch (message.Response.Status) 196using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 198return Response.FromValue(value, message.Response); 201throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 228switch (message.Response.Status) 233using var document = JsonDocument.Parse(message.Response.ContentStream); 235return Response.FromValue(value, message.Response); 238throw _clientDiagnostics.CreateRequestFailedException(message.Response); 286switch (message.Response.Status) 290return message.Response; 292throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 319switch (message.Response.Status) 323return message.Response; 325throw _clientDiagnostics.CreateRequestFailedException(message.Response); 367switch (message.Response.Status) 372using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 374return Response.FromValue(value, message.Response); 377throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 399switch (message.Response.Status) 404using var document = JsonDocument.Parse(message.Response.ContentStream); 406return Response.FromValue(value, message.Response); 409throw _clientDiagnostics.CreateRequestFailedException(message.Response); 449switch (message.Response.Status) 454using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 456return Response.FromValue(value, message.Response); 459throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 486switch (message.Response.Status) 491using var document = JsonDocument.Parse(message.Response.ContentStream); 493return Response.FromValue(value, message.Response); 496throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Generated\HubRouteTablesRestOperations.cs (36)
99switch (message.Response.Status) 103return message.Response; 105throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 137switch (message.Response.Status) 141return message.Response; 143throw _clientDiagnostics.CreateRequestFailedException(message.Response); 191switch (message.Response.Status) 196using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 198return Response.FromValue(value, message.Response); 201throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 228switch (message.Response.Status) 233using var document = JsonDocument.Parse(message.Response.ContentStream); 235return Response.FromValue(value, message.Response); 238throw _clientDiagnostics.CreateRequestFailedException(message.Response); 286switch (message.Response.Status) 291return message.Response; 293throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 320switch (message.Response.Status) 325return message.Response; 327throw _clientDiagnostics.CreateRequestFailedException(message.Response); 369switch (message.Response.Status) 374using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 376return Response.FromValue(value, message.Response); 379throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 401switch (message.Response.Status) 406using var document = JsonDocument.Parse(message.Response.ContentStream); 408return Response.FromValue(value, message.Response); 411throw _clientDiagnostics.CreateRequestFailedException(message.Response); 451switch (message.Response.Status) 456using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 458return Response.FromValue(value, message.Response); 461throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 488switch (message.Response.Status) 493using var document = JsonDocument.Parse(message.Response.ContentStream); 495return Response.FromValue(value, message.Response); 498throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Generated\HubVirtualNetworkConnectionsRestOperations.cs (24)
90switch (message.Response.Status) 95using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 97return Response.FromValue(value, message.Response); 100throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 127switch (message.Response.Status) 132using var document = JsonDocument.Parse(message.Response.ContentStream); 134return Response.FromValue(value, message.Response); 137throw _clientDiagnostics.CreateRequestFailedException(message.Response); 179switch (message.Response.Status) 184using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 186return Response.FromValue(value, message.Response); 189throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 211switch (message.Response.Status) 216using var document = JsonDocument.Parse(message.Response.ContentStream); 218return Response.FromValue(value, message.Response); 221throw _clientDiagnostics.CreateRequestFailedException(message.Response); 261switch (message.Response.Status) 266using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 268return Response.FromValue(value, message.Response); 271throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 298switch (message.Response.Status) 303using var document = JsonDocument.Parse(message.Response.ContentStream); 305return Response.FromValue(value, message.Response); 308throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Generated\InboundNatRulesRestOperations.cs (36)
84switch (message.Response.Status) 89using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 91return Response.FromValue(value, message.Response); 94throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 116switch (message.Response.Status) 121using var document = JsonDocument.Parse(message.Response.ContentStream); 123return Response.FromValue(value, message.Response); 126throw _clientDiagnostics.CreateRequestFailedException(message.Response); 174switch (message.Response.Status) 179return message.Response; 181throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 208switch (message.Response.Status) 213return message.Response; 215throw _clientDiagnostics.CreateRequestFailedException(message.Response); 268switch (message.Response.Status) 273using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 275return Response.FromValue(value, message.Response); 278throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 306switch (message.Response.Status) 311using var document = JsonDocument.Parse(message.Response.ContentStream); 313return Response.FromValue(value, message.Response); 316throw _clientDiagnostics.CreateRequestFailedException(message.Response); 373switch (message.Response.Status) 377return message.Response; 379throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 411switch (message.Response.Status) 415return message.Response; 417throw _clientDiagnostics.CreateRequestFailedException(message.Response); 457switch (message.Response.Status) 462using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 464return Response.FromValue(value, message.Response); 467throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 494switch (message.Response.Status) 499using var document = JsonDocument.Parse(message.Response.ContentStream); 501return Response.FromValue(value, message.Response); 504throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Generated\IpAllocationsRestOperations.cs (60)
83switch (message.Response.Status) 88return message.Response; 90throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 112switch (message.Response.Status) 117return message.Response; 119throw _clientDiagnostics.CreateRequestFailedException(message.Response); 165switch (message.Response.Status) 170using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 172return Response.FromValue(value, message.Response); 175throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 198switch (message.Response.Status) 203using var document = JsonDocument.Parse(message.Response.ContentStream); 205return Response.FromValue(value, message.Response); 208throw _clientDiagnostics.CreateRequestFailedException(message.Response); 258switch (message.Response.Status) 262return message.Response; 264throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 291switch (message.Response.Status) 295return message.Response; 297throw _clientDiagnostics.CreateRequestFailedException(message.Response); 347switch (message.Response.Status) 352using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 354return Response.FromValue(value, message.Response); 357throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 384switch (message.Response.Status) 389using var document = JsonDocument.Parse(message.Response.ContentStream); 391return Response.FromValue(value, message.Response); 394throw _clientDiagnostics.CreateRequestFailedException(message.Response); 420switch (message.Response.Status) 425using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 427return Response.FromValue(value, message.Response); 430throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 440switch (message.Response.Status) 445using var document = JsonDocument.Parse(message.Response.ContentStream); 447return Response.FromValue(value, message.Response); 450throw _clientDiagnostics.CreateRequestFailedException(message.Response); 485switch (message.Response.Status) 490using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 492return Response.FromValue(value, message.Response); 495throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 512switch (message.Response.Status) 517using var document = JsonDocument.Parse(message.Response.ContentStream); 519return Response.FromValue(value, message.Response); 522throw _clientDiagnostics.CreateRequestFailedException(message.Response); 552switch (message.Response.Status) 557using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 559return Response.FromValue(value, message.Response); 562throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 579switch (message.Response.Status) 584using var document = JsonDocument.Parse(message.Response.ContentStream); 586return Response.FromValue(value, message.Response); 589throw _clientDiagnostics.CreateRequestFailedException(message.Response); 624switch (message.Response.Status) 629using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 631return Response.FromValue(value, message.Response); 634throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 656switch (message.Response.Status) 661using var document = JsonDocument.Parse(message.Response.ContentStream); 663return Response.FromValue(value, message.Response); 666throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Generated\IpGroupsRestOperations.cs (60)
88switch (message.Response.Status) 93using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 95return Response.FromValue(value, message.Response); 98throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 121switch (message.Response.Status) 126using var document = JsonDocument.Parse(message.Response.ContentStream); 128return Response.FromValue(value, message.Response); 131throw _clientDiagnostics.CreateRequestFailedException(message.Response); 181switch (message.Response.Status) 185return message.Response; 187throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 214switch (message.Response.Status) 218return message.Response; 220throw _clientDiagnostics.CreateRequestFailedException(message.Response); 270switch (message.Response.Status) 275using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 277return Response.FromValue(value, message.Response); 280throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 307switch (message.Response.Status) 312using var document = JsonDocument.Parse(message.Response.ContentStream); 314return Response.FromValue(value, message.Response); 317throw _clientDiagnostics.CreateRequestFailedException(message.Response); 358switch (message.Response.Status) 363return message.Response; 365throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 387switch (message.Response.Status) 392return message.Response; 394throw _clientDiagnostics.CreateRequestFailedException(message.Response); 429switch (message.Response.Status) 434using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 436return Response.FromValue(value, message.Response); 439throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 456switch (message.Response.Status) 461using var document = JsonDocument.Parse(message.Response.ContentStream); 463return Response.FromValue(value, message.Response); 466throw _clientDiagnostics.CreateRequestFailedException(message.Response); 492switch (message.Response.Status) 497using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 499return Response.FromValue(value, message.Response); 502throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 512switch (message.Response.Status) 517using var document = JsonDocument.Parse(message.Response.ContentStream); 519return Response.FromValue(value, message.Response); 522throw _clientDiagnostics.CreateRequestFailedException(message.Response); 557switch (message.Response.Status) 562using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 564return Response.FromValue(value, message.Response); 567throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 589switch (message.Response.Status) 594using var document = JsonDocument.Parse(message.Response.ContentStream); 596return Response.FromValue(value, message.Response); 599throw _clientDiagnostics.CreateRequestFailedException(message.Response); 629switch (message.Response.Status) 634using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 636return Response.FromValue(value, message.Response); 639throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 656switch (message.Response.Status) 661using var document = JsonDocument.Parse(message.Response.ContentStream); 663return Response.FromValue(value, message.Response); 666throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Generated\LoadBalancerBackendAddressPoolsRestOperations.cs (36)
84switch (message.Response.Status) 89using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 91return Response.FromValue(value, message.Response); 94throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 116switch (message.Response.Status) 121using var document = JsonDocument.Parse(message.Response.ContentStream); 123return Response.FromValue(value, message.Response); 126throw _clientDiagnostics.CreateRequestFailedException(message.Response); 174switch (message.Response.Status) 179using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 181return Response.FromValue(value, message.Response); 184throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 211switch (message.Response.Status) 216using var document = JsonDocument.Parse(message.Response.ContentStream); 218return Response.FromValue(value, message.Response); 221throw _clientDiagnostics.CreateRequestFailedException(message.Response); 278switch (message.Response.Status) 282return message.Response; 284throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 316switch (message.Response.Status) 320return message.Response; 322throw _clientDiagnostics.CreateRequestFailedException(message.Response); 370switch (message.Response.Status) 375return message.Response; 377throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 404switch (message.Response.Status) 409return message.Response; 411throw _clientDiagnostics.CreateRequestFailedException(message.Response); 451switch (message.Response.Status) 456using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 458return Response.FromValue(value, message.Response); 461throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 488switch (message.Response.Status) 493using var document = JsonDocument.Parse(message.Response.ContentStream); 495return Response.FromValue(value, message.Response); 498throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Generated\LoadBalancerFrontendIPConfigurationsRestOperations.cs (24)
84switch (message.Response.Status) 89using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 91return Response.FromValue(value, message.Response); 94throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 116switch (message.Response.Status) 121using var document = JsonDocument.Parse(message.Response.ContentStream); 123return Response.FromValue(value, message.Response); 126throw _clientDiagnostics.CreateRequestFailedException(message.Response); 174switch (message.Response.Status) 179using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 181return Response.FromValue(value, message.Response); 184throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 211switch (message.Response.Status) 216using var document = JsonDocument.Parse(message.Response.ContentStream); 218return Response.FromValue(value, message.Response); 221throw _clientDiagnostics.CreateRequestFailedException(message.Response); 261switch (message.Response.Status) 266using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 268return Response.FromValue(value, message.Response); 271throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 298switch (message.Response.Status) 303using var document = JsonDocument.Parse(message.Response.ContentStream); 305return Response.FromValue(value, message.Response); 308throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Generated\LoadBalancerLoadBalancingRulesRestOperations.cs (24)
84switch (message.Response.Status) 89using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 91return Response.FromValue(value, message.Response); 94throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 116switch (message.Response.Status) 121using var document = JsonDocument.Parse(message.Response.ContentStream); 123return Response.FromValue(value, message.Response); 126throw _clientDiagnostics.CreateRequestFailedException(message.Response); 174switch (message.Response.Status) 179using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 181return Response.FromValue(value, message.Response); 184throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 211switch (message.Response.Status) 216using var document = JsonDocument.Parse(message.Response.ContentStream); 218return Response.FromValue(value, message.Response); 221throw _clientDiagnostics.CreateRequestFailedException(message.Response); 261switch (message.Response.Status) 266using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 268return Response.FromValue(value, message.Response); 271throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 298switch (message.Response.Status) 303using var document = JsonDocument.Parse(message.Response.ContentStream); 305return Response.FromValue(value, message.Response); 308throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Generated\LoadBalancerNetworkInterfacesRestOperations.cs (16)
84switch (message.Response.Status) 89using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 91return Response.FromValue(value, message.Response); 94throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 116switch (message.Response.Status) 121using var document = JsonDocument.Parse(message.Response.ContentStream); 123return Response.FromValue(value, message.Response); 126throw _clientDiagnostics.CreateRequestFailedException(message.Response); 166switch (message.Response.Status) 171using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 173return Response.FromValue(value, message.Response); 176throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 203switch (message.Response.Status) 208using var document = JsonDocument.Parse(message.Response.ContentStream); 210return Response.FromValue(value, message.Response); 213throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Generated\LoadBalancerOutboundRulesRestOperations.cs (24)
84switch (message.Response.Status) 89using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 91return Response.FromValue(value, message.Response); 94throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 116switch (message.Response.Status) 121using var document = JsonDocument.Parse(message.Response.ContentStream); 123return Response.FromValue(value, message.Response); 126throw _clientDiagnostics.CreateRequestFailedException(message.Response); 174switch (message.Response.Status) 179using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 181return Response.FromValue(value, message.Response); 184throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 211switch (message.Response.Status) 216using var document = JsonDocument.Parse(message.Response.ContentStream); 218return Response.FromValue(value, message.Response); 221throw _clientDiagnostics.CreateRequestFailedException(message.Response); 261switch (message.Response.Status) 266using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 268return Response.FromValue(value, message.Response); 271throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 298switch (message.Response.Status) 303using var document = JsonDocument.Parse(message.Response.ContentStream); 305return Response.FromValue(value, message.Response); 308throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Generated\LoadBalancerProbesRestOperations.cs (24)
84switch (message.Response.Status) 89using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 91return Response.FromValue(value, message.Response); 94throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 116switch (message.Response.Status) 121using var document = JsonDocument.Parse(message.Response.ContentStream); 123return Response.FromValue(value, message.Response); 126throw _clientDiagnostics.CreateRequestFailedException(message.Response); 174switch (message.Response.Status) 179using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 181return Response.FromValue(value, message.Response); 184throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 211switch (message.Response.Status) 216using var document = JsonDocument.Parse(message.Response.ContentStream); 218return Response.FromValue(value, message.Response); 221throw _clientDiagnostics.CreateRequestFailedException(message.Response); 261switch (message.Response.Status) 266using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 268return Response.FromValue(value, message.Response); 271throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 298switch (message.Response.Status) 303using var document = JsonDocument.Parse(message.Response.ContentStream); 305return Response.FromValue(value, message.Response); 308throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Generated\LoadBalancersRestOperations.cs (60)
83switch (message.Response.Status) 88return message.Response; 90throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 112switch (message.Response.Status) 117return message.Response; 119throw _clientDiagnostics.CreateRequestFailedException(message.Response); 165switch (message.Response.Status) 170using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 172return Response.FromValue(value, message.Response); 175throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 198switch (message.Response.Status) 203using var document = JsonDocument.Parse(message.Response.ContentStream); 205return Response.FromValue(value, message.Response); 208throw _clientDiagnostics.CreateRequestFailedException(message.Response); 258switch (message.Response.Status) 262return message.Response; 264throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 291switch (message.Response.Status) 295return message.Response; 297throw _clientDiagnostics.CreateRequestFailedException(message.Response); 347switch (message.Response.Status) 352using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 354return Response.FromValue(value, message.Response); 357throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 384switch (message.Response.Status) 389using var document = JsonDocument.Parse(message.Response.ContentStream); 391return Response.FromValue(value, message.Response); 394throw _clientDiagnostics.CreateRequestFailedException(message.Response); 420switch (message.Response.Status) 425using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 427return Response.FromValue(value, message.Response); 430throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 440switch (message.Response.Status) 445using var document = JsonDocument.Parse(message.Response.ContentStream); 447return Response.FromValue(value, message.Response); 450throw _clientDiagnostics.CreateRequestFailedException(message.Response); 485switch (message.Response.Status) 490using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 492return Response.FromValue(value, message.Response); 495throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 512switch (message.Response.Status) 517using var document = JsonDocument.Parse(message.Response.ContentStream); 519return Response.FromValue(value, message.Response); 522throw _clientDiagnostics.CreateRequestFailedException(message.Response); 552switch (message.Response.Status) 557using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 559return Response.FromValue(value, message.Response); 562throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 579switch (message.Response.Status) 584using var document = JsonDocument.Parse(message.Response.ContentStream); 586return Response.FromValue(value, message.Response); 589throw _clientDiagnostics.CreateRequestFailedException(message.Response); 624switch (message.Response.Status) 629using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 631return Response.FromValue(value, message.Response); 634throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 656switch (message.Response.Status) 661using var document = JsonDocument.Parse(message.Response.ContentStream); 663return Response.FromValue(value, message.Response); 666throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Generated\LocalNetworkGatewaysRestOperations.cs (44)
92switch (message.Response.Status) 96return message.Response; 98throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 125switch (message.Response.Status) 129return message.Response; 131throw _clientDiagnostics.CreateRequestFailedException(message.Response); 172switch (message.Response.Status) 177using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 179return Response.FromValue(value, message.Response); 182throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 204switch (message.Response.Status) 209using var document = JsonDocument.Parse(message.Response.ContentStream); 211return Response.FromValue(value, message.Response); 214throw _clientDiagnostics.CreateRequestFailedException(message.Response); 255switch (message.Response.Status) 260return message.Response; 262throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 284switch (message.Response.Status) 289return message.Response; 291throw _clientDiagnostics.CreateRequestFailedException(message.Response); 341switch (message.Response.Status) 346using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 348return Response.FromValue(value, message.Response); 351throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 378switch (message.Response.Status) 383using var document = JsonDocument.Parse(message.Response.ContentStream); 385return Response.FromValue(value, message.Response); 388throw _clientDiagnostics.CreateRequestFailedException(message.Response); 423switch (message.Response.Status) 428using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 430return Response.FromValue(value, message.Response); 433throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 450switch (message.Response.Status) 455using var document = JsonDocument.Parse(message.Response.ContentStream); 457return Response.FromValue(value, message.Response); 460throw _clientDiagnostics.CreateRequestFailedException(message.Response); 495switch (message.Response.Status) 500using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 502return Response.FromValue(value, message.Response); 505throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 527switch (message.Response.Status) 532using var document = JsonDocument.Parse(message.Response.ContentStream); 534return Response.FromValue(value, message.Response); 537throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Generated\NatGatewaysRestOperations.cs (60)
83switch (message.Response.Status) 88return message.Response; 90throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 112switch (message.Response.Status) 117return message.Response; 119throw _clientDiagnostics.CreateRequestFailedException(message.Response); 165switch (message.Response.Status) 170using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 172return Response.FromValue(value, message.Response); 175throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 198switch (message.Response.Status) 203using var document = JsonDocument.Parse(message.Response.ContentStream); 205return Response.FromValue(value, message.Response); 208throw _clientDiagnostics.CreateRequestFailedException(message.Response); 258switch (message.Response.Status) 263return message.Response; 265throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 292switch (message.Response.Status) 297return message.Response; 299throw _clientDiagnostics.CreateRequestFailedException(message.Response); 349switch (message.Response.Status) 354using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 356return Response.FromValue(value, message.Response); 359throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 386switch (message.Response.Status) 391using var document = JsonDocument.Parse(message.Response.ContentStream); 393return Response.FromValue(value, message.Response); 396throw _clientDiagnostics.CreateRequestFailedException(message.Response); 422switch (message.Response.Status) 427using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 429return Response.FromValue(value, message.Response); 432throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 442switch (message.Response.Status) 447using var document = JsonDocument.Parse(message.Response.ContentStream); 449return Response.FromValue(value, message.Response); 452throw _clientDiagnostics.CreateRequestFailedException(message.Response); 487switch (message.Response.Status) 492using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 494return Response.FromValue(value, message.Response); 497throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 514switch (message.Response.Status) 519using var document = JsonDocument.Parse(message.Response.ContentStream); 521return Response.FromValue(value, message.Response); 524throw _clientDiagnostics.CreateRequestFailedException(message.Response); 554switch (message.Response.Status) 559using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 561return Response.FromValue(value, message.Response); 564throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 581switch (message.Response.Status) 586using var document = JsonDocument.Parse(message.Response.ContentStream); 588return Response.FromValue(value, message.Response); 591throw _clientDiagnostics.CreateRequestFailedException(message.Response); 626switch (message.Response.Status) 631using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 633return Response.FromValue(value, message.Response); 636throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 658switch (message.Response.Status) 663using var document = JsonDocument.Parse(message.Response.ContentStream); 665return Response.FromValue(value, message.Response); 668throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Generated\NetworkInterfaceIPConfigurationsRestOperations.cs (24)
84switch (message.Response.Status) 89using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 91return Response.FromValue(value, message.Response); 94throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 116switch (message.Response.Status) 121using var document = JsonDocument.Parse(message.Response.ContentStream); 123return Response.FromValue(value, message.Response); 126throw _clientDiagnostics.CreateRequestFailedException(message.Response); 174switch (message.Response.Status) 179using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 181return Response.FromValue(value, message.Response); 184throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 211switch (message.Response.Status) 216using var document = JsonDocument.Parse(message.Response.ContentStream); 218return Response.FromValue(value, message.Response); 221throw _clientDiagnostics.CreateRequestFailedException(message.Response); 261switch (message.Response.Status) 266using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 268return Response.FromValue(value, message.Response); 271throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 298switch (message.Response.Status) 303using var document = JsonDocument.Parse(message.Response.ContentStream); 305return Response.FromValue(value, message.Response); 308throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Generated\NetworkInterfaceLoadBalancersRestOperations.cs (16)
84switch (message.Response.Status) 89using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 91return Response.FromValue(value, message.Response); 94throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 116switch (message.Response.Status) 121using var document = JsonDocument.Parse(message.Response.ContentStream); 123return Response.FromValue(value, message.Response); 126throw _clientDiagnostics.CreateRequestFailedException(message.Response); 166switch (message.Response.Status) 171using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 173return Response.FromValue(value, message.Response); 176throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 203switch (message.Response.Status) 208using var document = JsonDocument.Parse(message.Response.ContentStream); 210return Response.FromValue(value, message.Response); 213throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Generated\NetworkInterfacesRestOperations.cs (136)
83switch (message.Response.Status) 88return message.Response; 90throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 112switch (message.Response.Status) 117return message.Response; 119throw _clientDiagnostics.CreateRequestFailedException(message.Response); 165switch (message.Response.Status) 170using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 172return Response.FromValue(value, message.Response); 175throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 198switch (message.Response.Status) 203using var document = JsonDocument.Parse(message.Response.ContentStream); 205return Response.FromValue(value, message.Response); 208throw _clientDiagnostics.CreateRequestFailedException(message.Response); 258switch (message.Response.Status) 262return message.Response; 264throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 291switch (message.Response.Status) 295return message.Response; 297throw _clientDiagnostics.CreateRequestFailedException(message.Response); 347switch (message.Response.Status) 352using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 354return Response.FromValue(value, message.Response); 357throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 384switch (message.Response.Status) 389using var document = JsonDocument.Parse(message.Response.ContentStream); 391return Response.FromValue(value, message.Response); 394throw _clientDiagnostics.CreateRequestFailedException(message.Response); 420switch (message.Response.Status) 425using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 427return Response.FromValue(value, message.Response); 430throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 440switch (message.Response.Status) 445using var document = JsonDocument.Parse(message.Response.ContentStream); 447return Response.FromValue(value, message.Response); 450throw _clientDiagnostics.CreateRequestFailedException(message.Response); 485switch (message.Response.Status) 490using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 492return Response.FromValue(value, message.Response); 495throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 512switch (message.Response.Status) 517using var document = JsonDocument.Parse(message.Response.ContentStream); 519return Response.FromValue(value, message.Response); 522throw _clientDiagnostics.CreateRequestFailedException(message.Response); 564switch (message.Response.Status) 568return message.Response; 570throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 592switch (message.Response.Status) 596return message.Response; 598throw _clientDiagnostics.CreateRequestFailedException(message.Response); 640switch (message.Response.Status) 644return message.Response; 646throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 668switch (message.Response.Status) 672return message.Response; 674throw _clientDiagnostics.CreateRequestFailedException(message.Response); 723switch (message.Response.Status) 728using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 730return Response.FromValue(value, message.Response); 733throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 760switch (message.Response.Status) 765using var document = JsonDocument.Parse(message.Response.ContentStream); 767return Response.FromValue(value, message.Response); 770throw _clientDiagnostics.CreateRequestFailedException(message.Response); 812switch (message.Response.Status) 817using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 819return Response.FromValue(value, message.Response); 822throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 844switch (message.Response.Status) 849using var document = JsonDocument.Parse(message.Response.ContentStream); 851return Response.FromValue(value, message.Response); 854throw _clientDiagnostics.CreateRequestFailedException(message.Response); 914switch (message.Response.Status) 919using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 921return Response.FromValue(value, message.Response); 924throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 957switch (message.Response.Status) 962using var document = JsonDocument.Parse(message.Response.ContentStream); 964return Response.FromValue(value, message.Response); 967throw _clientDiagnostics.CreateRequestFailedException(message.Response); 1028switch (message.Response.Status) 1033using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 1035return Response.FromValue(value, message.Response); 1038throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 1071switch (message.Response.Status) 1076using var document = JsonDocument.Parse(message.Response.ContentStream); 1078return Response.FromValue(value, message.Response); 1081throw _clientDiagnostics.CreateRequestFailedException(message.Response); 1148switch (message.Response.Status) 1153using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 1155return Response.FromValue(value, message.Response); 1158throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 1196switch (message.Response.Status) 1201using var document = JsonDocument.Parse(message.Response.ContentStream); 1203return Response.FromValue(value, message.Response); 1206throw _clientDiagnostics.CreateRequestFailedException(message.Response); 1236switch (message.Response.Status) 1241using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 1243return Response.FromValue(value, message.Response); 1246throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 1263switch (message.Response.Status) 1268using var document = JsonDocument.Parse(message.Response.ContentStream); 1270return Response.FromValue(value, message.Response); 1273throw _clientDiagnostics.CreateRequestFailedException(message.Response); 1308switch (message.Response.Status) 1313using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 1315return Response.FromValue(value, message.Response); 1318throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 1340switch (message.Response.Status) 1345using var document = JsonDocument.Parse(message.Response.ContentStream); 1347return Response.FromValue(value, message.Response); 1350throw _clientDiagnostics.CreateRequestFailedException(message.Response); 1395switch (message.Response.Status) 1400using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 1402return Response.FromValue(value, message.Response); 1405throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 1437switch (message.Response.Status) 1442using var document = JsonDocument.Parse(message.Response.ContentStream); 1444return Response.FromValue(value, message.Response); 1447throw _clientDiagnostics.CreateRequestFailedException(message.Response); 1487switch (message.Response.Status) 1492using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 1494return Response.FromValue(value, message.Response); 1497throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 1524switch (message.Response.Status) 1529using var document = JsonDocument.Parse(message.Response.ContentStream); 1531return Response.FromValue(value, message.Response); 1534throw _clientDiagnostics.CreateRequestFailedException(message.Response); 1585switch (message.Response.Status) 1590using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 1592return Response.FromValue(value, message.Response); 1595throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 1633switch (message.Response.Status) 1638using var document = JsonDocument.Parse(message.Response.ContentStream); 1640return Response.FromValue(value, message.Response); 1643throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Generated\NetworkInterfaceTapConfigurationsRestOperations.cs (36)
90switch (message.Response.Status) 95return message.Response; 97throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 124switch (message.Response.Status) 129return message.Response; 131throw _clientDiagnostics.CreateRequestFailedException(message.Response); 179switch (message.Response.Status) 184using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 186return Response.FromValue(value, message.Response); 189throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 216switch (message.Response.Status) 221using var document = JsonDocument.Parse(message.Response.ContentStream); 223return Response.FromValue(value, message.Response); 226throw _clientDiagnostics.CreateRequestFailedException(message.Response); 283switch (message.Response.Status) 287return message.Response; 289throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 321switch (message.Response.Status) 325return message.Response; 327throw _clientDiagnostics.CreateRequestFailedException(message.Response); 369switch (message.Response.Status) 374using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 376return Response.FromValue(value, message.Response); 379throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 401switch (message.Response.Status) 406using var document = JsonDocument.Parse(message.Response.ContentStream); 408return Response.FromValue(value, message.Response); 411throw _clientDiagnostics.CreateRequestFailedException(message.Response); 451switch (message.Response.Status) 456using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 458return Response.FromValue(value, message.Response); 461throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 488switch (message.Response.Status) 493using var document = JsonDocument.Parse(message.Response.ContentStream); 495return Response.FromValue(value, message.Response); 498throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Generated\NetworkManagementRestOperations.cs (84)
93switch (message.Response.Status) 97return message.Response; 99throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 126switch (message.Response.Status) 130return message.Response; 132throw _clientDiagnostics.CreateRequestFailedException(message.Response); 183switch (message.Response.Status) 187return message.Response; 189throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 216switch (message.Response.Status) 220return message.Response; 222throw _clientDiagnostics.CreateRequestFailedException(message.Response); 273switch (message.Response.Status) 278using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 280return Response.FromValue(value, message.Response); 283throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 310switch (message.Response.Status) 315using var document = JsonDocument.Parse(message.Response.ContentStream); 317return Response.FromValue(value, message.Response); 320throw _clientDiagnostics.CreateRequestFailedException(message.Response); 362switch (message.Response.Status) 366return message.Response; 368throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 390switch (message.Response.Status) 394return message.Response; 396throw _clientDiagnostics.CreateRequestFailedException(message.Response); 447switch (message.Response.Status) 452using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 454return Response.FromValue(value, message.Response); 457throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 484switch (message.Response.Status) 489using var document = JsonDocument.Parse(message.Response.ContentStream); 491return Response.FromValue(value, message.Response); 494throw _clientDiagnostics.CreateRequestFailedException(message.Response); 535switch (message.Response.Status) 540using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 542return Response.FromValue(value, message.Response); 545throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 567switch (message.Response.Status) 572using var document = JsonDocument.Parse(message.Response.ContentStream); 574return Response.FromValue(value, message.Response); 577throw _clientDiagnostics.CreateRequestFailedException(message.Response); 619switch (message.Response.Status) 624using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 626return Response.FromValue(value, message.Response); 629throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 651switch (message.Response.Status) 656using var document = JsonDocument.Parse(message.Response.ContentStream); 658return Response.FromValue(value, message.Response); 661throw _clientDiagnostics.CreateRequestFailedException(message.Response); 712switch (message.Response.Status) 716return message.Response; 718throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 745switch (message.Response.Status) 749return message.Response; 751throw _clientDiagnostics.CreateRequestFailedException(message.Response); 796switch (message.Response.Status) 799return message.Response; 801throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 833switch (message.Response.Status) 836return message.Response; 838throw _clientDiagnostics.CreateRequestFailedException(message.Response); 883switch (message.Response.Status) 888using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 890return Response.FromValue(value, message.Response); 893throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 925switch (message.Response.Status) 930using var document = JsonDocument.Parse(message.Response.ContentStream); 932return Response.FromValue(value, message.Response); 935throw _clientDiagnostics.CreateRequestFailedException(message.Response); 975switch (message.Response.Status) 978return message.Response; 980throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 1007switch (message.Response.Status) 1010return message.Response; 1012throw _clientDiagnostics.CreateRequestFailedException(message.Response); 1057switch (message.Response.Status) 1062using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 1064return Response.FromValue(value, message.Response); 1067throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 1099switch (message.Response.Status) 1104using var document = JsonDocument.Parse(message.Response.ContentStream); 1106return Response.FromValue(value, message.Response); 1109throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Generated\NetworkProfilesRestOperations.cs (62)
83switch (message.Response.Status) 88return message.Response; 90throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 112switch (message.Response.Status) 117return message.Response; 119throw _clientDiagnostics.CreateRequestFailedException(message.Response); 165switch (message.Response.Status) 170using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 172return Response.FromValue(value, message.Response); 175throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 198switch (message.Response.Status) 203using var document = JsonDocument.Parse(message.Response.ContentStream); 205return Response.FromValue(value, message.Response); 208throw _clientDiagnostics.CreateRequestFailedException(message.Response); 258switch (message.Response.Status) 264using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 266return Response.FromValue(value, message.Response); 269throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 296switch (message.Response.Status) 302using var document = JsonDocument.Parse(message.Response.ContentStream); 304return Response.FromValue(value, message.Response); 307throw _clientDiagnostics.CreateRequestFailedException(message.Response); 357switch (message.Response.Status) 362using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 364return Response.FromValue(value, message.Response); 367throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 394switch (message.Response.Status) 399using var document = JsonDocument.Parse(message.Response.ContentStream); 401return Response.FromValue(value, message.Response); 404throw _clientDiagnostics.CreateRequestFailedException(message.Response); 430switch (message.Response.Status) 435using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 437return Response.FromValue(value, message.Response); 440throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 450switch (message.Response.Status) 455using var document = JsonDocument.Parse(message.Response.ContentStream); 457return Response.FromValue(value, message.Response); 460throw _clientDiagnostics.CreateRequestFailedException(message.Response); 495switch (message.Response.Status) 500using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 502return Response.FromValue(value, message.Response); 505throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 522switch (message.Response.Status) 527using var document = JsonDocument.Parse(message.Response.ContentStream); 529return Response.FromValue(value, message.Response); 532throw _clientDiagnostics.CreateRequestFailedException(message.Response); 562switch (message.Response.Status) 567using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 569return Response.FromValue(value, message.Response); 572throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 589switch (message.Response.Status) 594using var document = JsonDocument.Parse(message.Response.ContentStream); 596return Response.FromValue(value, message.Response); 599throw _clientDiagnostics.CreateRequestFailedException(message.Response); 634switch (message.Response.Status) 639using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 641return Response.FromValue(value, message.Response); 644throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 666switch (message.Response.Status) 671using var document = JsonDocument.Parse(message.Response.ContentStream); 673return Response.FromValue(value, message.Response); 676throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Generated\NetworkSecurityGroupsRestOperations.cs (60)
83switch (message.Response.Status) 88return message.Response; 90throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 112switch (message.Response.Status) 117return message.Response; 119throw _clientDiagnostics.CreateRequestFailedException(message.Response); 165switch (message.Response.Status) 170using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 172return Response.FromValue(value, message.Response); 175throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 198switch (message.Response.Status) 203using var document = JsonDocument.Parse(message.Response.ContentStream); 205return Response.FromValue(value, message.Response); 208throw _clientDiagnostics.CreateRequestFailedException(message.Response); 258switch (message.Response.Status) 262return message.Response; 264throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 291switch (message.Response.Status) 295return message.Response; 297throw _clientDiagnostics.CreateRequestFailedException(message.Response); 347switch (message.Response.Status) 352using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 354return Response.FromValue(value, message.Response); 357throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 384switch (message.Response.Status) 389using var document = JsonDocument.Parse(message.Response.ContentStream); 391return Response.FromValue(value, message.Response); 394throw _clientDiagnostics.CreateRequestFailedException(message.Response); 420switch (message.Response.Status) 425using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 427return Response.FromValue(value, message.Response); 430throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 440switch (message.Response.Status) 445using var document = JsonDocument.Parse(message.Response.ContentStream); 447return Response.FromValue(value, message.Response); 450throw _clientDiagnostics.CreateRequestFailedException(message.Response); 485switch (message.Response.Status) 490using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 492return Response.FromValue(value, message.Response); 495throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 512switch (message.Response.Status) 517using var document = JsonDocument.Parse(message.Response.ContentStream); 519return Response.FromValue(value, message.Response); 522throw _clientDiagnostics.CreateRequestFailedException(message.Response); 552switch (message.Response.Status) 557using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 559return Response.FromValue(value, message.Response); 562throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 579switch (message.Response.Status) 584using var document = JsonDocument.Parse(message.Response.ContentStream); 586return Response.FromValue(value, message.Response); 589throw _clientDiagnostics.CreateRequestFailedException(message.Response); 624switch (message.Response.Status) 629using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 631return Response.FromValue(value, message.Response); 634throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 656switch (message.Response.Status) 661using var document = JsonDocument.Parse(message.Response.ContentStream); 663return Response.FromValue(value, message.Response); 666throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Generated\NetworkVirtualAppliancesRestOperations.cs (60)
83switch (message.Response.Status) 88return message.Response; 90throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 112switch (message.Response.Status) 117return message.Response; 119throw _clientDiagnostics.CreateRequestFailedException(message.Response); 165switch (message.Response.Status) 170using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 172return Response.FromValue(value, message.Response); 175throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 198switch (message.Response.Status) 203using var document = JsonDocument.Parse(message.Response.ContentStream); 205return Response.FromValue(value, message.Response); 208throw _clientDiagnostics.CreateRequestFailedException(message.Response); 258switch (message.Response.Status) 263using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 265return Response.FromValue(value, message.Response); 268throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 295switch (message.Response.Status) 300using var document = JsonDocument.Parse(message.Response.ContentStream); 302return Response.FromValue(value, message.Response); 305throw _clientDiagnostics.CreateRequestFailedException(message.Response); 355switch (message.Response.Status) 359return message.Response; 361throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 388switch (message.Response.Status) 392return message.Response; 394throw _clientDiagnostics.CreateRequestFailedException(message.Response); 429switch (message.Response.Status) 434using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 436return Response.FromValue(value, message.Response); 439throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 456switch (message.Response.Status) 461using var document = JsonDocument.Parse(message.Response.ContentStream); 463return Response.FromValue(value, message.Response); 466throw _clientDiagnostics.CreateRequestFailedException(message.Response); 492switch (message.Response.Status) 497using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 499return Response.FromValue(value, message.Response); 502throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 512switch (message.Response.Status) 517using var document = JsonDocument.Parse(message.Response.ContentStream); 519return Response.FromValue(value, message.Response); 522throw _clientDiagnostics.CreateRequestFailedException(message.Response); 557switch (message.Response.Status) 562using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 564return Response.FromValue(value, message.Response); 567throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 589switch (message.Response.Status) 594using var document = JsonDocument.Parse(message.Response.ContentStream); 596return Response.FromValue(value, message.Response); 599throw _clientDiagnostics.CreateRequestFailedException(message.Response); 629switch (message.Response.Status) 634using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 636return Response.FromValue(value, message.Response); 639throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 656switch (message.Response.Status) 661using var document = JsonDocument.Parse(message.Response.ContentStream); 663return Response.FromValue(value, message.Response); 666throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Generated\NetworkWatchersRestOperations.cs (120)
92switch (message.Response.Status) 98using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 100return Response.FromValue(value, message.Response); 103throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 130switch (message.Response.Status) 136using var document = JsonDocument.Parse(message.Response.ContentStream); 138return Response.FromValue(value, message.Response); 141throw _clientDiagnostics.CreateRequestFailedException(message.Response); 182switch (message.Response.Status) 187using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 189return Response.FromValue(value, message.Response); 192throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 214switch (message.Response.Status) 219using var document = JsonDocument.Parse(message.Response.ContentStream); 221return Response.FromValue(value, message.Response); 224throw _clientDiagnostics.CreateRequestFailedException(message.Response); 265switch (message.Response.Status) 269return message.Response; 271throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 293switch (message.Response.Status) 297return message.Response; 299throw _clientDiagnostics.CreateRequestFailedException(message.Response); 349switch (message.Response.Status) 354using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 356return Response.FromValue(value, message.Response); 359throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 386switch (message.Response.Status) 391using var document = JsonDocument.Parse(message.Response.ContentStream); 393return Response.FromValue(value, message.Response); 396throw _clientDiagnostics.CreateRequestFailedException(message.Response); 431switch (message.Response.Status) 436using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 438return Response.FromValue(value, message.Response); 441throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 458switch (message.Response.Status) 463using var document = JsonDocument.Parse(message.Response.ContentStream); 465return Response.FromValue(value, message.Response); 468throw _clientDiagnostics.CreateRequestFailedException(message.Response); 494switch (message.Response.Status) 499using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 501return Response.FromValue(value, message.Response); 504throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 514switch (message.Response.Status) 519using var document = JsonDocument.Parse(message.Response.ContentStream); 521return Response.FromValue(value, message.Response); 524throw _clientDiagnostics.CreateRequestFailedException(message.Response); 575switch (message.Response.Status) 580using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 582return Response.FromValue(value, message.Response); 585throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 612switch (message.Response.Status) 617using var document = JsonDocument.Parse(message.Response.ContentStream); 619return Response.FromValue(value, message.Response); 622throw _clientDiagnostics.CreateRequestFailedException(message.Response); 673switch (message.Response.Status) 677return message.Response; 679throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 706switch (message.Response.Status) 710return message.Response; 712throw _clientDiagnostics.CreateRequestFailedException(message.Response); 763switch (message.Response.Status) 767return message.Response; 769throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 796switch (message.Response.Status) 800return message.Response; 802throw _clientDiagnostics.CreateRequestFailedException(message.Response); 853switch (message.Response.Status) 857return message.Response; 859throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 886switch (message.Response.Status) 890return message.Response; 892throw _clientDiagnostics.CreateRequestFailedException(message.Response); 943switch (message.Response.Status) 947return message.Response; 949throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 976switch (message.Response.Status) 980return message.Response; 982throw _clientDiagnostics.CreateRequestFailedException(message.Response); 1033switch (message.Response.Status) 1037return message.Response; 1039throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 1066switch (message.Response.Status) 1070return message.Response; 1072throw _clientDiagnostics.CreateRequestFailedException(message.Response); 1123switch (message.Response.Status) 1127return message.Response; 1129throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 1156switch (message.Response.Status) 1160return message.Response; 1162throw _clientDiagnostics.CreateRequestFailedException(message.Response); 1213switch (message.Response.Status) 1217return message.Response; 1219throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 1246switch (message.Response.Status) 1250return message.Response; 1252throw _clientDiagnostics.CreateRequestFailedException(message.Response); 1303switch (message.Response.Status) 1307return message.Response; 1309throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 1336switch (message.Response.Status) 1340return message.Response; 1342throw _clientDiagnostics.CreateRequestFailedException(message.Response); 1393switch (message.Response.Status) 1397return message.Response; 1399throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 1426switch (message.Response.Status) 1430return message.Response; 1432throw _clientDiagnostics.CreateRequestFailedException(message.Response); 1483switch (message.Response.Status) 1487return message.Response; 1489throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 1516switch (message.Response.Status) 1520return message.Response; 1522throw _clientDiagnostics.CreateRequestFailedException(message.Response); 1573switch (message.Response.Status) 1577return message.Response; 1579throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 1606switch (message.Response.Status) 1610return message.Response; 1612throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Generated\P2SVpnGatewaysRestOperations.cs (84)
83switch (message.Response.Status) 88using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 90return Response.FromValue(value, message.Response); 93throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 115switch (message.Response.Status) 120using var document = JsonDocument.Parse(message.Response.ContentStream); 122return Response.FromValue(value, message.Response); 125throw _clientDiagnostics.CreateRequestFailedException(message.Response); 175switch (message.Response.Status) 179return message.Response; 181throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 208switch (message.Response.Status) 212return message.Response; 214throw _clientDiagnostics.CreateRequestFailedException(message.Response); 264switch (message.Response.Status) 269using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 271return Response.FromValue(value, message.Response); 274throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 301switch (message.Response.Status) 306using var document = JsonDocument.Parse(message.Response.ContentStream); 308return Response.FromValue(value, message.Response); 311throw _clientDiagnostics.CreateRequestFailedException(message.Response); 352switch (message.Response.Status) 357return message.Response; 359throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 381switch (message.Response.Status) 386return message.Response; 388throw _clientDiagnostics.CreateRequestFailedException(message.Response); 423switch (message.Response.Status) 428using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 430return Response.FromValue(value, message.Response); 433throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 450switch (message.Response.Status) 455using var document = JsonDocument.Parse(message.Response.ContentStream); 457return Response.FromValue(value, message.Response); 460throw _clientDiagnostics.CreateRequestFailedException(message.Response); 486switch (message.Response.Status) 491using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 493return Response.FromValue(value, message.Response); 496throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 506switch (message.Response.Status) 511using var document = JsonDocument.Parse(message.Response.ContentStream); 513return Response.FromValue(value, message.Response); 516throw _clientDiagnostics.CreateRequestFailedException(message.Response); 567switch (message.Response.Status) 571return message.Response; 573throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 600switch (message.Response.Status) 604return message.Response; 606throw _clientDiagnostics.CreateRequestFailedException(message.Response); 648switch (message.Response.Status) 652return message.Response; 654throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 676switch (message.Response.Status) 680return message.Response; 682throw _clientDiagnostics.CreateRequestFailedException(message.Response); 733switch (message.Response.Status) 737return message.Response; 739throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 766switch (message.Response.Status) 770return message.Response; 772throw _clientDiagnostics.CreateRequestFailedException(message.Response); 823switch (message.Response.Status) 827return message.Response; 829throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 856switch (message.Response.Status) 860return message.Response; 862throw _clientDiagnostics.CreateRequestFailedException(message.Response); 897switch (message.Response.Status) 902using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 904return Response.FromValue(value, message.Response); 907throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 929switch (message.Response.Status) 934using var document = JsonDocument.Parse(message.Response.ContentStream); 936return Response.FromValue(value, message.Response); 939throw _clientDiagnostics.CreateRequestFailedException(message.Response); 969switch (message.Response.Status) 974using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 976return Response.FromValue(value, message.Response); 979throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 996switch (message.Response.Status) 1001using var document = JsonDocument.Parse(message.Response.ContentStream); 1003return Response.FromValue(value, message.Response); 1006throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Generated\PacketCapturesRestOperations.cs (40)
99switch (message.Response.Status) 102return message.Response; 104throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 136switch (message.Response.Status) 139return message.Response; 141throw _clientDiagnostics.CreateRequestFailedException(message.Response); 189switch (message.Response.Status) 194using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 196return Response.FromValue(value, message.Response); 199throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 226switch (message.Response.Status) 231using var document = JsonDocument.Parse(message.Response.ContentStream); 233return Response.FromValue(value, message.Response); 236throw _clientDiagnostics.CreateRequestFailedException(message.Response); 284switch (message.Response.Status) 288return message.Response; 290throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 317switch (message.Response.Status) 321return message.Response; 323throw _clientDiagnostics.CreateRequestFailedException(message.Response); 372switch (message.Response.Status) 376return message.Response; 378throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 405switch (message.Response.Status) 409return message.Response; 411throw _clientDiagnostics.CreateRequestFailedException(message.Response); 460switch (message.Response.Status) 464return message.Response; 466throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 493switch (message.Response.Status) 497return message.Response; 499throw _clientDiagnostics.CreateRequestFailedException(message.Response); 541switch (message.Response.Status) 546using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 548return Response.FromValue(value, message.Response); 551throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 573switch (message.Response.Status) 578using var document = JsonDocument.Parse(message.Response.ContentStream); 580return Response.FromValue(value, message.Response); 583throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Generated\PeerExpressRouteCircuitConnectionsRestOperations.cs (24)
97switch (message.Response.Status) 102using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 104return Response.FromValue(value, message.Response); 107throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 139switch (message.Response.Status) 144using var document = JsonDocument.Parse(message.Response.ContentStream); 146return Response.FromValue(value, message.Response); 149throw _clientDiagnostics.CreateRequestFailedException(message.Response); 198switch (message.Response.Status) 203using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 205return Response.FromValue(value, message.Response); 208throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 235switch (message.Response.Status) 240using var document = JsonDocument.Parse(message.Response.ContentStream); 242return Response.FromValue(value, message.Response); 245throw _clientDiagnostics.CreateRequestFailedException(message.Response); 290switch (message.Response.Status) 295using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 297return Response.FromValue(value, message.Response); 300throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 332switch (message.Response.Status) 337using var document = JsonDocument.Parse(message.Response.ContentStream); 339return Response.FromValue(value, message.Response); 342throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Generated\PrivateDnsZoneGroupsRestOperations.cs (36)
90switch (message.Response.Status) 95return message.Response; 97throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 124switch (message.Response.Status) 129return message.Response; 131throw _clientDiagnostics.CreateRequestFailedException(message.Response); 179switch (message.Response.Status) 184using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 186return Response.FromValue(value, message.Response); 189throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 216switch (message.Response.Status) 221using var document = JsonDocument.Parse(message.Response.ContentStream); 223return Response.FromValue(value, message.Response); 226throw _clientDiagnostics.CreateRequestFailedException(message.Response); 283switch (message.Response.Status) 287return message.Response; 289throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 321switch (message.Response.Status) 325return message.Response; 327throw _clientDiagnostics.CreateRequestFailedException(message.Response); 369switch (message.Response.Status) 374using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 376return Response.FromValue(value, message.Response); 379throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 401switch (message.Response.Status) 406using var document = JsonDocument.Parse(message.Response.ContentStream); 408return Response.FromValue(value, message.Response); 411throw _clientDiagnostics.CreateRequestFailedException(message.Response); 451switch (message.Response.Status) 456using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 458return Response.FromValue(value, message.Response); 461throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 488switch (message.Response.Status) 493using var document = JsonDocument.Parse(message.Response.ContentStream); 495return Response.FromValue(value, message.Response); 498throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Generated\PrivateEndpointsRestOperations.cs (52)
83switch (message.Response.Status) 88return message.Response; 90throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 112switch (message.Response.Status) 117return message.Response; 119throw _clientDiagnostics.CreateRequestFailedException(message.Response); 165switch (message.Response.Status) 170using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 172return Response.FromValue(value, message.Response); 175throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 198switch (message.Response.Status) 203using var document = JsonDocument.Parse(message.Response.ContentStream); 205return Response.FromValue(value, message.Response); 208throw _clientDiagnostics.CreateRequestFailedException(message.Response); 258switch (message.Response.Status) 262return message.Response; 264throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 291switch (message.Response.Status) 295return message.Response; 297throw _clientDiagnostics.CreateRequestFailedException(message.Response); 332switch (message.Response.Status) 337using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 339return Response.FromValue(value, message.Response); 342throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 359switch (message.Response.Status) 364using var document = JsonDocument.Parse(message.Response.ContentStream); 366return Response.FromValue(value, message.Response); 369throw _clientDiagnostics.CreateRequestFailedException(message.Response); 395switch (message.Response.Status) 400using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 402return Response.FromValue(value, message.Response); 405throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 415switch (message.Response.Status) 420using var document = JsonDocument.Parse(message.Response.ContentStream); 422return Response.FromValue(value, message.Response); 425throw _clientDiagnostics.CreateRequestFailedException(message.Response); 460switch (message.Response.Status) 465using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 467return Response.FromValue(value, message.Response); 470throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 492switch (message.Response.Status) 497using var document = JsonDocument.Parse(message.Response.ContentStream); 499return Response.FromValue(value, message.Response); 502throw _clientDiagnostics.CreateRequestFailedException(message.Response); 532switch (message.Response.Status) 537using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 539return Response.FromValue(value, message.Response); 542throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 559switch (message.Response.Status) 564using var document = JsonDocument.Parse(message.Response.ContentStream); 566return Response.FromValue(value, message.Response); 569throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Generated\PrivateLinkServicesRestOperations.cs (134)
83switch (message.Response.Status) 88return message.Response; 90throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 112switch (message.Response.Status) 117return message.Response; 119throw _clientDiagnostics.CreateRequestFailedException(message.Response); 165switch (message.Response.Status) 170using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 172return Response.FromValue(value, message.Response); 175throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 198switch (message.Response.Status) 203using var document = JsonDocument.Parse(message.Response.ContentStream); 205return Response.FromValue(value, message.Response); 208throw _clientDiagnostics.CreateRequestFailedException(message.Response); 258switch (message.Response.Status) 262return message.Response; 264throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 291switch (message.Response.Status) 295return message.Response; 297throw _clientDiagnostics.CreateRequestFailedException(message.Response); 332switch (message.Response.Status) 337using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 339return Response.FromValue(value, message.Response); 342throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 359switch (message.Response.Status) 364using var document = JsonDocument.Parse(message.Response.ContentStream); 366return Response.FromValue(value, message.Response); 369throw _clientDiagnostics.CreateRequestFailedException(message.Response); 395switch (message.Response.Status) 400using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 402return Response.FromValue(value, message.Response); 405throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 415switch (message.Response.Status) 420using var document = JsonDocument.Parse(message.Response.ContentStream); 422return Response.FromValue(value, message.Response); 425throw _clientDiagnostics.CreateRequestFailedException(message.Response); 478switch (message.Response.Status) 483using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 485return Response.FromValue(value, message.Response); 488throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 516switch (message.Response.Status) 521using var document = JsonDocument.Parse(message.Response.ContentStream); 523return Response.FromValue(value, message.Response); 526throw _clientDiagnostics.CreateRequestFailedException(message.Response); 583switch (message.Response.Status) 588using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 590return Response.FromValue(value, message.Response); 593throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 625switch (message.Response.Status) 630using var document = JsonDocument.Parse(message.Response.ContentStream); 632return Response.FromValue(value, message.Response); 635throw _clientDiagnostics.CreateRequestFailedException(message.Response); 683switch (message.Response.Status) 688return message.Response; 690throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 717switch (message.Response.Status) 722return message.Response; 724throw _clientDiagnostics.CreateRequestFailedException(message.Response); 766switch (message.Response.Status) 771using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 773return Response.FromValue(value, message.Response); 776throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 798switch (message.Response.Status) 803using var document = JsonDocument.Parse(message.Response.ContentStream); 805return Response.FromValue(value, message.Response); 808throw _clientDiagnostics.CreateRequestFailedException(message.Response); 852switch (message.Response.Status) 856return message.Response; 858throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 880switch (message.Response.Status) 884return message.Response; 886throw _clientDiagnostics.CreateRequestFailedException(message.Response); 937switch (message.Response.Status) 941return message.Response; 943throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 970switch (message.Response.Status) 974return message.Response; 976throw _clientDiagnostics.CreateRequestFailedException(message.Response); 1011switch (message.Response.Status) 1016using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 1018return Response.FromValue(value, message.Response); 1021throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 1038switch (message.Response.Status) 1043using var document = JsonDocument.Parse(message.Response.ContentStream); 1045return Response.FromValue(value, message.Response); 1048throw _clientDiagnostics.CreateRequestFailedException(message.Response); 1090switch (message.Response.Status) 1095using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 1097return Response.FromValue(value, message.Response); 1100throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 1122switch (message.Response.Status) 1127using var document = JsonDocument.Parse(message.Response.ContentStream); 1129return Response.FromValue(value, message.Response); 1132throw _clientDiagnostics.CreateRequestFailedException(message.Response); 1167switch (message.Response.Status) 1172using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 1174return Response.FromValue(value, message.Response); 1177throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 1199switch (message.Response.Status) 1204using var document = JsonDocument.Parse(message.Response.ContentStream); 1206return Response.FromValue(value, message.Response); 1209throw _clientDiagnostics.CreateRequestFailedException(message.Response); 1239switch (message.Response.Status) 1244using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 1246return Response.FromValue(value, message.Response); 1249throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 1266switch (message.Response.Status) 1271using var document = JsonDocument.Parse(message.Response.ContentStream); 1273return Response.FromValue(value, message.Response); 1276throw _clientDiagnostics.CreateRequestFailedException(message.Response); 1316switch (message.Response.Status) 1321using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 1323return Response.FromValue(value, message.Response); 1326throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 1353switch (message.Response.Status) 1358using var document = JsonDocument.Parse(message.Response.ContentStream); 1360return Response.FromValue(value, message.Response); 1363throw _clientDiagnostics.CreateRequestFailedException(message.Response); 1398switch (message.Response.Status) 1403using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 1405return Response.FromValue(value, message.Response); 1408throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 1430switch (message.Response.Status) 1435using var document = JsonDocument.Parse(message.Response.ContentStream); 1437return Response.FromValue(value, message.Response); 1440throw _clientDiagnostics.CreateRequestFailedException(message.Response); 1480switch (message.Response.Status) 1485using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 1487return Response.FromValue(value, message.Response); 1490throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 1517switch (message.Response.Status) 1522using var document = JsonDocument.Parse(message.Response.ContentStream); 1524return Response.FromValue(value, message.Response); 1527throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Generated\PublicIPAddressesRestOperations.cs (100)
83switch (message.Response.Status) 88return message.Response; 90throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 112switch (message.Response.Status) 117return message.Response; 119throw _clientDiagnostics.CreateRequestFailedException(message.Response); 165switch (message.Response.Status) 170using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 172return Response.FromValue(value, message.Response); 175throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 198switch (message.Response.Status) 203using var document = JsonDocument.Parse(message.Response.ContentStream); 205return Response.FromValue(value, message.Response); 208throw _clientDiagnostics.CreateRequestFailedException(message.Response); 258switch (message.Response.Status) 262return message.Response; 264throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 291switch (message.Response.Status) 295return message.Response; 297throw _clientDiagnostics.CreateRequestFailedException(message.Response); 347switch (message.Response.Status) 352using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 354return Response.FromValue(value, message.Response); 357throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 384switch (message.Response.Status) 389using var document = JsonDocument.Parse(message.Response.ContentStream); 391return Response.FromValue(value, message.Response); 394throw _clientDiagnostics.CreateRequestFailedException(message.Response); 420switch (message.Response.Status) 425using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 427return Response.FromValue(value, message.Response); 430throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 440switch (message.Response.Status) 445using var document = JsonDocument.Parse(message.Response.ContentStream); 447return Response.FromValue(value, message.Response); 450throw _clientDiagnostics.CreateRequestFailedException(message.Response); 485switch (message.Response.Status) 490using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 492return Response.FromValue(value, message.Response); 495throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 512switch (message.Response.Status) 517using var document = JsonDocument.Parse(message.Response.ContentStream); 519return Response.FromValue(value, message.Response); 522throw _clientDiagnostics.CreateRequestFailedException(message.Response); 564switch (message.Response.Status) 569using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 571return Response.FromValue(value, message.Response); 574throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 596switch (message.Response.Status) 601using var document = JsonDocument.Parse(message.Response.ContentStream); 603return Response.FromValue(value, message.Response); 606throw _clientDiagnostics.CreateRequestFailedException(message.Response); 669switch (message.Response.Status) 674using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 676return Response.FromValue(value, message.Response); 679throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 716switch (message.Response.Status) 721using var document = JsonDocument.Parse(message.Response.ContentStream); 723return Response.FromValue(value, message.Response); 726throw _clientDiagnostics.CreateRequestFailedException(message.Response); 800switch (message.Response.Status) 805using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 807return Response.FromValue(value, message.Response); 810throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 853switch (message.Response.Status) 858using var document = JsonDocument.Parse(message.Response.ContentStream); 860return Response.FromValue(value, message.Response); 863throw _clientDiagnostics.CreateRequestFailedException(message.Response); 893switch (message.Response.Status) 898using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 900return Response.FromValue(value, message.Response); 903throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 920switch (message.Response.Status) 925using var document = JsonDocument.Parse(message.Response.ContentStream); 927return Response.FromValue(value, message.Response); 930throw _clientDiagnostics.CreateRequestFailedException(message.Response); 965switch (message.Response.Status) 970using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 972return Response.FromValue(value, message.Response); 975throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 997switch (message.Response.Status) 1002using var document = JsonDocument.Parse(message.Response.ContentStream); 1004return Response.FromValue(value, message.Response); 1007throw _clientDiagnostics.CreateRequestFailedException(message.Response); 1047switch (message.Response.Status) 1052using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 1054return Response.FromValue(value, message.Response); 1057throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 1084switch (message.Response.Status) 1089using var document = JsonDocument.Parse(message.Response.ContentStream); 1091return Response.FromValue(value, message.Response); 1094throw _clientDiagnostics.CreateRequestFailedException(message.Response); 1149switch (message.Response.Status) 1154using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 1156return Response.FromValue(value, message.Response); 1159throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 1201switch (message.Response.Status) 1206using var document = JsonDocument.Parse(message.Response.ContentStream); 1208return Response.FromValue(value, message.Response); 1211throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Generated\PublicIPPrefixesRestOperations.cs (60)
83switch (message.Response.Status) 88return message.Response; 90throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 112switch (message.Response.Status) 117return message.Response; 119throw _clientDiagnostics.CreateRequestFailedException(message.Response); 165switch (message.Response.Status) 170using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 172return Response.FromValue(value, message.Response); 175throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 198switch (message.Response.Status) 203using var document = JsonDocument.Parse(message.Response.ContentStream); 205return Response.FromValue(value, message.Response); 208throw _clientDiagnostics.CreateRequestFailedException(message.Response); 258switch (message.Response.Status) 262return message.Response; 264throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 291switch (message.Response.Status) 295return message.Response; 297throw _clientDiagnostics.CreateRequestFailedException(message.Response); 347switch (message.Response.Status) 352using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 354return Response.FromValue(value, message.Response); 357throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 384switch (message.Response.Status) 389using var document = JsonDocument.Parse(message.Response.ContentStream); 391return Response.FromValue(value, message.Response); 394throw _clientDiagnostics.CreateRequestFailedException(message.Response); 420switch (message.Response.Status) 425using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 427return Response.FromValue(value, message.Response); 430throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 440switch (message.Response.Status) 445using var document = JsonDocument.Parse(message.Response.ContentStream); 447return Response.FromValue(value, message.Response); 450throw _clientDiagnostics.CreateRequestFailedException(message.Response); 485switch (message.Response.Status) 490using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 492return Response.FromValue(value, message.Response); 495throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 512switch (message.Response.Status) 517using var document = JsonDocument.Parse(message.Response.ContentStream); 519return Response.FromValue(value, message.Response); 522throw _clientDiagnostics.CreateRequestFailedException(message.Response); 552switch (message.Response.Status) 557using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 559return Response.FromValue(value, message.Response); 562throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 579switch (message.Response.Status) 584using var document = JsonDocument.Parse(message.Response.ContentStream); 586return Response.FromValue(value, message.Response); 589throw _clientDiagnostics.CreateRequestFailedException(message.Response); 624switch (message.Response.Status) 629using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 631return Response.FromValue(value, message.Response); 634throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 656switch (message.Response.Status) 661using var document = JsonDocument.Parse(message.Response.ContentStream); 663return Response.FromValue(value, message.Response); 666throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Generated\ResourceNavigationLinksRestOperations.cs (8)
91switch (message.Response.Status) 96using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 98return Response.FromValue(value, message.Response); 101throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 128switch (message.Response.Status) 133using var document = JsonDocument.Parse(message.Response.ContentStream); 135return Response.FromValue(value, message.Response); 138throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Generated\RestOperations.cs (16)
58switch (message.Response.Status) 63using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 65return Response.FromValue(value, message.Response); 68throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 78switch (message.Response.Status) 83using var document = JsonDocument.Parse(message.Response.ContentStream); 85return Response.FromValue(value, message.Response); 88throw _clientDiagnostics.CreateRequestFailedException(message.Response); 118switch (message.Response.Status) 123using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 125return Response.FromValue(value, message.Response); 128throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 145switch (message.Response.Status) 150using var document = JsonDocument.Parse(message.Response.ContentStream); 152return Response.FromValue(value, message.Response); 155throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Generated\RouteFilterRulesRestOperations.cs (36)
90switch (message.Response.Status) 95return message.Response; 97throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 124switch (message.Response.Status) 129return message.Response; 131throw _clientDiagnostics.CreateRequestFailedException(message.Response); 179switch (message.Response.Status) 184using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 186return Response.FromValue(value, message.Response); 189throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 216switch (message.Response.Status) 221using var document = JsonDocument.Parse(message.Response.ContentStream); 223return Response.FromValue(value, message.Response); 226throw _clientDiagnostics.CreateRequestFailedException(message.Response); 283switch (message.Response.Status) 287return message.Response; 289throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 321switch (message.Response.Status) 325return message.Response; 327throw _clientDiagnostics.CreateRequestFailedException(message.Response); 369switch (message.Response.Status) 374using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 376return Response.FromValue(value, message.Response); 379throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 401switch (message.Response.Status) 406using var document = JsonDocument.Parse(message.Response.ContentStream); 408return Response.FromValue(value, message.Response); 411throw _clientDiagnostics.CreateRequestFailedException(message.Response); 451switch (message.Response.Status) 456using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 458return Response.FromValue(value, message.Response); 461throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 488switch (message.Response.Status) 493using var document = JsonDocument.Parse(message.Response.ContentStream); 495return Response.FromValue(value, message.Response); 498throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Generated\RouteFiltersRestOperations.cs (60)
83switch (message.Response.Status) 88return message.Response; 90throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 112switch (message.Response.Status) 117return message.Response; 119throw _clientDiagnostics.CreateRequestFailedException(message.Response); 165switch (message.Response.Status) 170using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 172return Response.FromValue(value, message.Response); 175throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 198switch (message.Response.Status) 203using var document = JsonDocument.Parse(message.Response.ContentStream); 205return Response.FromValue(value, message.Response); 208throw _clientDiagnostics.CreateRequestFailedException(message.Response); 258switch (message.Response.Status) 262return message.Response; 264throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 291switch (message.Response.Status) 295return message.Response; 297throw _clientDiagnostics.CreateRequestFailedException(message.Response); 347switch (message.Response.Status) 352using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 354return Response.FromValue(value, message.Response); 357throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 384switch (message.Response.Status) 389using var document = JsonDocument.Parse(message.Response.ContentStream); 391return Response.FromValue(value, message.Response); 394throw _clientDiagnostics.CreateRequestFailedException(message.Response); 429switch (message.Response.Status) 434using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 436return Response.FromValue(value, message.Response); 439throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 456switch (message.Response.Status) 461using var document = JsonDocument.Parse(message.Response.ContentStream); 463return Response.FromValue(value, message.Response); 466throw _clientDiagnostics.CreateRequestFailedException(message.Response); 492switch (message.Response.Status) 497using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 499return Response.FromValue(value, message.Response); 502throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 512switch (message.Response.Status) 517using var document = JsonDocument.Parse(message.Response.ContentStream); 519return Response.FromValue(value, message.Response); 522throw _clientDiagnostics.CreateRequestFailedException(message.Response); 557switch (message.Response.Status) 562using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 564return Response.FromValue(value, message.Response); 567throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 589switch (message.Response.Status) 594using var document = JsonDocument.Parse(message.Response.ContentStream); 596return Response.FromValue(value, message.Response); 599throw _clientDiagnostics.CreateRequestFailedException(message.Response); 629switch (message.Response.Status) 634using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 636return Response.FromValue(value, message.Response); 639throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 656switch (message.Response.Status) 661using var document = JsonDocument.Parse(message.Response.ContentStream); 663return Response.FromValue(value, message.Response); 666throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Generated\RoutesRestOperations.cs (36)
90switch (message.Response.Status) 95return message.Response; 97throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 124switch (message.Response.Status) 129return message.Response; 131throw _clientDiagnostics.CreateRequestFailedException(message.Response); 179switch (message.Response.Status) 184using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 186return Response.FromValue(value, message.Response); 189throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 216switch (message.Response.Status) 221using var document = JsonDocument.Parse(message.Response.ContentStream); 223return Response.FromValue(value, message.Response); 226throw _clientDiagnostics.CreateRequestFailedException(message.Response); 283switch (message.Response.Status) 287return message.Response; 289throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 321switch (message.Response.Status) 325return message.Response; 327throw _clientDiagnostics.CreateRequestFailedException(message.Response); 369switch (message.Response.Status) 374using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 376return Response.FromValue(value, message.Response); 379throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 401switch (message.Response.Status) 406using var document = JsonDocument.Parse(message.Response.ContentStream); 408return Response.FromValue(value, message.Response); 411throw _clientDiagnostics.CreateRequestFailedException(message.Response); 451switch (message.Response.Status) 456using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 458return Response.FromValue(value, message.Response); 461throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 488switch (message.Response.Status) 493using var document = JsonDocument.Parse(message.Response.ContentStream); 495return Response.FromValue(value, message.Response); 498throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Generated\RouteTablesRestOperations.cs (60)
83switch (message.Response.Status) 88return message.Response; 90throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 112switch (message.Response.Status) 117return message.Response; 119throw _clientDiagnostics.CreateRequestFailedException(message.Response); 165switch (message.Response.Status) 170using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 172return Response.FromValue(value, message.Response); 175throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 198switch (message.Response.Status) 203using var document = JsonDocument.Parse(message.Response.ContentStream); 205return Response.FromValue(value, message.Response); 208throw _clientDiagnostics.CreateRequestFailedException(message.Response); 258switch (message.Response.Status) 262return message.Response; 264throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 291switch (message.Response.Status) 295return message.Response; 297throw _clientDiagnostics.CreateRequestFailedException(message.Response); 347switch (message.Response.Status) 352using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 354return Response.FromValue(value, message.Response); 357throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 384switch (message.Response.Status) 389using var document = JsonDocument.Parse(message.Response.ContentStream); 391return Response.FromValue(value, message.Response); 394throw _clientDiagnostics.CreateRequestFailedException(message.Response); 429switch (message.Response.Status) 434using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 436return Response.FromValue(value, message.Response); 439throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 456switch (message.Response.Status) 461using var document = JsonDocument.Parse(message.Response.ContentStream); 463return Response.FromValue(value, message.Response); 466throw _clientDiagnostics.CreateRequestFailedException(message.Response); 492switch (message.Response.Status) 497using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 499return Response.FromValue(value, message.Response); 502throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 512switch (message.Response.Status) 517using var document = JsonDocument.Parse(message.Response.ContentStream); 519return Response.FromValue(value, message.Response); 522throw _clientDiagnostics.CreateRequestFailedException(message.Response); 557switch (message.Response.Status) 562using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 564return Response.FromValue(value, message.Response); 567throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 589switch (message.Response.Status) 594using var document = JsonDocument.Parse(message.Response.ContentStream); 596return Response.FromValue(value, message.Response); 599throw _clientDiagnostics.CreateRequestFailedException(message.Response); 629switch (message.Response.Status) 634using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 636return Response.FromValue(value, message.Response); 639throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 656switch (message.Response.Status) 661using var document = JsonDocument.Parse(message.Response.ContentStream); 663return Response.FromValue(value, message.Response); 666throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Generated\SecurityPartnerProvidersRestOperations.cs (60)
83switch (message.Response.Status) 88return message.Response; 90throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 112switch (message.Response.Status) 117return message.Response; 119throw _clientDiagnostics.CreateRequestFailedException(message.Response); 160switch (message.Response.Status) 165using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 167return Response.FromValue(value, message.Response); 170throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 192switch (message.Response.Status) 197using var document = JsonDocument.Parse(message.Response.ContentStream); 199return Response.FromValue(value, message.Response); 202throw _clientDiagnostics.CreateRequestFailedException(message.Response); 252switch (message.Response.Status) 256return message.Response; 258throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 285switch (message.Response.Status) 289return message.Response; 291throw _clientDiagnostics.CreateRequestFailedException(message.Response); 341switch (message.Response.Status) 346using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 348return Response.FromValue(value, message.Response); 351throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 378switch (message.Response.Status) 383using var document = JsonDocument.Parse(message.Response.ContentStream); 385return Response.FromValue(value, message.Response); 388throw _clientDiagnostics.CreateRequestFailedException(message.Response); 423switch (message.Response.Status) 428using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 430return Response.FromValue(value, message.Response); 433throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 450switch (message.Response.Status) 455using var document = JsonDocument.Parse(message.Response.ContentStream); 457return Response.FromValue(value, message.Response); 460throw _clientDiagnostics.CreateRequestFailedException(message.Response); 486switch (message.Response.Status) 491using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 493return Response.FromValue(value, message.Response); 496throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 506switch (message.Response.Status) 511using var document = JsonDocument.Parse(message.Response.ContentStream); 513return Response.FromValue(value, message.Response); 516throw _clientDiagnostics.CreateRequestFailedException(message.Response); 551switch (message.Response.Status) 556using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 558return Response.FromValue(value, message.Response); 561throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 583switch (message.Response.Status) 588using var document = JsonDocument.Parse(message.Response.ContentStream); 590return Response.FromValue(value, message.Response); 593throw _clientDiagnostics.CreateRequestFailedException(message.Response); 623switch (message.Response.Status) 628using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 630return Response.FromValue(value, message.Response); 633throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 650switch (message.Response.Status) 655using var document = JsonDocument.Parse(message.Response.ContentStream); 657return Response.FromValue(value, message.Response); 660throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Generated\SecurityRulesRestOperations.cs (36)
90switch (message.Response.Status) 95return message.Response; 97throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 124switch (message.Response.Status) 129return message.Response; 131throw _clientDiagnostics.CreateRequestFailedException(message.Response); 179switch (message.Response.Status) 184using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 186return Response.FromValue(value, message.Response); 189throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 216switch (message.Response.Status) 221using var document = JsonDocument.Parse(message.Response.ContentStream); 223return Response.FromValue(value, message.Response); 226throw _clientDiagnostics.CreateRequestFailedException(message.Response); 283switch (message.Response.Status) 287return message.Response; 289throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 321switch (message.Response.Status) 325return message.Response; 327throw _clientDiagnostics.CreateRequestFailedException(message.Response); 369switch (message.Response.Status) 374using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 376return Response.FromValue(value, message.Response); 379throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 401switch (message.Response.Status) 406using var document = JsonDocument.Parse(message.Response.ContentStream); 408return Response.FromValue(value, message.Response); 411throw _clientDiagnostics.CreateRequestFailedException(message.Response); 451switch (message.Response.Status) 456using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 458return Response.FromValue(value, message.Response); 461throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 488switch (message.Response.Status) 493using var document = JsonDocument.Parse(message.Response.ContentStream); 495return Response.FromValue(value, message.Response); 498throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Generated\ServiceAssociationLinksRestOperations.cs (8)
91switch (message.Response.Status) 96using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 98return Response.FromValue(value, message.Response); 101throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 128switch (message.Response.Status) 133using var document = JsonDocument.Parse(message.Response.ContentStream); 135return Response.FromValue(value, message.Response); 138throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Generated\ServiceEndpointPoliciesRestOperations.cs (60)
83switch (message.Response.Status) 88return message.Response; 90throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 112switch (message.Response.Status) 117return message.Response; 119throw _clientDiagnostics.CreateRequestFailedException(message.Response); 165switch (message.Response.Status) 170using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 172return Response.FromValue(value, message.Response); 175throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 198switch (message.Response.Status) 203using var document = JsonDocument.Parse(message.Response.ContentStream); 205return Response.FromValue(value, message.Response); 208throw _clientDiagnostics.CreateRequestFailedException(message.Response); 258switch (message.Response.Status) 262return message.Response; 264throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 291switch (message.Response.Status) 295return message.Response; 297throw _clientDiagnostics.CreateRequestFailedException(message.Response); 347switch (message.Response.Status) 352using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 354return Response.FromValue(value, message.Response); 357throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 384switch (message.Response.Status) 389using var document = JsonDocument.Parse(message.Response.ContentStream); 391return Response.FromValue(value, message.Response); 394throw _clientDiagnostics.CreateRequestFailedException(message.Response); 420switch (message.Response.Status) 425using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 427return Response.FromValue(value, message.Response); 430throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 440switch (message.Response.Status) 445using var document = JsonDocument.Parse(message.Response.ContentStream); 447return Response.FromValue(value, message.Response); 450throw _clientDiagnostics.CreateRequestFailedException(message.Response); 485switch (message.Response.Status) 490using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 492return Response.FromValue(value, message.Response); 495throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 512switch (message.Response.Status) 517using var document = JsonDocument.Parse(message.Response.ContentStream); 519return Response.FromValue(value, message.Response); 522throw _clientDiagnostics.CreateRequestFailedException(message.Response); 552switch (message.Response.Status) 557using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 559return Response.FromValue(value, message.Response); 562throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 579switch (message.Response.Status) 584using var document = JsonDocument.Parse(message.Response.ContentStream); 586return Response.FromValue(value, message.Response); 589throw _clientDiagnostics.CreateRequestFailedException(message.Response); 624switch (message.Response.Status) 629using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 631return Response.FromValue(value, message.Response); 634throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 656switch (message.Response.Status) 661using var document = JsonDocument.Parse(message.Response.ContentStream); 663return Response.FromValue(value, message.Response); 666throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Generated\ServiceEndpointPolicyDefinitionsRestOperations.cs (36)
90switch (message.Response.Status) 95return message.Response; 97throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 124switch (message.Response.Status) 129return message.Response; 131throw _clientDiagnostics.CreateRequestFailedException(message.Response); 179switch (message.Response.Status) 184using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 186return Response.FromValue(value, message.Response); 189throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 216switch (message.Response.Status) 221using var document = JsonDocument.Parse(message.Response.ContentStream); 223return Response.FromValue(value, message.Response); 226throw _clientDiagnostics.CreateRequestFailedException(message.Response); 283switch (message.Response.Status) 287return message.Response; 289throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 321switch (message.Response.Status) 325return message.Response; 327throw _clientDiagnostics.CreateRequestFailedException(message.Response); 369switch (message.Response.Status) 374using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 376return Response.FromValue(value, message.Response); 379throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 401switch (message.Response.Status) 406using var document = JsonDocument.Parse(message.Response.ContentStream); 408return Response.FromValue(value, message.Response); 411throw _clientDiagnostics.CreateRequestFailedException(message.Response); 451switch (message.Response.Status) 456using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 458return Response.FromValue(value, message.Response); 461throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 488switch (message.Response.Status) 493using var document = JsonDocument.Parse(message.Response.ContentStream); 495return Response.FromValue(value, message.Response); 498throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Generated\ServiceTagsRestOperations.cs (8)
77switch (message.Response.Status) 82using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 84return Response.FromValue(value, message.Response); 87throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 104switch (message.Response.Status) 109using var document = JsonDocument.Parse(message.Response.ContentStream); 111return Response.FromValue(value, message.Response); 114throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Generated\SubnetsRestOperations.cs (48)
90switch (message.Response.Status) 95return message.Response; 97throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 124switch (message.Response.Status) 129return message.Response; 131throw _clientDiagnostics.CreateRequestFailedException(message.Response); 184switch (message.Response.Status) 189using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 191return Response.FromValue(value, message.Response); 194throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 222switch (message.Response.Status) 227using var document = JsonDocument.Parse(message.Response.ContentStream); 229return Response.FromValue(value, message.Response); 232throw _clientDiagnostics.CreateRequestFailedException(message.Response); 289switch (message.Response.Status) 293return message.Response; 295throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 327switch (message.Response.Status) 331return message.Response; 333throw _clientDiagnostics.CreateRequestFailedException(message.Response); 391switch (message.Response.Status) 395return message.Response; 397throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 429switch (message.Response.Status) 433return message.Response; 435throw _clientDiagnostics.CreateRequestFailedException(message.Response); 493switch (message.Response.Status) 497return message.Response; 499throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 531switch (message.Response.Status) 535return message.Response; 537throw _clientDiagnostics.CreateRequestFailedException(message.Response); 579switch (message.Response.Status) 584using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 586return Response.FromValue(value, message.Response); 589throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 611switch (message.Response.Status) 616using var document = JsonDocument.Parse(message.Response.ContentStream); 618return Response.FromValue(value, message.Response); 621throw _clientDiagnostics.CreateRequestFailedException(message.Response); 661switch (message.Response.Status) 666using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 668return Response.FromValue(value, message.Response); 671throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 698switch (message.Response.Status) 703using var document = JsonDocument.Parse(message.Response.ContentStream); 705return Response.FromValue(value, message.Response); 708throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Generated\UsagesRestOperations.cs (16)
77switch (message.Response.Status) 82using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 84return Response.FromValue(value, message.Response); 87throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 104switch (message.Response.Status) 109using var document = JsonDocument.Parse(message.Response.ContentStream); 111return Response.FromValue(value, message.Response); 114throw _clientDiagnostics.CreateRequestFailedException(message.Response); 149switch (message.Response.Status) 154using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 156return Response.FromValue(value, message.Response); 159throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 181switch (message.Response.Status) 186using var document = JsonDocument.Parse(message.Response.ContentStream); 188return Response.FromValue(value, message.Response); 191throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Generated\VirtualHubRouteTableV2SRestOperations.cs (36)
90switch (message.Response.Status) 95using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 97return Response.FromValue(value, message.Response); 100throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 127switch (message.Response.Status) 132using var document = JsonDocument.Parse(message.Response.ContentStream); 134return Response.FromValue(value, message.Response); 137throw _clientDiagnostics.CreateRequestFailedException(message.Response); 194switch (message.Response.Status) 198return message.Response; 200throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 232switch (message.Response.Status) 236return message.Response; 238throw _clientDiagnostics.CreateRequestFailedException(message.Response); 286switch (message.Response.Status) 291return message.Response; 293throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 320switch (message.Response.Status) 325return message.Response; 327throw _clientDiagnostics.CreateRequestFailedException(message.Response); 369switch (message.Response.Status) 374using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 376return Response.FromValue(value, message.Response); 379throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 401switch (message.Response.Status) 406using var document = JsonDocument.Parse(message.Response.ContentStream); 408return Response.FromValue(value, message.Response); 411throw _clientDiagnostics.CreateRequestFailedException(message.Response); 451switch (message.Response.Status) 456using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 458return Response.FromValue(value, message.Response); 461throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 488switch (message.Response.Status) 493using var document = JsonDocument.Parse(message.Response.ContentStream); 495return Response.FromValue(value, message.Response); 498throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Generated\VirtualHubsRestOperations.cs (60)
83switch (message.Response.Status) 88using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 90return Response.FromValue(value, message.Response); 93throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 115switch (message.Response.Status) 120using var document = JsonDocument.Parse(message.Response.ContentStream); 122return Response.FromValue(value, message.Response); 125throw _clientDiagnostics.CreateRequestFailedException(message.Response); 175switch (message.Response.Status) 179return message.Response; 181throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 208switch (message.Response.Status) 212return message.Response; 214throw _clientDiagnostics.CreateRequestFailedException(message.Response); 264switch (message.Response.Status) 269using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 271return Response.FromValue(value, message.Response); 274throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 301switch (message.Response.Status) 306using var document = JsonDocument.Parse(message.Response.ContentStream); 308return Response.FromValue(value, message.Response); 311throw _clientDiagnostics.CreateRequestFailedException(message.Response); 352switch (message.Response.Status) 357return message.Response; 359throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 381switch (message.Response.Status) 386return message.Response; 388throw _clientDiagnostics.CreateRequestFailedException(message.Response); 423switch (message.Response.Status) 428using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 430return Response.FromValue(value, message.Response); 433throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 450switch (message.Response.Status) 455using var document = JsonDocument.Parse(message.Response.ContentStream); 457return Response.FromValue(value, message.Response); 460throw _clientDiagnostics.CreateRequestFailedException(message.Response); 486switch (message.Response.Status) 491using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 493return Response.FromValue(value, message.Response); 496throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 506switch (message.Response.Status) 511using var document = JsonDocument.Parse(message.Response.ContentStream); 513return Response.FromValue(value, message.Response); 516throw _clientDiagnostics.CreateRequestFailedException(message.Response); 551switch (message.Response.Status) 556using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 558return Response.FromValue(value, message.Response); 561throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 583switch (message.Response.Status) 588using var document = JsonDocument.Parse(message.Response.ContentStream); 590return Response.FromValue(value, message.Response); 593throw _clientDiagnostics.CreateRequestFailedException(message.Response); 623switch (message.Response.Status) 628using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 630return Response.FromValue(value, message.Response); 633throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 650switch (message.Response.Status) 655using var document = JsonDocument.Parse(message.Response.ContentStream); 657return Response.FromValue(value, message.Response); 660throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Generated\VirtualNetworkGatewayConnectionsRestOperations.cs (74)
92switch (message.Response.Status) 96return message.Response; 98throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 125switch (message.Response.Status) 129return message.Response; 131throw _clientDiagnostics.CreateRequestFailedException(message.Response); 172switch (message.Response.Status) 177using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 179return Response.FromValue(value, message.Response); 182throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 204switch (message.Response.Status) 209using var document = JsonDocument.Parse(message.Response.ContentStream); 211return Response.FromValue(value, message.Response); 214throw _clientDiagnostics.CreateRequestFailedException(message.Response); 255switch (message.Response.Status) 260return message.Response; 262throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 284switch (message.Response.Status) 289return message.Response; 291throw _clientDiagnostics.CreateRequestFailedException(message.Response); 341switch (message.Response.Status) 345return message.Response; 347throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 374switch (message.Response.Status) 378return message.Response; 380throw _clientDiagnostics.CreateRequestFailedException(message.Response); 431switch (message.Response.Status) 435return message.Response; 437throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 464switch (message.Response.Status) 468return message.Response; 470throw _clientDiagnostics.CreateRequestFailedException(message.Response); 512switch (message.Response.Status) 517using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 519return Response.FromValue(value, message.Response); 522throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 544switch (message.Response.Status) 549using var document = JsonDocument.Parse(message.Response.ContentStream); 551return Response.FromValue(value, message.Response); 554throw _clientDiagnostics.CreateRequestFailedException(message.Response); 589switch (message.Response.Status) 594using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 596return Response.FromValue(value, message.Response); 599throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 616switch (message.Response.Status) 621using var document = JsonDocument.Parse(message.Response.ContentStream); 623return Response.FromValue(value, message.Response); 626throw _clientDiagnostics.CreateRequestFailedException(message.Response); 677switch (message.Response.Status) 681return message.Response; 683throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 710switch (message.Response.Status) 714return message.Response; 716throw _clientDiagnostics.CreateRequestFailedException(message.Response); 766switch (message.Response.Status) 770return message.Response; 772throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 795switch (message.Response.Status) 799return message.Response; 801throw _clientDiagnostics.CreateRequestFailedException(message.Response); 852switch (message.Response.Status) 856return message.Response; 858throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 885switch (message.Response.Status) 889return message.Response; 891throw _clientDiagnostics.CreateRequestFailedException(message.Response); 926switch (message.Response.Status) 931using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 933return Response.FromValue(value, message.Response); 936throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 958switch (message.Response.Status) 963using var document = JsonDocument.Parse(message.Response.ContentStream); 965return Response.FromValue(value, message.Response); 968throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Generated\VirtualNetworkGatewaysRestOperations.cs (158)
92switch (message.Response.Status) 96return message.Response; 98throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 125switch (message.Response.Status) 129return message.Response; 131throw _clientDiagnostics.CreateRequestFailedException(message.Response); 172switch (message.Response.Status) 177using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 179return Response.FromValue(value, message.Response); 182throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 204switch (message.Response.Status) 209using var document = JsonDocument.Parse(message.Response.ContentStream); 211return Response.FromValue(value, message.Response); 214throw _clientDiagnostics.CreateRequestFailedException(message.Response); 255switch (message.Response.Status) 260return message.Response; 262throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 284switch (message.Response.Status) 289return message.Response; 291throw _clientDiagnostics.CreateRequestFailedException(message.Response); 341switch (message.Response.Status) 345return message.Response; 347throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 374switch (message.Response.Status) 378return message.Response; 380throw _clientDiagnostics.CreateRequestFailedException(message.Response); 415switch (message.Response.Status) 420using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 422return Response.FromValue(value, message.Response); 425throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 442switch (message.Response.Status) 447using var document = JsonDocument.Parse(message.Response.ContentStream); 449return Response.FromValue(value, message.Response); 452throw _clientDiagnostics.CreateRequestFailedException(message.Response); 494switch (message.Response.Status) 499using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 501return Response.FromValue(value, message.Response); 504throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 526switch (message.Response.Status) 531using var document = JsonDocument.Parse(message.Response.ContentStream); 533return Response.FromValue(value, message.Response); 536throw _clientDiagnostics.CreateRequestFailedException(message.Response); 583switch (message.Response.Status) 587return message.Response; 589throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 612switch (message.Response.Status) 616return message.Response; 618throw _clientDiagnostics.CreateRequestFailedException(message.Response); 660switch (message.Response.Status) 664return message.Response; 666throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 688switch (message.Response.Status) 692return message.Response; 694throw _clientDiagnostics.CreateRequestFailedException(message.Response); 745switch (message.Response.Status) 749return message.Response; 751throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 778switch (message.Response.Status) 782return message.Response; 784throw _clientDiagnostics.CreateRequestFailedException(message.Response); 835switch (message.Response.Status) 839return message.Response; 841throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 868switch (message.Response.Status) 872return message.Response; 874throw _clientDiagnostics.CreateRequestFailedException(message.Response); 916switch (message.Response.Status) 920return message.Response; 922throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 944switch (message.Response.Status) 948return message.Response; 950throw _clientDiagnostics.CreateRequestFailedException(message.Response); 997switch (message.Response.Status) 1001return message.Response; 1003throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 1026switch (message.Response.Status) 1030return message.Response; 1032throw _clientDiagnostics.CreateRequestFailedException(message.Response); 1074switch (message.Response.Status) 1079using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 1081return Response.FromValue(value, message.Response); 1084throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 1106switch (message.Response.Status) 1111using var document = JsonDocument.Parse(message.Response.ContentStream); 1113return Response.FromValue(value, message.Response); 1116throw _clientDiagnostics.CreateRequestFailedException(message.Response); 1158switch (message.Response.Status) 1162return message.Response; 1164throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 1186switch (message.Response.Status) 1190return message.Response; 1192throw _clientDiagnostics.CreateRequestFailedException(message.Response); 1240switch (message.Response.Status) 1244return message.Response; 1246throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 1273switch (message.Response.Status) 1277return message.Response; 1279throw _clientDiagnostics.CreateRequestFailedException(message.Response); 1330switch (message.Response.Status) 1334return message.Response; 1336throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 1363switch (message.Response.Status) 1367return message.Response; 1369throw _clientDiagnostics.CreateRequestFailedException(message.Response); 1411switch (message.Response.Status) 1414return message.Response; 1416throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 1438switch (message.Response.Status) 1441return message.Response; 1443throw _clientDiagnostics.CreateRequestFailedException(message.Response); 1494switch (message.Response.Status) 1499using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 1501return Response.FromValue(value, message.Response); 1504throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 1531switch (message.Response.Status) 1536using var document = JsonDocument.Parse(message.Response.ContentStream); 1538return Response.FromValue(value, message.Response); 1541throw _clientDiagnostics.CreateRequestFailedException(message.Response); 1591switch (message.Response.Status) 1595return message.Response; 1597throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 1620switch (message.Response.Status) 1624return message.Response; 1626throw _clientDiagnostics.CreateRequestFailedException(message.Response); 1677switch (message.Response.Status) 1681return message.Response; 1683throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 1710switch (message.Response.Status) 1714return message.Response; 1716throw _clientDiagnostics.CreateRequestFailedException(message.Response); 1758switch (message.Response.Status) 1762return message.Response; 1764throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 1786switch (message.Response.Status) 1790return message.Response; 1792throw _clientDiagnostics.CreateRequestFailedException(message.Response); 1843switch (message.Response.Status) 1847return message.Response; 1849throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 1876switch (message.Response.Status) 1880return message.Response; 1882throw _clientDiagnostics.CreateRequestFailedException(message.Response); 1917switch (message.Response.Status) 1922using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 1924return Response.FromValue(value, message.Response); 1927throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 1949switch (message.Response.Status) 1954using var document = JsonDocument.Parse(message.Response.ContentStream); 1956return Response.FromValue(value, message.Response); 1959throw _clientDiagnostics.CreateRequestFailedException(message.Response); 1999switch (message.Response.Status) 2004using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 2006return Response.FromValue(value, message.Response); 2009throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 2036switch (message.Response.Status) 2041using var document = JsonDocument.Parse(message.Response.ContentStream); 2043return Response.FromValue(value, message.Response); 2046throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Generated\VirtualNetworkPeeringsRestOperations.cs (36)
90switch (message.Response.Status) 95return message.Response; 97throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 124switch (message.Response.Status) 129return message.Response; 131throw _clientDiagnostics.CreateRequestFailedException(message.Response); 179switch (message.Response.Status) 184using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 186return Response.FromValue(value, message.Response); 189throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 216switch (message.Response.Status) 221using var document = JsonDocument.Parse(message.Response.ContentStream); 223return Response.FromValue(value, message.Response); 226throw _clientDiagnostics.CreateRequestFailedException(message.Response); 283switch (message.Response.Status) 287return message.Response; 289throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 321switch (message.Response.Status) 325return message.Response; 327throw _clientDiagnostics.CreateRequestFailedException(message.Response); 369switch (message.Response.Status) 374using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 376return Response.FromValue(value, message.Response); 379throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 401switch (message.Response.Status) 406using var document = JsonDocument.Parse(message.Response.ContentStream); 408return Response.FromValue(value, message.Response); 411throw _clientDiagnostics.CreateRequestFailedException(message.Response); 451switch (message.Response.Status) 456using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 458return Response.FromValue(value, message.Response); 461throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 488switch (message.Response.Status) 493using var document = JsonDocument.Parse(message.Response.ContentStream); 495return Response.FromValue(value, message.Response); 498throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Generated\VirtualNetworksRestOperations.cs (84)
83switch (message.Response.Status) 88return message.Response; 90throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 112switch (message.Response.Status) 117return message.Response; 119throw _clientDiagnostics.CreateRequestFailedException(message.Response); 165switch (message.Response.Status) 170using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 172return Response.FromValue(value, message.Response); 175throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 198switch (message.Response.Status) 203using var document = JsonDocument.Parse(message.Response.ContentStream); 205return Response.FromValue(value, message.Response); 208throw _clientDiagnostics.CreateRequestFailedException(message.Response); 258switch (message.Response.Status) 262return message.Response; 264throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 291switch (message.Response.Status) 295return message.Response; 297throw _clientDiagnostics.CreateRequestFailedException(message.Response); 347switch (message.Response.Status) 352using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 354return Response.FromValue(value, message.Response); 357throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 384switch (message.Response.Status) 389using var document = JsonDocument.Parse(message.Response.ContentStream); 391return Response.FromValue(value, message.Response); 394throw _clientDiagnostics.CreateRequestFailedException(message.Response); 420switch (message.Response.Status) 425using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 427return Response.FromValue(value, message.Response); 430throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 440switch (message.Response.Status) 445using var document = JsonDocument.Parse(message.Response.ContentStream); 447return Response.FromValue(value, message.Response); 450throw _clientDiagnostics.CreateRequestFailedException(message.Response); 485switch (message.Response.Status) 490using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 492return Response.FromValue(value, message.Response); 495throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 512switch (message.Response.Status) 517using var document = JsonDocument.Parse(message.Response.ContentStream); 519return Response.FromValue(value, message.Response); 522throw _clientDiagnostics.CreateRequestFailedException(message.Response); 570switch (message.Response.Status) 575using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 577return Response.FromValue(value, message.Response); 580throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 607switch (message.Response.Status) 612using var document = JsonDocument.Parse(message.Response.ContentStream); 614return Response.FromValue(value, message.Response); 617throw _clientDiagnostics.CreateRequestFailedException(message.Response); 659switch (message.Response.Status) 664using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 666return Response.FromValue(value, message.Response); 669throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 691switch (message.Response.Status) 696using var document = JsonDocument.Parse(message.Response.ContentStream); 698return Response.FromValue(value, message.Response); 701throw _clientDiagnostics.CreateRequestFailedException(message.Response); 731switch (message.Response.Status) 736using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 738return Response.FromValue(value, message.Response); 741throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 758switch (message.Response.Status) 763using var document = JsonDocument.Parse(message.Response.ContentStream); 765return Response.FromValue(value, message.Response); 768throw _clientDiagnostics.CreateRequestFailedException(message.Response); 803switch (message.Response.Status) 808using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 810return Response.FromValue(value, message.Response); 813throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 835switch (message.Response.Status) 840using var document = JsonDocument.Parse(message.Response.ContentStream); 842return Response.FromValue(value, message.Response); 845throw _clientDiagnostics.CreateRequestFailedException(message.Response); 885switch (message.Response.Status) 890using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 892return Response.FromValue(value, message.Response); 895throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 922switch (message.Response.Status) 927using var document = JsonDocument.Parse(message.Response.ContentStream); 929return Response.FromValue(value, message.Response); 932throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Generated\VirtualNetworkTapsRestOperations.cs (60)
83switch (message.Response.Status) 88return message.Response; 90throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 112switch (message.Response.Status) 117return message.Response; 119throw _clientDiagnostics.CreateRequestFailedException(message.Response); 160switch (message.Response.Status) 165using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 167return Response.FromValue(value, message.Response); 170throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 192switch (message.Response.Status) 197using var document = JsonDocument.Parse(message.Response.ContentStream); 199return Response.FromValue(value, message.Response); 202throw _clientDiagnostics.CreateRequestFailedException(message.Response); 252switch (message.Response.Status) 256return message.Response; 258throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 285switch (message.Response.Status) 289return message.Response; 291throw _clientDiagnostics.CreateRequestFailedException(message.Response); 341switch (message.Response.Status) 346using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 348return Response.FromValue(value, message.Response); 351throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 378switch (message.Response.Status) 383using var document = JsonDocument.Parse(message.Response.ContentStream); 385return Response.FromValue(value, message.Response); 388throw _clientDiagnostics.CreateRequestFailedException(message.Response); 414switch (message.Response.Status) 419using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 421return Response.FromValue(value, message.Response); 424throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 434switch (message.Response.Status) 439using var document = JsonDocument.Parse(message.Response.ContentStream); 441return Response.FromValue(value, message.Response); 444throw _clientDiagnostics.CreateRequestFailedException(message.Response); 479switch (message.Response.Status) 484using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 486return Response.FromValue(value, message.Response); 489throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 506switch (message.Response.Status) 511using var document = JsonDocument.Parse(message.Response.ContentStream); 513return Response.FromValue(value, message.Response); 516throw _clientDiagnostics.CreateRequestFailedException(message.Response); 546switch (message.Response.Status) 551using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 553return Response.FromValue(value, message.Response); 556throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 573switch (message.Response.Status) 578using var document = JsonDocument.Parse(message.Response.ContentStream); 580return Response.FromValue(value, message.Response); 583throw _clientDiagnostics.CreateRequestFailedException(message.Response); 618switch (message.Response.Status) 623using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 625return Response.FromValue(value, message.Response); 628throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 650switch (message.Response.Status) 655using var document = JsonDocument.Parse(message.Response.ContentStream); 657return Response.FromValue(value, message.Response); 660throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Generated\VirtualRouterPeeringsRestOperations.cs (36)
90switch (message.Response.Status) 95return message.Response; 97throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 124switch (message.Response.Status) 129return message.Response; 131throw _clientDiagnostics.CreateRequestFailedException(message.Response); 179switch (message.Response.Status) 184using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 186return Response.FromValue(value, message.Response); 189throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 216switch (message.Response.Status) 221using var document = JsonDocument.Parse(message.Response.ContentStream); 223return Response.FromValue(value, message.Response); 226throw _clientDiagnostics.CreateRequestFailedException(message.Response); 283switch (message.Response.Status) 287return message.Response; 289throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 321switch (message.Response.Status) 325return message.Response; 327throw _clientDiagnostics.CreateRequestFailedException(message.Response); 369switch (message.Response.Status) 374using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 376return Response.FromValue(value, message.Response); 379throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 401switch (message.Response.Status) 406using var document = JsonDocument.Parse(message.Response.ContentStream); 408return Response.FromValue(value, message.Response); 411throw _clientDiagnostics.CreateRequestFailedException(message.Response); 451switch (message.Response.Status) 456using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 458return Response.FromValue(value, message.Response); 461throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 488switch (message.Response.Status) 493using var document = JsonDocument.Parse(message.Response.ContentStream); 495return Response.FromValue(value, message.Response); 498throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Generated\VirtualRoutersRestOperations.cs (52)
83switch (message.Response.Status) 88return message.Response; 90throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 112switch (message.Response.Status) 117return message.Response; 119throw _clientDiagnostics.CreateRequestFailedException(message.Response); 165switch (message.Response.Status) 170using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 172return Response.FromValue(value, message.Response); 175throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 198switch (message.Response.Status) 203using var document = JsonDocument.Parse(message.Response.ContentStream); 205return Response.FromValue(value, message.Response); 208throw _clientDiagnostics.CreateRequestFailedException(message.Response); 258switch (message.Response.Status) 262return message.Response; 264throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 291switch (message.Response.Status) 295return message.Response; 297throw _clientDiagnostics.CreateRequestFailedException(message.Response); 332switch (message.Response.Status) 337using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 339return Response.FromValue(value, message.Response); 342throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 359switch (message.Response.Status) 364using var document = JsonDocument.Parse(message.Response.ContentStream); 366return Response.FromValue(value, message.Response); 369throw _clientDiagnostics.CreateRequestFailedException(message.Response); 395switch (message.Response.Status) 400using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 402return Response.FromValue(value, message.Response); 405throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 415switch (message.Response.Status) 420using var document = JsonDocument.Parse(message.Response.ContentStream); 422return Response.FromValue(value, message.Response); 425throw _clientDiagnostics.CreateRequestFailedException(message.Response); 460switch (message.Response.Status) 465using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 467return Response.FromValue(value, message.Response); 470throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 492switch (message.Response.Status) 497using var document = JsonDocument.Parse(message.Response.ContentStream); 499return Response.FromValue(value, message.Response); 502throw _clientDiagnostics.CreateRequestFailedException(message.Response); 532switch (message.Response.Status) 537using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 539return Response.FromValue(value, message.Response); 542throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 559switch (message.Response.Status) 564using var document = JsonDocument.Parse(message.Response.ContentStream); 566return Response.FromValue(value, message.Response); 569throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Generated\VirtualWansRestOperations.cs (60)
83switch (message.Response.Status) 88using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 90return Response.FromValue(value, message.Response); 93throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 115switch (message.Response.Status) 120using var document = JsonDocument.Parse(message.Response.ContentStream); 122return Response.FromValue(value, message.Response); 125throw _clientDiagnostics.CreateRequestFailedException(message.Response); 175switch (message.Response.Status) 179return message.Response; 181throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 208switch (message.Response.Status) 212return message.Response; 214throw _clientDiagnostics.CreateRequestFailedException(message.Response); 264switch (message.Response.Status) 269using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 271return Response.FromValue(value, message.Response); 274throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 301switch (message.Response.Status) 306using var document = JsonDocument.Parse(message.Response.ContentStream); 308return Response.FromValue(value, message.Response); 311throw _clientDiagnostics.CreateRequestFailedException(message.Response); 352switch (message.Response.Status) 357return message.Response; 359throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 381switch (message.Response.Status) 386return message.Response; 388throw _clientDiagnostics.CreateRequestFailedException(message.Response); 423switch (message.Response.Status) 428using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 430return Response.FromValue(value, message.Response); 433throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 450switch (message.Response.Status) 455using var document = JsonDocument.Parse(message.Response.ContentStream); 457return Response.FromValue(value, message.Response); 460throw _clientDiagnostics.CreateRequestFailedException(message.Response); 486switch (message.Response.Status) 491using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 493return Response.FromValue(value, message.Response); 496throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 506switch (message.Response.Status) 511using var document = JsonDocument.Parse(message.Response.ContentStream); 513return Response.FromValue(value, message.Response); 516throw _clientDiagnostics.CreateRequestFailedException(message.Response); 551switch (message.Response.Status) 556using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 558return Response.FromValue(value, message.Response); 561throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 583switch (message.Response.Status) 588using var document = JsonDocument.Parse(message.Response.ContentStream); 590return Response.FromValue(value, message.Response); 593throw _clientDiagnostics.CreateRequestFailedException(message.Response); 623switch (message.Response.Status) 628using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 630return Response.FromValue(value, message.Response); 633throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 650switch (message.Response.Status) 655using var document = JsonDocument.Parse(message.Response.ContentStream); 657return Response.FromValue(value, message.Response); 660throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Generated\VpnConnectionsRestOperations.cs (36)
90switch (message.Response.Status) 95using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 97return Response.FromValue(value, message.Response); 100throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 127switch (message.Response.Status) 132using var document = JsonDocument.Parse(message.Response.ContentStream); 134return Response.FromValue(value, message.Response); 137throw _clientDiagnostics.CreateRequestFailedException(message.Response); 194switch (message.Response.Status) 198return message.Response; 200throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 232switch (message.Response.Status) 236return message.Response; 238throw _clientDiagnostics.CreateRequestFailedException(message.Response); 286switch (message.Response.Status) 291return message.Response; 293throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 320switch (message.Response.Status) 325return message.Response; 327throw _clientDiagnostics.CreateRequestFailedException(message.Response); 369switch (message.Response.Status) 374using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 376return Response.FromValue(value, message.Response); 379throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 401switch (message.Response.Status) 406using var document = JsonDocument.Parse(message.Response.ContentStream); 408return Response.FromValue(value, message.Response); 411throw _clientDiagnostics.CreateRequestFailedException(message.Response); 451switch (message.Response.Status) 456using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 458return Response.FromValue(value, message.Response); 461throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 488switch (message.Response.Status) 493using var document = JsonDocument.Parse(message.Response.ContentStream); 495return Response.FromValue(value, message.Response); 498throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Generated\VpnGatewaysRestOperations.cs (66)
83switch (message.Response.Status) 88using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 90return Response.FromValue(value, message.Response); 93throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 115switch (message.Response.Status) 120using var document = JsonDocument.Parse(message.Response.ContentStream); 122return Response.FromValue(value, message.Response); 125throw _clientDiagnostics.CreateRequestFailedException(message.Response); 175switch (message.Response.Status) 179return message.Response; 181throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 208switch (message.Response.Status) 212return message.Response; 214throw _clientDiagnostics.CreateRequestFailedException(message.Response); 264switch (message.Response.Status) 269using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 271return Response.FromValue(value, message.Response); 274throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 301switch (message.Response.Status) 306using var document = JsonDocument.Parse(message.Response.ContentStream); 308return Response.FromValue(value, message.Response); 311throw _clientDiagnostics.CreateRequestFailedException(message.Response); 352switch (message.Response.Status) 357return message.Response; 359throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 381switch (message.Response.Status) 386return message.Response; 388throw _clientDiagnostics.CreateRequestFailedException(message.Response); 430switch (message.Response.Status) 434return message.Response; 436throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 458switch (message.Response.Status) 462return message.Response; 464throw _clientDiagnostics.CreateRequestFailedException(message.Response); 499switch (message.Response.Status) 504using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 506return Response.FromValue(value, message.Response); 509throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 526switch (message.Response.Status) 531using var document = JsonDocument.Parse(message.Response.ContentStream); 533return Response.FromValue(value, message.Response); 536throw _clientDiagnostics.CreateRequestFailedException(message.Response); 562switch (message.Response.Status) 567using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 569return Response.FromValue(value, message.Response); 572throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 582switch (message.Response.Status) 587using var document = JsonDocument.Parse(message.Response.ContentStream); 589return Response.FromValue(value, message.Response); 592throw _clientDiagnostics.CreateRequestFailedException(message.Response); 627switch (message.Response.Status) 632using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 634return Response.FromValue(value, message.Response); 637throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 659switch (message.Response.Status) 664using var document = JsonDocument.Parse(message.Response.ContentStream); 666return Response.FromValue(value, message.Response); 669throw _clientDiagnostics.CreateRequestFailedException(message.Response); 699switch (message.Response.Status) 704using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 706return Response.FromValue(value, message.Response); 709throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 726switch (message.Response.Status) 731using var document = JsonDocument.Parse(message.Response.ContentStream); 733return Response.FromValue(value, message.Response); 736throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Generated\VpnLinkConnectionsRestOperations.cs (16)
91switch (message.Response.Status) 96using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 98return Response.FromValue(value, message.Response); 101throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 128switch (message.Response.Status) 133using var document = JsonDocument.Parse(message.Response.ContentStream); 135return Response.FromValue(value, message.Response); 138throw _clientDiagnostics.CreateRequestFailedException(message.Response); 183switch (message.Response.Status) 188using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 190return Response.FromValue(value, message.Response); 193throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 225switch (message.Response.Status) 230using var document = JsonDocument.Parse(message.Response.ContentStream); 232return Response.FromValue(value, message.Response); 235throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Generated\VpnServerConfigurationsAssociatedWithVirtualWanRestOperations.cs (6)
82switch (message.Response.Status) 86return message.Response; 88throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 110switch (message.Response.Status) 114return message.Response; 116throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Generated\VpnServerConfigurationsRestOperations.cs (60)
83switch (message.Response.Status) 88using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 90return Response.FromValue(value, message.Response); 93throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 115switch (message.Response.Status) 120using var document = JsonDocument.Parse(message.Response.ContentStream); 122return Response.FromValue(value, message.Response); 125throw _clientDiagnostics.CreateRequestFailedException(message.Response); 175switch (message.Response.Status) 179return message.Response; 181throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 208switch (message.Response.Status) 212return message.Response; 214throw _clientDiagnostics.CreateRequestFailedException(message.Response); 264switch (message.Response.Status) 269using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 271return Response.FromValue(value, message.Response); 274throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 301switch (message.Response.Status) 306using var document = JsonDocument.Parse(message.Response.ContentStream); 308return Response.FromValue(value, message.Response); 311throw _clientDiagnostics.CreateRequestFailedException(message.Response); 352switch (message.Response.Status) 357return message.Response; 359throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 381switch (message.Response.Status) 386return message.Response; 388throw _clientDiagnostics.CreateRequestFailedException(message.Response); 423switch (message.Response.Status) 428using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 430return Response.FromValue(value, message.Response); 433throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 450switch (message.Response.Status) 455using var document = JsonDocument.Parse(message.Response.ContentStream); 457return Response.FromValue(value, message.Response); 460throw _clientDiagnostics.CreateRequestFailedException(message.Response); 486switch (message.Response.Status) 491using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 493return Response.FromValue(value, message.Response); 496throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 506switch (message.Response.Status) 511using var document = JsonDocument.Parse(message.Response.ContentStream); 513return Response.FromValue(value, message.Response); 516throw _clientDiagnostics.CreateRequestFailedException(message.Response); 551switch (message.Response.Status) 556using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 558return Response.FromValue(value, message.Response); 561throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 583switch (message.Response.Status) 588using var document = JsonDocument.Parse(message.Response.ContentStream); 590return Response.FromValue(value, message.Response); 593throw _clientDiagnostics.CreateRequestFailedException(message.Response); 623switch (message.Response.Status) 628using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 630return Response.FromValue(value, message.Response); 633throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 650switch (message.Response.Status) 655using var document = JsonDocument.Parse(message.Response.ContentStream); 657return Response.FromValue(value, message.Response); 660throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Generated\VpnSiteLinkConnectionsRestOperations.cs (8)
97switch (message.Response.Status) 102using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 104return Response.FromValue(value, message.Response); 107throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 139switch (message.Response.Status) 144using var document = JsonDocument.Parse(message.Response.ContentStream); 146return Response.FromValue(value, message.Response); 149throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Generated\VpnSiteLinksRestOperations.cs (24)
90switch (message.Response.Status) 95using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 97return Response.FromValue(value, message.Response); 100throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 127switch (message.Response.Status) 132using var document = JsonDocument.Parse(message.Response.ContentStream); 134return Response.FromValue(value, message.Response); 137throw _clientDiagnostics.CreateRequestFailedException(message.Response); 179switch (message.Response.Status) 184using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 186return Response.FromValue(value, message.Response); 189throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 211switch (message.Response.Status) 216using var document = JsonDocument.Parse(message.Response.ContentStream); 218return Response.FromValue(value, message.Response); 221throw _clientDiagnostics.CreateRequestFailedException(message.Response); 261switch (message.Response.Status) 266using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 268return Response.FromValue(value, message.Response); 271throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 298switch (message.Response.Status) 303using var document = JsonDocument.Parse(message.Response.ContentStream); 305return Response.FromValue(value, message.Response); 308throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Generated\VpnSitesConfigurationRestOperations.cs (6)
92switch (message.Response.Status) 96return message.Response; 98throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 125switch (message.Response.Status) 129return message.Response; 131throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Generated\VpnSitesRestOperations.cs (60)
83switch (message.Response.Status) 88using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 90return Response.FromValue(value, message.Response); 93throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 115switch (message.Response.Status) 120using var document = JsonDocument.Parse(message.Response.ContentStream); 122return Response.FromValue(value, message.Response); 125throw _clientDiagnostics.CreateRequestFailedException(message.Response); 175switch (message.Response.Status) 179return message.Response; 181throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 208switch (message.Response.Status) 212return message.Response; 214throw _clientDiagnostics.CreateRequestFailedException(message.Response); 264switch (message.Response.Status) 269using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 271return Response.FromValue(value, message.Response); 274throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 301switch (message.Response.Status) 306using var document = JsonDocument.Parse(message.Response.ContentStream); 308return Response.FromValue(value, message.Response); 311throw _clientDiagnostics.CreateRequestFailedException(message.Response); 352switch (message.Response.Status) 357return message.Response; 359throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 381switch (message.Response.Status) 386return message.Response; 388throw _clientDiagnostics.CreateRequestFailedException(message.Response); 423switch (message.Response.Status) 428using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 430return Response.FromValue(value, message.Response); 433throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 450switch (message.Response.Status) 455using var document = JsonDocument.Parse(message.Response.ContentStream); 457return Response.FromValue(value, message.Response); 460throw _clientDiagnostics.CreateRequestFailedException(message.Response); 486switch (message.Response.Status) 491using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 493return Response.FromValue(value, message.Response); 496throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 506switch (message.Response.Status) 511using var document = JsonDocument.Parse(message.Response.ContentStream); 513return Response.FromValue(value, message.Response); 516throw _clientDiagnostics.CreateRequestFailedException(message.Response); 551switch (message.Response.Status) 556using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 558return Response.FromValue(value, message.Response); 561throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 583switch (message.Response.Status) 588using var document = JsonDocument.Parse(message.Response.ContentStream); 590return Response.FromValue(value, message.Response); 593throw _clientDiagnostics.CreateRequestFailedException(message.Response); 623switch (message.Response.Status) 628using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 630return Response.FromValue(value, message.Response); 633throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 650switch (message.Response.Status) 655using var document = JsonDocument.Parse(message.Response.ContentStream); 657return Response.FromValue(value, message.Response); 660throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Generated\WebApplicationFirewallPoliciesRestOperations.cs (54)
77switch (message.Response.Status) 82using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 84return Response.FromValue(value, message.Response); 87throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 104switch (message.Response.Status) 109using var document = JsonDocument.Parse(message.Response.ContentStream); 111return Response.FromValue(value, message.Response); 114throw _clientDiagnostics.CreateRequestFailedException(message.Response); 140switch (message.Response.Status) 145using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 147return Response.FromValue(value, message.Response); 150throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 160switch (message.Response.Status) 165using var document = JsonDocument.Parse(message.Response.ContentStream); 167return Response.FromValue(value, message.Response); 170throw _clientDiagnostics.CreateRequestFailedException(message.Response); 211switch (message.Response.Status) 216using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 218return Response.FromValue(value, message.Response); 221throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 243switch (message.Response.Status) 248using var document = JsonDocument.Parse(message.Response.ContentStream); 250return Response.FromValue(value, message.Response); 253throw _clientDiagnostics.CreateRequestFailedException(message.Response); 303switch (message.Response.Status) 309using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 311return Response.FromValue(value, message.Response); 314throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 341switch (message.Response.Status) 347using var document = JsonDocument.Parse(message.Response.ContentStream); 349return Response.FromValue(value, message.Response); 352throw _clientDiagnostics.CreateRequestFailedException(message.Response); 393switch (message.Response.Status) 398return message.Response; 400throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 422switch (message.Response.Status) 427return message.Response; 429throw _clientDiagnostics.CreateRequestFailedException(message.Response); 464switch (message.Response.Status) 469using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 471return Response.FromValue(value, message.Response); 474throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 496switch (message.Response.Status) 501using var document = JsonDocument.Parse(message.Response.ContentStream); 503return Response.FromValue(value, message.Response); 506throw _clientDiagnostics.CreateRequestFailedException(message.Response); 536switch (message.Response.Status) 541using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 543return Response.FromValue(value, message.Response); 546throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 563switch (message.Response.Status) 568using var document = JsonDocument.Parse(message.Response.ContentStream); 570return Response.FromValue(value, message.Response); 573throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Shared\AutoRest\ArmOperationHelpers.cs (2)
202return message.Response; 224return message.Response;
Azure.ResourceManager.Resources (1678)
Generated\ApplicationDefinitionsRestOperations.cs (60)
83switch (message.Response.Status) 88using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 90return Response.FromValue(value, message.Response); 93return Response.FromValue<ApplicationDefinition>(null, message.Response); 95throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 117switch (message.Response.Status) 122using var document = JsonDocument.Parse(message.Response.ContentStream); 124return Response.FromValue(value, message.Response); 127return Response.FromValue<ApplicationDefinition>(null, message.Response); 129throw _clientDiagnostics.CreateRequestFailedException(message.Response); 170switch (message.Response.Status) 175return message.Response; 177throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 199switch (message.Response.Status) 204return message.Response; 206throw _clientDiagnostics.CreateRequestFailedException(message.Response); 256switch (message.Response.Status) 260return message.Response; 262throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 289switch (message.Response.Status) 293return message.Response; 295throw _clientDiagnostics.CreateRequestFailedException(message.Response); 330switch (message.Response.Status) 335using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 337return Response.FromValue(value, message.Response); 340throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 357switch (message.Response.Status) 362using var document = JsonDocument.Parse(message.Response.ContentStream); 364return Response.FromValue(value, message.Response); 367throw _clientDiagnostics.CreateRequestFailedException(message.Response); 399switch (message.Response.Status) 404using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 406return Response.FromValue(value, message.Response); 409return Response.FromValue<ApplicationDefinition>(null, message.Response); 411throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 428switch (message.Response.Status) 433using var document = JsonDocument.Parse(message.Response.ContentStream); 435return Response.FromValue(value, message.Response); 438return Response.FromValue<ApplicationDefinition>(null, message.Response); 440throw _clientDiagnostics.CreateRequestFailedException(message.Response); 472switch (message.Response.Status) 477return message.Response; 479throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 496switch (message.Response.Status) 501return message.Response; 503throw _clientDiagnostics.CreateRequestFailedException(message.Response); 544switch (message.Response.Status) 548return message.Response; 550throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 572switch (message.Response.Status) 576return message.Response; 578throw _clientDiagnostics.CreateRequestFailedException(message.Response); 613switch (message.Response.Status) 618using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 620return Response.FromValue(value, message.Response); 623throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 645switch (message.Response.Status) 650using var document = JsonDocument.Parse(message.Response.ContentStream); 652return Response.FromValue(value, message.Response); 655throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Generated\ApplicationsRestOperations.cs (92)
83switch (message.Response.Status) 88using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 90return Response.FromValue(value, message.Response); 93return Response.FromValue<Application>(null, message.Response); 95throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 117switch (message.Response.Status) 122using var document = JsonDocument.Parse(message.Response.ContentStream); 124return Response.FromValue(value, message.Response); 127return Response.FromValue<Application>(null, message.Response); 129throw _clientDiagnostics.CreateRequestFailedException(message.Response); 170switch (message.Response.Status) 174return message.Response; 176throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 198switch (message.Response.Status) 202return message.Response; 204throw _clientDiagnostics.CreateRequestFailedException(message.Response); 254switch (message.Response.Status) 258return message.Response; 260throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 287switch (message.Response.Status) 291return message.Response; 293throw _clientDiagnostics.CreateRequestFailedException(message.Response); 342switch (message.Response.Status) 347using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 349return Response.FromValue(value, message.Response); 352throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 375switch (message.Response.Status) 380using var document = JsonDocument.Parse(message.Response.ContentStream); 382return Response.FromValue(value, message.Response); 385throw _clientDiagnostics.CreateRequestFailedException(message.Response); 420switch (message.Response.Status) 425using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 427return Response.FromValue(value, message.Response); 430throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 447switch (message.Response.Status) 452using var document = JsonDocument.Parse(message.Response.ContentStream); 454return Response.FromValue(value, message.Response); 457throw _clientDiagnostics.CreateRequestFailedException(message.Response); 483switch (message.Response.Status) 488using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 490return Response.FromValue(value, message.Response); 493throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 503switch (message.Response.Status) 508using var document = JsonDocument.Parse(message.Response.ContentStream); 510return Response.FromValue(value, message.Response); 513throw _clientDiagnostics.CreateRequestFailedException(message.Response); 545switch (message.Response.Status) 550using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 552return Response.FromValue(value, message.Response); 555return Response.FromValue<Application>(null, message.Response); 557throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 574switch (message.Response.Status) 579using var document = JsonDocument.Parse(message.Response.ContentStream); 581return Response.FromValue(value, message.Response); 584return Response.FromValue<Application>(null, message.Response); 586throw _clientDiagnostics.CreateRequestFailedException(message.Response); 618switch (message.Response.Status) 622return message.Response; 624throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 641switch (message.Response.Status) 645return message.Response; 647throw _clientDiagnostics.CreateRequestFailedException(message.Response); 688switch (message.Response.Status) 692return message.Response; 694throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 716switch (message.Response.Status) 720return message.Response; 722throw _clientDiagnostics.CreateRequestFailedException(message.Response); 762switch (message.Response.Status) 767using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 769return Response.FromValue(value, message.Response); 772throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 790switch (message.Response.Status) 795using var document = JsonDocument.Parse(message.Response.ContentStream); 797return Response.FromValue(value, message.Response); 800throw _clientDiagnostics.CreateRequestFailedException(message.Response); 835switch (message.Response.Status) 840using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 842return Response.FromValue(value, message.Response); 845throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 867switch (message.Response.Status) 872using var document = JsonDocument.Parse(message.Response.ContentStream); 874return Response.FromValue(value, message.Response); 877throw _clientDiagnostics.CreateRequestFailedException(message.Response); 907switch (message.Response.Status) 912using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 914return Response.FromValue(value, message.Response); 917throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 934switch (message.Response.Status) 939using var document = JsonDocument.Parse(message.Response.ContentStream); 941return Response.FromValue(value, message.Response); 944throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Generated\AuthorizationRestOperations.cs (16)
58switch (message.Response.Status) 63using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 65return Response.FromValue(value, message.Response); 68throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 78switch (message.Response.Status) 83using var document = JsonDocument.Parse(message.Response.ContentStream); 85return Response.FromValue(value, message.Response); 88throw _clientDiagnostics.CreateRequestFailedException(message.Response); 118switch (message.Response.Status) 123using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 125return Response.FromValue(value, message.Response); 128throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 145switch (message.Response.Status) 150using var document = JsonDocument.Parse(message.Response.ContentStream); 152return Response.FromValue(value, message.Response); 155throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Generated\DeploymentRestOperations.cs (120)
88switch (message.Response.Status) 93using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 95return Response.FromValue(value, message.Response); 98throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 125switch (message.Response.Status) 130using var document = JsonDocument.Parse(message.Response.ContentStream); 132return Response.FromValue(value, message.Response); 135throw _clientDiagnostics.CreateRequestFailedException(message.Response); 180switch (message.Response.Status) 185using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 187return Response.FromValue(value, message.Response); 190throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 213switch (message.Response.Status) 218using var document = JsonDocument.Parse(message.Response.ContentStream); 220return Response.FromValue(value, message.Response); 223throw _clientDiagnostics.CreateRequestFailedException(message.Response); 262switch (message.Response.Status) 267using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 269return Response.FromValue(value, message.Response); 272throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 294switch (message.Response.Status) 299using var document = JsonDocument.Parse(message.Response.ContentStream); 301return Response.FromValue(value, message.Response); 304throw _clientDiagnostics.CreateRequestFailedException(message.Response); 342switch (message.Response.Status) 347using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 349return Response.FromValue(value, message.Response); 352throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 370switch (message.Response.Status) 375using var document = JsonDocument.Parse(message.Response.ContentStream); 377return Response.FromValue(value, message.Response); 380throw _clientDiagnostics.CreateRequestFailedException(message.Response); 426switch (message.Response.Status) 431using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 433return Response.FromValue(value, message.Response); 436throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 463switch (message.Response.Status) 468using var document = JsonDocument.Parse(message.Response.ContentStream); 470return Response.FromValue(value, message.Response); 473throw _clientDiagnostics.CreateRequestFailedException(message.Response); 518switch (message.Response.Status) 523using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 525return Response.FromValue(value, message.Response); 528throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 551switch (message.Response.Status) 556using var document = JsonDocument.Parse(message.Response.ContentStream); 558return Response.FromValue(value, message.Response); 561throw _clientDiagnostics.CreateRequestFailedException(message.Response); 602switch (message.Response.Status) 607using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 609return Response.FromValue(value, message.Response); 612throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 634switch (message.Response.Status) 639using var document = JsonDocument.Parse(message.Response.ContentStream); 641return Response.FromValue(value, message.Response); 644throw _clientDiagnostics.CreateRequestFailedException(message.Response); 684switch (message.Response.Status) 689using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 691return Response.FromValue(value, message.Response); 694throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 712switch (message.Response.Status) 717using var document = JsonDocument.Parse(message.Response.ContentStream); 719return Response.FromValue(value, message.Response); 722throw _clientDiagnostics.CreateRequestFailedException(message.Response); 770switch (message.Response.Status) 775using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 777return Response.FromValue(value, message.Response); 780throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 807switch (message.Response.Status) 812using var document = JsonDocument.Parse(message.Response.ContentStream); 814return Response.FromValue(value, message.Response); 817throw _clientDiagnostics.CreateRequestFailedException(message.Response); 864switch (message.Response.Status) 869using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 871return Response.FromValue(value, message.Response); 874throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 897switch (message.Response.Status) 902using var document = JsonDocument.Parse(message.Response.ContentStream); 904return Response.FromValue(value, message.Response); 907throw _clientDiagnostics.CreateRequestFailedException(message.Response); 948switch (message.Response.Status) 953using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 955return Response.FromValue(value, message.Response); 958throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 986switch (message.Response.Status) 991using var document = JsonDocument.Parse(message.Response.ContentStream); 993return Response.FromValue(value, message.Response); 996throw _clientDiagnostics.CreateRequestFailedException(message.Response); 1032switch (message.Response.Status) 1037using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 1039return Response.FromValue(value, message.Response); 1042throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 1065switch (message.Response.Status) 1070using var document = JsonDocument.Parse(message.Response.ContentStream); 1072return Response.FromValue(value, message.Response); 1075throw _clientDiagnostics.CreateRequestFailedException(message.Response); 1116switch (message.Response.Status) 1121using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 1123return Response.FromValue(value, message.Response); 1126throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 1154switch (message.Response.Status) 1159using var document = JsonDocument.Parse(message.Response.ContentStream); 1161return Response.FromValue(value, message.Response); 1164throw _clientDiagnostics.CreateRequestFailedException(message.Response); 1200switch (message.Response.Status) 1205using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 1207return Response.FromValue(value, message.Response); 1210throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 1233switch (message.Response.Status) 1238using var document = JsonDocument.Parse(message.Response.ContentStream); 1240return Response.FromValue(value, message.Response); 1243throw _clientDiagnostics.CreateRequestFailedException(message.Response); 1284switch (message.Response.Status) 1289using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 1291return Response.FromValue(value, message.Response); 1294throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 1322switch (message.Response.Status) 1327using var document = JsonDocument.Parse(message.Response.ContentStream); 1329return Response.FromValue(value, message.Response); 1332throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Generated\DeploymentScriptsRestOperations.cs (76)
92switch (message.Response.Status) 96return message.Response; 98throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 125switch (message.Response.Status) 129return message.Response; 131throw _clientDiagnostics.CreateRequestFailedException(message.Response); 180switch (message.Response.Status) 185using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 187return Response.FromValue(value, message.Response); 190throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 213switch (message.Response.Status) 218using var document = JsonDocument.Parse(message.Response.ContentStream); 220return Response.FromValue(value, message.Response); 223throw _clientDiagnostics.CreateRequestFailedException(message.Response); 264switch (message.Response.Status) 269using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 271return Response.FromValue(value, message.Response); 274throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 296switch (message.Response.Status) 301using var document = JsonDocument.Parse(message.Response.ContentStream); 303return Response.FromValue(value, message.Response); 306throw _clientDiagnostics.CreateRequestFailedException(message.Response); 347switch (message.Response.Status) 351return message.Response; 353throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 375switch (message.Response.Status) 379return message.Response; 381throw _clientDiagnostics.CreateRequestFailedException(message.Response); 407switch (message.Response.Status) 412using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 414return Response.FromValue(value, message.Response); 417throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 427switch (message.Response.Status) 432using var document = JsonDocument.Parse(message.Response.ContentStream); 434return Response.FromValue(value, message.Response); 437throw _clientDiagnostics.CreateRequestFailedException(message.Response); 479switch (message.Response.Status) 484using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 486return Response.FromValue(value, message.Response); 489throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 511switch (message.Response.Status) 516using var document = JsonDocument.Parse(message.Response.ContentStream); 518return Response.FromValue(value, message.Response); 521throw _clientDiagnostics.CreateRequestFailedException(message.Response); 568switch (message.Response.Status) 573using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 575return Response.FromValue(value, message.Response); 578throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 601switch (message.Response.Status) 606using var document = JsonDocument.Parse(message.Response.ContentStream); 608return Response.FromValue(value, message.Response); 611throw _clientDiagnostics.CreateRequestFailedException(message.Response); 646switch (message.Response.Status) 651using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 653return Response.FromValue(value, message.Response); 656throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 673switch (message.Response.Status) 678using var document = JsonDocument.Parse(message.Response.ContentStream); 680return Response.FromValue(value, message.Response); 683throw _clientDiagnostics.CreateRequestFailedException(message.Response); 713switch (message.Response.Status) 718using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 720return Response.FromValue(value, message.Response); 723throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 740switch (message.Response.Status) 745using var document = JsonDocument.Parse(message.Response.ContentStream); 747return Response.FromValue(value, message.Response); 750throw _clientDiagnostics.CreateRequestFailedException(message.Response); 785switch (message.Response.Status) 790using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 792return Response.FromValue(value, message.Response); 795throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 817switch (message.Response.Status) 822using var document = JsonDocument.Parse(message.Response.ContentStream); 824return Response.FromValue(value, message.Response); 827throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Generated\DeploymentsRestOperations.cs (344)
81switch (message.Response.Status) 85return message.Response; 87throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 109switch (message.Response.Status) 113return message.Response; 115throw _clientDiagnostics.CreateRequestFailedException(message.Response); 154switch (message.Response.Status) 159return Response.FromValue(value, message.Response); 164return Response.FromValue(value, message.Response); 167throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 189switch (message.Response.Status) 194return Response.FromValue(value, message.Response); 199return Response.FromValue(value, message.Response); 202throw _clientDiagnostics.CreateRequestFailedException(message.Response); 250switch (message.Response.Status) 254return message.Response; 256throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 283switch (message.Response.Status) 287return message.Response; 289throw _clientDiagnostics.CreateRequestFailedException(message.Response); 328switch (message.Response.Status) 333using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 335return Response.FromValue(value, message.Response); 338throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 360switch (message.Response.Status) 365using var document = JsonDocument.Parse(message.Response.ContentStream); 367return Response.FromValue(value, message.Response); 370throw _clientDiagnostics.CreateRequestFailedException(message.Response); 410switch (message.Response.Status) 413return message.Response; 415throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 437switch (message.Response.Status) 440return message.Response; 442throw _clientDiagnostics.CreateRequestFailedException(message.Response); 491switch (message.Response.Status) 496return message.Response; 498throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 525switch (message.Response.Status) 530return message.Response; 532throw _clientDiagnostics.CreateRequestFailedException(message.Response); 572switch (message.Response.Status) 577using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 579return Response.FromValue(value, message.Response); 582throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 604switch (message.Response.Status) 609using var document = JsonDocument.Parse(message.Response.ContentStream); 611return Response.FromValue(value, message.Response); 614throw _clientDiagnostics.CreateRequestFailedException(message.Response); 657switch (message.Response.Status) 662using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 664return Response.FromValue(value, message.Response); 667throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 686switch (message.Response.Status) 691using var document = JsonDocument.Parse(message.Response.ContentStream); 693return Response.FromValue(value, message.Response); 696throw _clientDiagnostics.CreateRequestFailedException(message.Response); 728switch (message.Response.Status) 732return message.Response; 734throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 751switch (message.Response.Status) 755return message.Response; 757throw _clientDiagnostics.CreateRequestFailedException(message.Response); 789switch (message.Response.Status) 794return Response.FromValue(value, message.Response); 799return Response.FromValue(value, message.Response); 802throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 819switch (message.Response.Status) 824return Response.FromValue(value, message.Response); 829return Response.FromValue(value, message.Response); 832throw _clientDiagnostics.CreateRequestFailedException(message.Response); 873switch (message.Response.Status) 877return message.Response; 879throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 901switch (message.Response.Status) 905return message.Response; 907throw _clientDiagnostics.CreateRequestFailedException(message.Response); 939switch (message.Response.Status) 944using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 946return Response.FromValue(value, message.Response); 949throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 966switch (message.Response.Status) 971using var document = JsonDocument.Parse(message.Response.ContentStream); 973return Response.FromValue(value, message.Response); 976throw _clientDiagnostics.CreateRequestFailedException(message.Response); 1009switch (message.Response.Status) 1012return message.Response; 1014throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 1031switch (message.Response.Status) 1034return message.Response; 1036throw _clientDiagnostics.CreateRequestFailedException(message.Response); 1078switch (message.Response.Status) 1083return message.Response; 1085throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 1107switch (message.Response.Status) 1112return message.Response; 1114throw _clientDiagnostics.CreateRequestFailedException(message.Response); 1147switch (message.Response.Status) 1152using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 1154return Response.FromValue(value, message.Response); 1157throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 1174switch (message.Response.Status) 1179using var document = JsonDocument.Parse(message.Response.ContentStream); 1181return Response.FromValue(value, message.Response); 1184throw _clientDiagnostics.CreateRequestFailedException(message.Response); 1218switch (message.Response.Status) 1223using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 1225return Response.FromValue(value, message.Response); 1228throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 1240switch (message.Response.Status) 1245using var document = JsonDocument.Parse(message.Response.ContentStream); 1247return Response.FromValue(value, message.Response); 1250throw _clientDiagnostics.CreateRequestFailedException(message.Response); 1289switch (message.Response.Status) 1293return message.Response; 1295throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 1317switch (message.Response.Status) 1321return message.Response; 1323throw _clientDiagnostics.CreateRequestFailedException(message.Response); 1362switch (message.Response.Status) 1367return Response.FromValue(value, message.Response); 1372return Response.FromValue(value, message.Response); 1375throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 1397switch (message.Response.Status) 1402return Response.FromValue(value, message.Response); 1407return Response.FromValue(value, message.Response); 1410throw _clientDiagnostics.CreateRequestFailedException(message.Response); 1458switch (message.Response.Status) 1462return message.Response; 1464throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 1491switch (message.Response.Status) 1495return message.Response; 1497throw _clientDiagnostics.CreateRequestFailedException(message.Response); 1536switch (message.Response.Status) 1541using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 1543return Response.FromValue(value, message.Response); 1546throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 1568switch (message.Response.Status) 1573using var document = JsonDocument.Parse(message.Response.ContentStream); 1575return Response.FromValue(value, message.Response); 1578throw _clientDiagnostics.CreateRequestFailedException(message.Response); 1618switch (message.Response.Status) 1621return message.Response; 1623throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 1645switch (message.Response.Status) 1648return message.Response; 1650throw _clientDiagnostics.CreateRequestFailedException(message.Response); 1699switch (message.Response.Status) 1704return message.Response; 1706throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 1733switch (message.Response.Status) 1738return message.Response; 1740throw _clientDiagnostics.CreateRequestFailedException(message.Response); 1780switch (message.Response.Status) 1785using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 1787return Response.FromValue(value, message.Response); 1790throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 1812switch (message.Response.Status) 1817using var document = JsonDocument.Parse(message.Response.ContentStream); 1819return Response.FromValue(value, message.Response); 1822throw _clientDiagnostics.CreateRequestFailedException(message.Response); 1865switch (message.Response.Status) 1870using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 1872return Response.FromValue(value, message.Response); 1875throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 1894switch (message.Response.Status) 1899using var document = JsonDocument.Parse(message.Response.ContentStream); 1901return Response.FromValue(value, message.Response); 1904throw _clientDiagnostics.CreateRequestFailedException(message.Response); 1938switch (message.Response.Status) 1942return message.Response; 1944throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 1961switch (message.Response.Status) 1965return message.Response; 1967throw _clientDiagnostics.CreateRequestFailedException(message.Response); 2001switch (message.Response.Status) 2006return Response.FromValue(value, message.Response); 2011return Response.FromValue(value, message.Response); 2014throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 2031switch (message.Response.Status) 2036return Response.FromValue(value, message.Response); 2041return Response.FromValue(value, message.Response); 2044throw _clientDiagnostics.CreateRequestFailedException(message.Response); 2087switch (message.Response.Status) 2091return message.Response; 2093throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 2115switch (message.Response.Status) 2119return message.Response; 2121throw _clientDiagnostics.CreateRequestFailedException(message.Response); 2155switch (message.Response.Status) 2160using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 2162return Response.FromValue(value, message.Response); 2165throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 2182switch (message.Response.Status) 2187using var document = JsonDocument.Parse(message.Response.ContentStream); 2189return Response.FromValue(value, message.Response); 2192throw _clientDiagnostics.CreateRequestFailedException(message.Response); 2227switch (message.Response.Status) 2230return message.Response; 2232throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 2249switch (message.Response.Status) 2252return message.Response; 2254throw _clientDiagnostics.CreateRequestFailedException(message.Response); 2298switch (message.Response.Status) 2303return message.Response; 2305throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 2327switch (message.Response.Status) 2332return message.Response; 2334throw _clientDiagnostics.CreateRequestFailedException(message.Response); 2378var headers = new DeploymentsWhatIfAtSubscriptionScopeHeaders(message.Response); 2379switch (message.Response.Status) 2383return ResponseWithHeaders.FromValue(headers, message.Response); 2385throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 2407var headers = new DeploymentsWhatIfAtSubscriptionScopeHeaders(message.Response); 2408switch (message.Response.Status) 2412return ResponseWithHeaders.FromValue(headers, message.Response); 2414throw _clientDiagnostics.CreateRequestFailedException(message.Response); 2449switch (message.Response.Status) 2454using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 2456return Response.FromValue(value, message.Response); 2459throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 2476switch (message.Response.Status) 2481using var document = JsonDocument.Parse(message.Response.ContentStream); 2483return Response.FromValue(value, message.Response); 2486throw _clientDiagnostics.CreateRequestFailedException(message.Response); 2522switch (message.Response.Status) 2527using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 2529return Response.FromValue(value, message.Response); 2532throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 2544switch (message.Response.Status) 2549using var document = JsonDocument.Parse(message.Response.ContentStream); 2551return Response.FromValue(value, message.Response); 2554throw _clientDiagnostics.CreateRequestFailedException(message.Response); 2595switch (message.Response.Status) 2599return message.Response; 2601throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 2623switch (message.Response.Status) 2627return message.Response; 2629throw _clientDiagnostics.CreateRequestFailedException(message.Response); 2670switch (message.Response.Status) 2675return Response.FromValue(value, message.Response); 2680return Response.FromValue(value, message.Response); 2683throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 2705switch (message.Response.Status) 2710return Response.FromValue(value, message.Response); 2715return Response.FromValue(value, message.Response); 2718throw _clientDiagnostics.CreateRequestFailedException(message.Response); 2768switch (message.Response.Status) 2772return message.Response; 2774throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 2801switch (message.Response.Status) 2805return message.Response; 2807throw _clientDiagnostics.CreateRequestFailedException(message.Response); 2848switch (message.Response.Status) 2853using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 2855return Response.FromValue(value, message.Response); 2858throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 2880switch (message.Response.Status) 2885using var document = JsonDocument.Parse(message.Response.ContentStream); 2887return Response.FromValue(value, message.Response); 2890throw _clientDiagnostics.CreateRequestFailedException(message.Response); 2932switch (message.Response.Status) 2935return message.Response; 2937throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 2959switch (message.Response.Status) 2962return message.Response; 2964throw _clientDiagnostics.CreateRequestFailedException(message.Response); 3015switch (message.Response.Status) 3020return message.Response; 3022throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 3049switch (message.Response.Status) 3054return message.Response; 3056throw _clientDiagnostics.CreateRequestFailedException(message.Response); 3107var headers = new DeploymentsWhatIfHeaders(message.Response); 3108switch (message.Response.Status) 3112return ResponseWithHeaders.FromValue(headers, message.Response); 3114throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 3141var headers = new DeploymentsWhatIfHeaders(message.Response); 3142switch (message.Response.Status) 3146return ResponseWithHeaders.FromValue(headers, message.Response); 3148throw _clientDiagnostics.CreateRequestFailedException(message.Response); 3190switch (message.Response.Status) 3195using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 3197return Response.FromValue(value, message.Response); 3200throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 3222switch (message.Response.Status) 3227using var document = JsonDocument.Parse(message.Response.ContentStream); 3229return Response.FromValue(value, message.Response); 3232throw _clientDiagnostics.CreateRequestFailedException(message.Response); 3277switch (message.Response.Status) 3282using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 3284return Response.FromValue(value, message.Response); 3287throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 3306switch (message.Response.Status) 3311using var document = JsonDocument.Parse(message.Response.ContentStream); 3313return Response.FromValue(value, message.Response); 3316throw _clientDiagnostics.CreateRequestFailedException(message.Response); 3351switch (message.Response.Status) 3356using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 3358return Response.FromValue(value, message.Response); 3361throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 3378switch (message.Response.Status) 3383using var document = JsonDocument.Parse(message.Response.ContentStream); 3385return Response.FromValue(value, message.Response); 3388throw _clientDiagnostics.CreateRequestFailedException(message.Response); 3425switch (message.Response.Status) 3430using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 3432return Response.FromValue(value, message.Response); 3435throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 3459switch (message.Response.Status) 3464using var document = JsonDocument.Parse(message.Response.ContentStream); 3466return Response.FromValue(value, message.Response); 3469throw _clientDiagnostics.CreateRequestFailedException(message.Response); 3501switch (message.Response.Status) 3506using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 3508return Response.FromValue(value, message.Response); 3511throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 3530switch (message.Response.Status) 3535using var document = JsonDocument.Parse(message.Response.ContentStream); 3537return Response.FromValue(value, message.Response); 3540throw _clientDiagnostics.CreateRequestFailedException(message.Response); 3577switch (message.Response.Status) 3582using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 3584return Response.FromValue(value, message.Response); 3587throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 3611switch (message.Response.Status) 3616using var document = JsonDocument.Parse(message.Response.ContentStream); 3618return Response.FromValue(value, message.Response); 3621throw _clientDiagnostics.CreateRequestFailedException(message.Response); 3653switch (message.Response.Status) 3658using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 3660return Response.FromValue(value, message.Response); 3663throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 3682switch (message.Response.Status) 3687using var document = JsonDocument.Parse(message.Response.ContentStream); 3689return Response.FromValue(value, message.Response); 3692throw _clientDiagnostics.CreateRequestFailedException(message.Response); 3729switch (message.Response.Status) 3734using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 3736return Response.FromValue(value, message.Response); 3739throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 3763switch (message.Response.Status) 3768using var document = JsonDocument.Parse(message.Response.ContentStream); 3770return Response.FromValue(value, message.Response); 3773throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Generated\FeaturesRestOperations.cs (56)
68switch (message.Response.Status) 73using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 75return Response.FromValue(value, message.Response); 78throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 88switch (message.Response.Status) 93using var document = JsonDocument.Parse(message.Response.ContentStream); 95return Response.FromValue(value, message.Response); 98throw _clientDiagnostics.CreateRequestFailedException(message.Response); 133switch (message.Response.Status) 138using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 140return Response.FromValue(value, message.Response); 143throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 160switch (message.Response.Status) 165using var document = JsonDocument.Parse(message.Response.ContentStream); 167return Response.FromValue(value, message.Response); 170throw _clientDiagnostics.CreateRequestFailedException(message.Response); 211switch (message.Response.Status) 216using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 218return Response.FromValue(value, message.Response); 221throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 243switch (message.Response.Status) 248using var document = JsonDocument.Parse(message.Response.ContentStream); 250return Response.FromValue(value, message.Response); 253throw _clientDiagnostics.CreateRequestFailedException(message.Response); 295switch (message.Response.Status) 300using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 302return Response.FromValue(value, message.Response); 305throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 327switch (message.Response.Status) 332using var document = JsonDocument.Parse(message.Response.ContentStream); 334return Response.FromValue(value, message.Response); 337throw _clientDiagnostics.CreateRequestFailedException(message.Response); 379switch (message.Response.Status) 384using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 386return Response.FromValue(value, message.Response); 389throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 411switch (message.Response.Status) 416using var document = JsonDocument.Parse(message.Response.ContentStream); 418return Response.FromValue(value, message.Response); 421throw _clientDiagnostics.CreateRequestFailedException(message.Response); 451switch (message.Response.Status) 456using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 458return Response.FromValue(value, message.Response); 461throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 478switch (message.Response.Status) 483using var document = JsonDocument.Parse(message.Response.ContentStream); 485return Response.FromValue(value, message.Response); 488throw _clientDiagnostics.CreateRequestFailedException(message.Response); 523switch (message.Response.Status) 528using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 530return Response.FromValue(value, message.Response); 533throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 555switch (message.Response.Status) 560using var document = JsonDocument.Parse(message.Response.ContentStream); 562return Response.FromValue(value, message.Response); 565throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Generated\ManagementLocksRestOperations.cs (152)
92switch (message.Response.Status) 98using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 100return Response.FromValue(value, message.Response); 103throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 130switch (message.Response.Status) 136using var document = JsonDocument.Parse(message.Response.ContentStream); 138return Response.FromValue(value, message.Response); 141throw _clientDiagnostics.CreateRequestFailedException(message.Response); 181switch (message.Response.Status) 185return message.Response; 187throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 209switch (message.Response.Status) 213return message.Response; 215throw _clientDiagnostics.CreateRequestFailedException(message.Response); 256switch (message.Response.Status) 261using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 263return Response.FromValue(value, message.Response); 266throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 288switch (message.Response.Status) 293using var document = JsonDocument.Parse(message.Response.ContentStream); 295return Response.FromValue(value, message.Response); 298throw _clientDiagnostics.CreateRequestFailedException(message.Response); 346switch (message.Response.Status) 352using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 354return Response.FromValue(value, message.Response); 357throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 384switch (message.Response.Status) 390using var document = JsonDocument.Parse(message.Response.ContentStream); 392return Response.FromValue(value, message.Response); 395throw _clientDiagnostics.CreateRequestFailedException(message.Response); 433switch (message.Response.Status) 437return message.Response; 439throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 461switch (message.Response.Status) 465return message.Response; 467throw _clientDiagnostics.CreateRequestFailedException(message.Response); 506switch (message.Response.Status) 511using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 513return Response.FromValue(value, message.Response); 516throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 538switch (message.Response.Status) 543using var document = JsonDocument.Parse(message.Response.ContentStream); 545return Response.FromValue(value, message.Response); 548throw _clientDiagnostics.CreateRequestFailedException(message.Response); 626switch (message.Response.Status) 632using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 634return Response.FromValue(value, message.Response); 637throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 684switch (message.Response.Status) 690using var document = JsonDocument.Parse(message.Response.ContentStream); 692return Response.FromValue(value, message.Response); 695throw _clientDiagnostics.CreateRequestFailedException(message.Response); 763switch (message.Response.Status) 767return message.Response; 769throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 811switch (message.Response.Status) 815return message.Response; 817throw _clientDiagnostics.CreateRequestFailedException(message.Response); 886switch (message.Response.Status) 891using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 893return Response.FromValue(value, message.Response); 896throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 938switch (message.Response.Status) 943using var document = JsonDocument.Parse(message.Response.ContentStream); 945return Response.FromValue(value, message.Response); 948throw _clientDiagnostics.CreateRequestFailedException(message.Response); 991switch (message.Response.Status) 997using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 999return Response.FromValue(value, message.Response); 1002throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 1024switch (message.Response.Status) 1030using var document = JsonDocument.Parse(message.Response.ContentStream); 1032return Response.FromValue(value, message.Response); 1035throw _clientDiagnostics.CreateRequestFailedException(message.Response); 1068switch (message.Response.Status) 1072return message.Response; 1074throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 1091switch (message.Response.Status) 1095return message.Response; 1097throw _clientDiagnostics.CreateRequestFailedException(message.Response); 1131switch (message.Response.Status) 1136using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 1138return Response.FromValue(value, message.Response); 1141throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 1158switch (message.Response.Status) 1163using var document = JsonDocument.Parse(message.Response.ContentStream); 1165return Response.FromValue(value, message.Response); 1168throw _clientDiagnostics.CreateRequestFailedException(message.Response); 1208switch (message.Response.Status) 1213using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 1215return Response.FromValue(value, message.Response); 1218throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 1236switch (message.Response.Status) 1241using var document = JsonDocument.Parse(message.Response.ContentStream); 1243return Response.FromValue(value, message.Response); 1246throw _clientDiagnostics.CreateRequestFailedException(message.Response); 1314switch (message.Response.Status) 1319using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 1321return Response.FromValue(value, message.Response); 1324throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 1362switch (message.Response.Status) 1367using var document = JsonDocument.Parse(message.Response.ContentStream); 1369return Response.FromValue(value, message.Response); 1372throw _clientDiagnostics.CreateRequestFailedException(message.Response); 1403switch (message.Response.Status) 1408using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 1410return Response.FromValue(value, message.Response); 1413throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 1424switch (message.Response.Status) 1429using var document = JsonDocument.Parse(message.Response.ContentStream); 1431return Response.FromValue(value, message.Response); 1434throw _clientDiagnostics.CreateRequestFailedException(message.Response); 1472switch (message.Response.Status) 1477using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 1479return Response.FromValue(value, message.Response); 1482throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 1500switch (message.Response.Status) 1505using var document = JsonDocument.Parse(message.Response.ContentStream); 1507return Response.FromValue(value, message.Response); 1510throw _clientDiagnostics.CreateRequestFailedException(message.Response); 1546switch (message.Response.Status) 1551using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 1553return Response.FromValue(value, message.Response); 1556throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 1579switch (message.Response.Status) 1584using var document = JsonDocument.Parse(message.Response.ContentStream); 1586return Response.FromValue(value, message.Response); 1589throw _clientDiagnostics.CreateRequestFailedException(message.Response); 1645switch (message.Response.Status) 1650using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 1652return Response.FromValue(value, message.Response); 1655throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 1698switch (message.Response.Status) 1703using var document = JsonDocument.Parse(message.Response.ContentStream); 1705return Response.FromValue(value, message.Response); 1708throw _clientDiagnostics.CreateRequestFailedException(message.Response); 1739switch (message.Response.Status) 1744using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 1746return Response.FromValue(value, message.Response); 1749throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 1767switch (message.Response.Status) 1772using var document = JsonDocument.Parse(message.Response.ContentStream); 1774return Response.FromValue(value, message.Response); 1777throw _clientDiagnostics.CreateRequestFailedException(message.Response); 1813switch (message.Response.Status) 1818using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 1820return Response.FromValue(value, message.Response); 1823throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 1846switch (message.Response.Status) 1851using var document = JsonDocument.Parse(message.Response.ContentStream); 1853return Response.FromValue(value, message.Response); 1856throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Generated\PolicyAssignmentsRestOperations.cs (116)
81switch (message.Response.Status) 86using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 88return Response.FromValue(value, message.Response); 91return Response.FromValue<PolicyAssignment>(null, message.Response); 93throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 115switch (message.Response.Status) 120using var document = JsonDocument.Parse(message.Response.ContentStream); 122return Response.FromValue(value, message.Response); 125return Response.FromValue<PolicyAssignment>(null, message.Response); 127throw _clientDiagnostics.CreateRequestFailedException(message.Response); 175switch (message.Response.Status) 180using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 182return Response.FromValue(value, message.Response); 185throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 212switch (message.Response.Status) 217using var document = JsonDocument.Parse(message.Response.ContentStream); 219return Response.FromValue(value, message.Response); 222throw _clientDiagnostics.CreateRequestFailedException(message.Response); 261switch (message.Response.Status) 266using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 268return Response.FromValue(value, message.Response); 271throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 293switch (message.Response.Status) 298using var document = JsonDocument.Parse(message.Response.ContentStream); 300return Response.FromValue(value, message.Response); 303throw _clientDiagnostics.CreateRequestFailedException(message.Response); 343switch (message.Response.Status) 348using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 350return Response.FromValue(value, message.Response); 353throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 371switch (message.Response.Status) 376using var document = JsonDocument.Parse(message.Response.ContentStream); 378return Response.FromValue(value, message.Response); 381throw _clientDiagnostics.CreateRequestFailedException(message.Response); 449switch (message.Response.Status) 454using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 456return Response.FromValue(value, message.Response); 459throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 497switch (message.Response.Status) 502using var document = JsonDocument.Parse(message.Response.ContentStream); 504return Response.FromValue(value, message.Response); 507throw _clientDiagnostics.CreateRequestFailedException(message.Response); 546switch (message.Response.Status) 551using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 553return Response.FromValue(value, message.Response); 556throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 578switch (message.Response.Status) 583using var document = JsonDocument.Parse(message.Response.ContentStream); 585return Response.FromValue(value, message.Response); 588throw _clientDiagnostics.CreateRequestFailedException(message.Response); 619switch (message.Response.Status) 624using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 626return Response.FromValue(value, message.Response); 629throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 640switch (message.Response.Status) 645using var document = JsonDocument.Parse(message.Response.ContentStream); 647return Response.FromValue(value, message.Response); 650throw _clientDiagnostics.CreateRequestFailedException(message.Response); 682switch (message.Response.Status) 687using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 689return Response.FromValue(value, message.Response); 692return Response.FromValue<PolicyAssignment>(null, message.Response); 694throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 711switch (message.Response.Status) 716using var document = JsonDocument.Parse(message.Response.ContentStream); 718return Response.FromValue(value, message.Response); 721return Response.FromValue<PolicyAssignment>(null, message.Response); 723throw _clientDiagnostics.CreateRequestFailedException(message.Response); 764switch (message.Response.Status) 769using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 771return Response.FromValue(value, message.Response); 774throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 796switch (message.Response.Status) 801using var document = JsonDocument.Parse(message.Response.ContentStream); 803return Response.FromValue(value, message.Response); 806throw _clientDiagnostics.CreateRequestFailedException(message.Response); 838switch (message.Response.Status) 843using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 845return Response.FromValue(value, message.Response); 848throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 865switch (message.Response.Status) 870using var document = JsonDocument.Parse(message.Response.ContentStream); 872return Response.FromValue(value, message.Response); 875throw _clientDiagnostics.CreateRequestFailedException(message.Response); 911switch (message.Response.Status) 916using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 918return Response.FromValue(value, message.Response); 921throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 944switch (message.Response.Status) 949using var document = JsonDocument.Parse(message.Response.ContentStream); 951return Response.FromValue(value, message.Response); 954throw _clientDiagnostics.CreateRequestFailedException(message.Response); 1010switch (message.Response.Status) 1015using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 1017return Response.FromValue(value, message.Response); 1020throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 1063switch (message.Response.Status) 1068using var document = JsonDocument.Parse(message.Response.ContentStream); 1070return Response.FromValue(value, message.Response); 1073throw _clientDiagnostics.CreateRequestFailedException(message.Response); 1113switch (message.Response.Status) 1118using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 1120return Response.FromValue(value, message.Response); 1123throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 1150switch (message.Response.Status) 1155using var document = JsonDocument.Parse(message.Response.ContentStream); 1157return Response.FromValue(value, message.Response); 1160throw _clientDiagnostics.CreateRequestFailedException(message.Response); 1191switch (message.Response.Status) 1196using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 1198return Response.FromValue(value, message.Response); 1201throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 1219switch (message.Response.Status) 1224using var document = JsonDocument.Parse(message.Response.ContentStream); 1226return Response.FromValue(value, message.Response); 1229throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Generated\PolicyDefinitionsRestOperations.cs (100)
85switch (message.Response.Status) 90using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 92return Response.FromValue(value, message.Response); 95throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 117switch (message.Response.Status) 122using var document = JsonDocument.Parse(message.Response.ContentStream); 124return Response.FromValue(value, message.Response); 127throw _clientDiagnostics.CreateRequestFailedException(message.Response); 161switch (message.Response.Status) 165return message.Response; 167throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 184switch (message.Response.Status) 188return message.Response; 190throw _clientDiagnostics.CreateRequestFailedException(message.Response); 224switch (message.Response.Status) 229using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 231return Response.FromValue(value, message.Response); 234throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 251switch (message.Response.Status) 256using var document = JsonDocument.Parse(message.Response.ContentStream); 258return Response.FromValue(value, message.Response); 261throw _clientDiagnostics.CreateRequestFailedException(message.Response); 293switch (message.Response.Status) 298using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 300return Response.FromValue(value, message.Response); 303throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 320switch (message.Response.Status) 325using var document = JsonDocument.Parse(message.Response.ContentStream); 327return Response.FromValue(value, message.Response); 330throw _clientDiagnostics.CreateRequestFailedException(message.Response); 378switch (message.Response.Status) 383using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 385return Response.FromValue(value, message.Response); 388throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 415switch (message.Response.Status) 420using var document = JsonDocument.Parse(message.Response.ContentStream); 422return Response.FromValue(value, message.Response); 425throw _clientDiagnostics.CreateRequestFailedException(message.Response); 464switch (message.Response.Status) 468return message.Response; 470throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 492switch (message.Response.Status) 496return message.Response; 498throw _clientDiagnostics.CreateRequestFailedException(message.Response); 537switch (message.Response.Status) 542using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 544return Response.FromValue(value, message.Response); 547throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 569switch (message.Response.Status) 574using var document = JsonDocument.Parse(message.Response.ContentStream); 576return Response.FromValue(value, message.Response); 579throw _clientDiagnostics.CreateRequestFailedException(message.Response); 605switch (message.Response.Status) 610using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 612return Response.FromValue(value, message.Response); 615throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 625switch (message.Response.Status) 630using var document = JsonDocument.Parse(message.Response.ContentStream); 632return Response.FromValue(value, message.Response); 635throw _clientDiagnostics.CreateRequestFailedException(message.Response); 659switch (message.Response.Status) 664using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 666return Response.FromValue(value, message.Response); 669throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 679switch (message.Response.Status) 684using var document = JsonDocument.Parse(message.Response.ContentStream); 686return Response.FromValue(value, message.Response); 689throw _clientDiagnostics.CreateRequestFailedException(message.Response); 722switch (message.Response.Status) 727using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 729return Response.FromValue(value, message.Response); 732throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 749switch (message.Response.Status) 754using var document = JsonDocument.Parse(message.Response.ContentStream); 756return Response.FromValue(value, message.Response); 759throw _clientDiagnostics.CreateRequestFailedException(message.Response); 789switch (message.Response.Status) 794using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 796return Response.FromValue(value, message.Response); 799throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 816switch (message.Response.Status) 821using var document = JsonDocument.Parse(message.Response.ContentStream); 823return Response.FromValue(value, message.Response); 826throw _clientDiagnostics.CreateRequestFailedException(message.Response); 856switch (message.Response.Status) 861using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 863return Response.FromValue(value, message.Response); 866throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 883switch (message.Response.Status) 888using var document = JsonDocument.Parse(message.Response.ContentStream); 890return Response.FromValue(value, message.Response); 893throw _clientDiagnostics.CreateRequestFailedException(message.Response); 928switch (message.Response.Status) 933using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 935return Response.FromValue(value, message.Response); 938throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 960switch (message.Response.Status) 965using var document = JsonDocument.Parse(message.Response.ContentStream); 967return Response.FromValue(value, message.Response); 970throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Generated\PolicySetDefinitionsRestOperations.cs (100)
85switch (message.Response.Status) 91using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 93return Response.FromValue(value, message.Response); 96throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 118switch (message.Response.Status) 124using var document = JsonDocument.Parse(message.Response.ContentStream); 126return Response.FromValue(value, message.Response); 129throw _clientDiagnostics.CreateRequestFailedException(message.Response); 163switch (message.Response.Status) 167return message.Response; 169throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 186switch (message.Response.Status) 190return message.Response; 192throw _clientDiagnostics.CreateRequestFailedException(message.Response); 226switch (message.Response.Status) 231using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 233return Response.FromValue(value, message.Response); 236throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 253switch (message.Response.Status) 258using var document = JsonDocument.Parse(message.Response.ContentStream); 260return Response.FromValue(value, message.Response); 263throw _clientDiagnostics.CreateRequestFailedException(message.Response); 295switch (message.Response.Status) 300using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 302return Response.FromValue(value, message.Response); 305throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 322switch (message.Response.Status) 327using var document = JsonDocument.Parse(message.Response.ContentStream); 329return Response.FromValue(value, message.Response); 332throw _clientDiagnostics.CreateRequestFailedException(message.Response); 358switch (message.Response.Status) 363using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 365return Response.FromValue(value, message.Response); 368throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 378switch (message.Response.Status) 383using var document = JsonDocument.Parse(message.Response.ContentStream); 385return Response.FromValue(value, message.Response); 388throw _clientDiagnostics.CreateRequestFailedException(message.Response); 412switch (message.Response.Status) 417using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 419return Response.FromValue(value, message.Response); 422throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 432switch (message.Response.Status) 437using var document = JsonDocument.Parse(message.Response.ContentStream); 439return Response.FromValue(value, message.Response); 442throw _clientDiagnostics.CreateRequestFailedException(message.Response); 490switch (message.Response.Status) 496using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 498return Response.FromValue(value, message.Response); 501throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 528switch (message.Response.Status) 534using var document = JsonDocument.Parse(message.Response.ContentStream); 536return Response.FromValue(value, message.Response); 539throw _clientDiagnostics.CreateRequestFailedException(message.Response); 578switch (message.Response.Status) 582return message.Response; 584throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 606switch (message.Response.Status) 610return message.Response; 612throw _clientDiagnostics.CreateRequestFailedException(message.Response); 651switch (message.Response.Status) 656using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 658return Response.FromValue(value, message.Response); 661throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 683switch (message.Response.Status) 688using var document = JsonDocument.Parse(message.Response.ContentStream); 690return Response.FromValue(value, message.Response); 693throw _clientDiagnostics.CreateRequestFailedException(message.Response); 726switch (message.Response.Status) 731using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 733return Response.FromValue(value, message.Response); 736throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 753switch (message.Response.Status) 758using var document = JsonDocument.Parse(message.Response.ContentStream); 760return Response.FromValue(value, message.Response); 763throw _clientDiagnostics.CreateRequestFailedException(message.Response); 793switch (message.Response.Status) 798using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 800return Response.FromValue(value, message.Response); 803throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 820switch (message.Response.Status) 825using var document = JsonDocument.Parse(message.Response.ContentStream); 827return Response.FromValue(value, message.Response); 830throw _clientDiagnostics.CreateRequestFailedException(message.Response); 860switch (message.Response.Status) 865using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 867return Response.FromValue(value, message.Response); 870throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 887switch (message.Response.Status) 892using var document = JsonDocument.Parse(message.Response.ContentStream); 894return Response.FromValue(value, message.Response); 897throw _clientDiagnostics.CreateRequestFailedException(message.Response); 932switch (message.Response.Status) 937using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 939return Response.FromValue(value, message.Response); 942throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 964switch (message.Response.Status) 969using var document = JsonDocument.Parse(message.Response.ContentStream); 971return Response.FromValue(value, message.Response); 974throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Generated\ProvidersRestOperations.cs (64)
77switch (message.Response.Status) 82using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 84return Response.FromValue(value, message.Response); 87throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 104switch (message.Response.Status) 109using var document = JsonDocument.Parse(message.Response.ContentStream); 111return Response.FromValue(value, message.Response); 114throw _clientDiagnostics.CreateRequestFailedException(message.Response); 149switch (message.Response.Status) 154using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 156return Response.FromValue(value, message.Response); 159throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 176switch (message.Response.Status) 181using var document = JsonDocument.Parse(message.Response.ContentStream); 183return Response.FromValue(value, message.Response); 186throw _clientDiagnostics.CreateRequestFailedException(message.Response); 222switch (message.Response.Status) 227using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 229return Response.FromValue(value, message.Response); 232throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 244switch (message.Response.Status) 249using var document = JsonDocument.Parse(message.Response.ContentStream); 251return Response.FromValue(value, message.Response); 254throw _clientDiagnostics.CreateRequestFailedException(message.Response); 288switch (message.Response.Status) 293using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 295return Response.FromValue(value, message.Response); 298throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 310switch (message.Response.Status) 315using var document = JsonDocument.Parse(message.Response.ContentStream); 317return Response.FromValue(value, message.Response); 320throw _clientDiagnostics.CreateRequestFailedException(message.Response); 359switch (message.Response.Status) 364using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 366return Response.FromValue(value, message.Response); 369throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 387switch (message.Response.Status) 392using var document = JsonDocument.Parse(message.Response.ContentStream); 394return Response.FromValue(value, message.Response); 397throw _clientDiagnostics.CreateRequestFailedException(message.Response); 434switch (message.Response.Status) 439using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 441return Response.FromValue(value, message.Response); 444throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 462switch (message.Response.Status) 467using var document = JsonDocument.Parse(message.Response.ContentStream); 469return Response.FromValue(value, message.Response); 472throw _clientDiagnostics.CreateRequestFailedException(message.Response); 504switch (message.Response.Status) 509using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 511return Response.FromValue(value, message.Response); 514throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 533switch (message.Response.Status) 538using var document = JsonDocument.Parse(message.Response.ContentStream); 540return Response.FromValue(value, message.Response); 543throw _clientDiagnostics.CreateRequestFailedException(message.Response); 575switch (message.Response.Status) 580using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 582return Response.FromValue(value, message.Response); 585throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 604switch (message.Response.Status) 609using var document = JsonDocument.Parse(message.Response.ContentStream); 611return Response.FromValue(value, message.Response); 614throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Generated\ResourceGroupsRestOperations.cs (60)
76switch (message.Response.Status) 81return Response.FromValue(value, message.Response); 86return Response.FromValue(value, message.Response); 89throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 106switch (message.Response.Status) 111return Response.FromValue(value, message.Response); 116return Response.FromValue(value, message.Response); 119throw _clientDiagnostics.CreateRequestFailedException(message.Response); 162switch (message.Response.Status) 168using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 170return Response.FromValue(value, message.Response); 173throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 195switch (message.Response.Status) 201using var document = JsonDocument.Parse(message.Response.ContentStream); 203return Response.FromValue(value, message.Response); 206throw _clientDiagnostics.CreateRequestFailedException(message.Response); 240switch (message.Response.Status) 244return message.Response; 246throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 263switch (message.Response.Status) 267return message.Response; 269throw _clientDiagnostics.CreateRequestFailedException(message.Response); 303switch (message.Response.Status) 308using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 310return Response.FromValue(value, message.Response); 313throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 330switch (message.Response.Status) 335using var document = JsonDocument.Parse(message.Response.ContentStream); 337return Response.FromValue(value, message.Response); 340throw _clientDiagnostics.CreateRequestFailedException(message.Response); 383switch (message.Response.Status) 388using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 390return Response.FromValue(value, message.Response); 393throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 415switch (message.Response.Status) 420using var document = JsonDocument.Parse(message.Response.ContentStream); 422return Response.FromValue(value, message.Response); 425throw _clientDiagnostics.CreateRequestFailedException(message.Response); 469switch (message.Response.Status) 473return message.Response; 475throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 497switch (message.Response.Status) 501return message.Response; 503throw _clientDiagnostics.CreateRequestFailedException(message.Response); 539switch (message.Response.Status) 544using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 546return Response.FromValue(value, message.Response); 549throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 561switch (message.Response.Status) 566using var document = JsonDocument.Parse(message.Response.ContentStream); 568return Response.FromValue(value, message.Response); 571throw _clientDiagnostics.CreateRequestFailedException(message.Response); 603switch (message.Response.Status) 608using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 610return Response.FromValue(value, message.Response); 613throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 632switch (message.Response.Status) 637using var document = JsonDocument.Parse(message.Response.ContentStream); 639return Response.FromValue(value, message.Response); 642throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Generated\ResourceLinksRestOperations.cs (54)
73switch (message.Response.Status) 77return message.Response; 79throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 96switch (message.Response.Status) 100return message.Response; 102throw _clientDiagnostics.CreateRequestFailedException(message.Response); 143switch (message.Response.Status) 149using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 151return Response.FromValue(value, message.Response); 154throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 176switch (message.Response.Status) 182using var document = JsonDocument.Parse(message.Response.ContentStream); 184return Response.FromValue(value, message.Response); 187throw _clientDiagnostics.CreateRequestFailedException(message.Response); 219switch (message.Response.Status) 224using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 226return Response.FromValue(value, message.Response); 229throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 246switch (message.Response.Status) 251using var document = JsonDocument.Parse(message.Response.ContentStream); 253return Response.FromValue(value, message.Response); 256throw _clientDiagnostics.CreateRequestFailedException(message.Response); 287switch (message.Response.Status) 292using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 294return Response.FromValue(value, message.Response); 297throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 308switch (message.Response.Status) 313using var document = JsonDocument.Parse(message.Response.ContentStream); 315return Response.FromValue(value, message.Response); 318throw _clientDiagnostics.CreateRequestFailedException(message.Response); 352switch (message.Response.Status) 357using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 359return Response.FromValue(value, message.Response); 362throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 379switch (message.Response.Status) 384using var document = JsonDocument.Parse(message.Response.ContentStream); 386return Response.FromValue(value, message.Response); 389throw _clientDiagnostics.CreateRequestFailedException(message.Response); 420switch (message.Response.Status) 425using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 427return Response.FromValue(value, message.Response); 430throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 448switch (message.Response.Status) 453using var document = JsonDocument.Parse(message.Response.ContentStream); 455return Response.FromValue(value, message.Response); 458throw _clientDiagnostics.CreateRequestFailedException(message.Response); 493switch (message.Response.Status) 498using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 500return Response.FromValue(value, message.Response); 503throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 525switch (message.Response.Status) 530using var document = JsonDocument.Parse(message.Response.ContentStream); 532return Response.FromValue(value, message.Response); 535throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Generated\ResourceManagementRestOperations.cs (16)
58switch (message.Response.Status) 63using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 65return Response.FromValue(value, message.Response); 68throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 78switch (message.Response.Status) 83using var document = JsonDocument.Parse(message.Response.ContentStream); 85return Response.FromValue(value, message.Response); 88throw _clientDiagnostics.CreateRequestFailedException(message.Response); 118switch (message.Response.Status) 123using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 125return Response.FromValue(value, message.Response); 128throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 145switch (message.Response.Status) 150using var document = JsonDocument.Parse(message.Response.ContentStream); 152return Response.FromValue(value, message.Response); 155throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Generated\ResourcesRestOperations.cs (112)
92switch (message.Response.Status) 97using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 99return Response.FromValue(value, message.Response); 102throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 122switch (message.Response.Status) 127using var document = JsonDocument.Parse(message.Response.ContentStream); 129return Response.FromValue(value, message.Response); 132throw _clientDiagnostics.CreateRequestFailedException(message.Response); 176switch (message.Response.Status) 180return message.Response; 182throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 204switch (message.Response.Status) 208return message.Response; 210throw _clientDiagnostics.CreateRequestFailedException(message.Response); 254switch (message.Response.Status) 258return message.Response; 260throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 282switch (message.Response.Status) 286return message.Response; 288throw _clientDiagnostics.CreateRequestFailedException(message.Response); 329switch (message.Response.Status) 334using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 336return Response.FromValue(value, message.Response); 339throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 352switch (message.Response.Status) 357using var document = JsonDocument.Parse(message.Response.ContentStream); 359return Response.FromValue(value, message.Response); 362throw _clientDiagnostics.CreateRequestFailedException(message.Response); 429switch (message.Response.Status) 434return Response.FromValue(value, message.Response); 439return Response.FromValue(value, message.Response); 442throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 484switch (message.Response.Status) 489return Response.FromValue(value, message.Response); 494return Response.FromValue(value, message.Response); 497throw _clientDiagnostics.CreateRequestFailedException(message.Response); 564switch (message.Response.Status) 569return message.Response; 571throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 613switch (message.Response.Status) 618return message.Response; 620throw _clientDiagnostics.CreateRequestFailedException(message.Response); 696switch (message.Response.Status) 701return message.Response; 703throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 750switch (message.Response.Status) 755return message.Response; 757throw _clientDiagnostics.CreateRequestFailedException(message.Response); 833switch (message.Response.Status) 837return message.Response; 839throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 886switch (message.Response.Status) 890return message.Response; 892throw _clientDiagnostics.CreateRequestFailedException(message.Response); 959switch (message.Response.Status) 964using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 966return Response.FromValue(value, message.Response); 969throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 1011switch (message.Response.Status) 1016using var document = JsonDocument.Parse(message.Response.ContentStream); 1018return Response.FromValue(value, message.Response); 1021throw _clientDiagnostics.CreateRequestFailedException(message.Response); 1058switch (message.Response.Status) 1063return Response.FromValue(value, message.Response); 1068return Response.FromValue(value, message.Response); 1071throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 1093switch (message.Response.Status) 1098return Response.FromValue(value, message.Response); 1103return Response.FromValue(value, message.Response); 1106throw _clientDiagnostics.CreateRequestFailedException(message.Response); 1143switch (message.Response.Status) 1148return message.Response; 1150throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 1172switch (message.Response.Status) 1177return message.Response; 1179throw _clientDiagnostics.CreateRequestFailedException(message.Response); 1225switch (message.Response.Status) 1230return message.Response; 1232throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 1259switch (message.Response.Status) 1264return message.Response; 1266throw _clientDiagnostics.CreateRequestFailedException(message.Response); 1312switch (message.Response.Status) 1316return message.Response; 1318throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 1345switch (message.Response.Status) 1349return message.Response; 1351throw _clientDiagnostics.CreateRequestFailedException(message.Response); 1388switch (message.Response.Status) 1393using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 1395return Response.FromValue(value, message.Response); 1398throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 1420switch (message.Response.Status) 1425using var document = JsonDocument.Parse(message.Response.ContentStream); 1427return Response.FromValue(value, message.Response); 1430throw _clientDiagnostics.CreateRequestFailedException(message.Response); 1468switch (message.Response.Status) 1473using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 1475return Response.FromValue(value, message.Response); 1478throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 1503switch (message.Response.Status) 1508using var document = JsonDocument.Parse(message.Response.ContentStream); 1510return Response.FromValue(value, message.Response); 1513throw _clientDiagnostics.CreateRequestFailedException(message.Response); 1546switch (message.Response.Status) 1551using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 1553return Response.FromValue(value, message.Response); 1556throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 1576switch (message.Response.Status) 1581using var document = JsonDocument.Parse(message.Response.ContentStream); 1583return Response.FromValue(value, message.Response); 1586throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Generated\RestOperations.cs (16)
58switch (message.Response.Status) 63using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 65return Response.FromValue(value, message.Response); 68throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 78switch (message.Response.Status) 83using var document = JsonDocument.Parse(message.Response.ContentStream); 85return Response.FromValue(value, message.Response); 88throw _clientDiagnostics.CreateRequestFailedException(message.Response); 118switch (message.Response.Status) 123using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 125return Response.FromValue(value, message.Response); 128throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 145switch (message.Response.Status) 150using var document = JsonDocument.Parse(message.Response.ContentStream); 152return Response.FromValue(value, message.Response); 155throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Generated\SubscriptionsRestOperations.cs (32)
67switch (message.Response.Status) 72using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 74return Response.FromValue(value, message.Response); 77throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 94switch (message.Response.Status) 99using var document = JsonDocument.Parse(message.Response.ContentStream); 101return Response.FromValue(value, message.Response); 104throw _clientDiagnostics.CreateRequestFailedException(message.Response); 136switch (message.Response.Status) 141using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 143return Response.FromValue(value, message.Response); 146throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 163switch (message.Response.Status) 168using var document = JsonDocument.Parse(message.Response.ContentStream); 170return Response.FromValue(value, message.Response); 173throw _clientDiagnostics.CreateRequestFailedException(message.Response); 197switch (message.Response.Status) 202using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 204return Response.FromValue(value, message.Response); 207throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 217switch (message.Response.Status) 222using var document = JsonDocument.Parse(message.Response.ContentStream); 224return Response.FromValue(value, message.Response); 227throw _clientDiagnostics.CreateRequestFailedException(message.Response); 257switch (message.Response.Status) 262using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 264return Response.FromValue(value, message.Response); 267throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 284switch (message.Response.Status) 289using var document = JsonDocument.Parse(message.Response.ContentStream); 291return Response.FromValue(value, message.Response); 294throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Generated\TagsRestOperations.cs (74)
83switch (message.Response.Status) 87return message.Response; 89throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 111switch (message.Response.Status) 115return message.Response; 117throw _clientDiagnostics.CreateRequestFailedException(message.Response); 158switch (message.Response.Status) 164using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 166return Response.FromValue(value, message.Response); 169throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 191switch (message.Response.Status) 197using var document = JsonDocument.Parse(message.Response.ContentStream); 199return Response.FromValue(value, message.Response); 202throw _clientDiagnostics.CreateRequestFailedException(message.Response); 236switch (message.Response.Status) 242using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 244return Response.FromValue(value, message.Response); 247throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 264switch (message.Response.Status) 270using var document = JsonDocument.Parse(message.Response.ContentStream); 272return Response.FromValue(value, message.Response); 275throw _clientDiagnostics.CreateRequestFailedException(message.Response); 309switch (message.Response.Status) 313return message.Response; 315throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 332switch (message.Response.Status) 336return message.Response; 338throw _clientDiagnostics.CreateRequestFailedException(message.Response); 364switch (message.Response.Status) 369using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 371return Response.FromValue(value, message.Response); 374throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 384switch (message.Response.Status) 389using var document = JsonDocument.Parse(message.Response.ContentStream); 391return Response.FromValue(value, message.Response); 394throw _clientDiagnostics.CreateRequestFailedException(message.Response); 436switch (message.Response.Status) 441using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 443return Response.FromValue(value, message.Response); 446throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 468switch (message.Response.Status) 473using var document = JsonDocument.Parse(message.Response.ContentStream); 475return Response.FromValue(value, message.Response); 478throw _clientDiagnostics.CreateRequestFailedException(message.Response); 520switch (message.Response.Status) 525using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 527return Response.FromValue(value, message.Response); 530throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 552switch (message.Response.Status) 557using var document = JsonDocument.Parse(message.Response.ContentStream); 559return Response.FromValue(value, message.Response); 562throw _clientDiagnostics.CreateRequestFailedException(message.Response); 595switch (message.Response.Status) 600using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 602return Response.FromValue(value, message.Response); 605throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 622switch (message.Response.Status) 627using var document = JsonDocument.Parse(message.Response.ContentStream); 629return Response.FromValue(value, message.Response); 632throw _clientDiagnostics.CreateRequestFailedException(message.Response); 665switch (message.Response.Status) 668return message.Response; 670throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 687switch (message.Response.Status) 690return message.Response; 692throw _clientDiagnostics.CreateRequestFailedException(message.Response); 722switch (message.Response.Status) 727using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 729return Response.FromValue(value, message.Response); 732throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 749switch (message.Response.Status) 754using var document = JsonDocument.Parse(message.Response.ContentStream); 756return Response.FromValue(value, message.Response); 759throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Generated\TenantsRestOperations.cs (16)
58switch (message.Response.Status) 63using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 65return Response.FromValue(value, message.Response); 68throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 78switch (message.Response.Status) 83using var document = JsonDocument.Parse(message.Response.ContentStream); 85return Response.FromValue(value, message.Response); 88throw _clientDiagnostics.CreateRequestFailedException(message.Response); 118switch (message.Response.Status) 123using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 125return Response.FromValue(value, message.Response); 128throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 145switch (message.Response.Status) 150using var document = JsonDocument.Parse(message.Response.ContentStream); 152return Response.FromValue(value, message.Response); 155throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Shared\AutoRest\ArmOperationHelpers.cs (2)
202return message.Response; 224return message.Response;
Azure.ResourceManager.Sql (3292)
Generated\BackupLongTermRetentionPoliciesRestOperations.cs (22)
93switch (message.Response.Status) 98using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 100return Response.FromValue(value, message.Response); 103throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 131switch (message.Response.Status) 136using var document = JsonDocument.Parse(message.Response.ContentStream); 138return Response.FromValue(value, message.Response); 141throw _clientDiagnostics.CreateRequestFailedException(message.Response); 201switch (message.Response.Status) 205return message.Response; 207throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 240switch (message.Response.Status) 244return message.Response; 246throw _clientDiagnostics.CreateRequestFailedException(message.Response); 295switch (message.Response.Status) 300using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 302return Response.FromValue(value, message.Response); 305throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 332switch (message.Response.Status) 337using var document = JsonDocument.Parse(message.Response.ContentStream); 339return Response.FromValue(value, message.Response); 342throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Generated\BackupShortTermRetentionPoliciesRestOperations.cs (36)
93switch (message.Response.Status) 98using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 100return Response.FromValue(value, message.Response); 103throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 131switch (message.Response.Status) 136using var document = JsonDocument.Parse(message.Response.ContentStream); 138return Response.FromValue(value, message.Response); 141throw _clientDiagnostics.CreateRequestFailedException(message.Response); 201switch (message.Response.Status) 205return message.Response; 207throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 240switch (message.Response.Status) 244return message.Response; 246throw _clientDiagnostics.CreateRequestFailedException(message.Response); 306switch (message.Response.Status) 310return message.Response; 312throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 345switch (message.Response.Status) 349return message.Response; 351throw _clientDiagnostics.CreateRequestFailedException(message.Response); 400switch (message.Response.Status) 405using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 407return Response.FromValue(value, message.Response); 410throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 437switch (message.Response.Status) 442using var document = JsonDocument.Parse(message.Response.ContentStream); 444return Response.FromValue(value, message.Response); 447throw _clientDiagnostics.CreateRequestFailedException(message.Response); 492switch (message.Response.Status) 497using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 499return Response.FromValue(value, message.Response); 502throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 534switch (message.Response.Status) 539using var document = JsonDocument.Parse(message.Response.ContentStream); 541return Response.FromValue(value, message.Response); 544throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Generated\CapabilitiesRestOperations.cs (8)
82switch (message.Response.Status) 87using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 89return Response.FromValue(value, message.Response); 92throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 110switch (message.Response.Status) 115using var document = JsonDocument.Parse(message.Response.ContentStream); 117return Response.FromValue(value, message.Response); 120throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Generated\DatabaseAutomaticTuningRestOperations.cs (16)
91switch (message.Response.Status) 96using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 98return Response.FromValue(value, message.Response); 101throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 128switch (message.Response.Status) 133using var document = JsonDocument.Parse(message.Response.ContentStream); 135return Response.FromValue(value, message.Response); 138throw _clientDiagnostics.CreateRequestFailedException(message.Response); 196switch (message.Response.Status) 201using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 203return Response.FromValue(value, message.Response); 206throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 238switch (message.Response.Status) 243using var document = JsonDocument.Parse(message.Response.ContentStream); 245return Response.FromValue(value, message.Response); 248throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Generated\DatabaseBlobAuditingPoliciesRestOperations.cs (32)
92switch (message.Response.Status) 97using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 99return Response.FromValue(value, message.Response); 102throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 129switch (message.Response.Status) 134using var document = JsonDocument.Parse(message.Response.ContentStream); 136return Response.FromValue(value, message.Response); 139throw _clientDiagnostics.CreateRequestFailedException(message.Response); 198switch (message.Response.Status) 204using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 206return Response.FromValue(value, message.Response); 209throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 241switch (message.Response.Status) 247using var document = JsonDocument.Parse(message.Response.ContentStream); 249return Response.FromValue(value, message.Response); 252throw _clientDiagnostics.CreateRequestFailedException(message.Response); 301switch (message.Response.Status) 306using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 308return Response.FromValue(value, message.Response); 311throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 338switch (message.Response.Status) 343using var document = JsonDocument.Parse(message.Response.ContentStream); 345return Response.FromValue(value, message.Response); 348throw _clientDiagnostics.CreateRequestFailedException(message.Response); 393switch (message.Response.Status) 398using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 400return Response.FromValue(value, message.Response); 403throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 435switch (message.Response.Status) 440using var document = JsonDocument.Parse(message.Response.ContentStream); 442return Response.FromValue(value, message.Response); 445throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Generated\DatabaseRestOperations.cs (22)
93switch (message.Response.Status) 96return message.Response; 98throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 126switch (message.Response.Status) 129return message.Response; 131throw _clientDiagnostics.CreateRequestFailedException(message.Response); 180switch (message.Response.Status) 185using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 187return Response.FromValue(value, message.Response); 190throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 217switch (message.Response.Status) 222using var document = JsonDocument.Parse(message.Response.ContentStream); 224return Response.FromValue(value, message.Response); 227throw _clientDiagnostics.CreateRequestFailedException(message.Response); 272switch (message.Response.Status) 277using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 279return Response.FromValue(value, message.Response); 282throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 314switch (message.Response.Status) 319using var document = JsonDocument.Parse(message.Response.ContentStream); 321return Response.FromValue(value, message.Response); 324throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Generated\DatabasesRestOperations.cs (122)
93switch (message.Response.Status) 97return message.Response; 99throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 126switch (message.Response.Status) 130return message.Response; 132throw _clientDiagnostics.CreateRequestFailedException(message.Response); 192switch (message.Response.Status) 196return message.Response; 198throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 231switch (message.Response.Status) 235return message.Response; 237throw _clientDiagnostics.CreateRequestFailedException(message.Response); 295switch (message.Response.Status) 299return message.Response; 301throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 333switch (message.Response.Status) 337return message.Response; 339throw _clientDiagnostics.CreateRequestFailedException(message.Response); 394switch (message.Response.Status) 399using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 401return Response.FromValue(value, message.Response); 404throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 436switch (message.Response.Status) 441using var document = JsonDocument.Parse(message.Response.ContentStream); 443return Response.FromValue(value, message.Response); 446throw _clientDiagnostics.CreateRequestFailedException(message.Response); 495switch (message.Response.Status) 500using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 502return Response.FromValue(value, message.Response); 505throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 532switch (message.Response.Status) 537using var document = JsonDocument.Parse(message.Response.ContentStream); 539return Response.FromValue(value, message.Response); 542throw _clientDiagnostics.CreateRequestFailedException(message.Response); 584switch (message.Response.Status) 589using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 591return Response.FromValue(value, message.Response); 594throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 616switch (message.Response.Status) 621using var document = JsonDocument.Parse(message.Response.ContentStream); 623return Response.FromValue(value, message.Response); 626throw _clientDiagnostics.CreateRequestFailedException(message.Response); 674switch (message.Response.Status) 679using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 681return Response.FromValue(value, message.Response); 684throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 711switch (message.Response.Status) 716using var document = JsonDocument.Parse(message.Response.ContentStream); 718return Response.FromValue(value, message.Response); 721throw _clientDiagnostics.CreateRequestFailedException(message.Response); 778switch (message.Response.Status) 783return message.Response; 785throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 817switch (message.Response.Status) 822return message.Response; 824throw _clientDiagnostics.CreateRequestFailedException(message.Response); 871switch (message.Response.Status) 876return message.Response; 878throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 905switch (message.Response.Status) 910return message.Response; 912throw _clientDiagnostics.CreateRequestFailedException(message.Response); 969switch (message.Response.Status) 973return message.Response; 975throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 1007switch (message.Response.Status) 1011return message.Response; 1013throw _clientDiagnostics.CreateRequestFailedException(message.Response); 1062switch (message.Response.Status) 1067using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 1069return Response.FromValue(value, message.Response); 1072throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 1099switch (message.Response.Status) 1104using var document = JsonDocument.Parse(message.Response.ContentStream); 1106return Response.FromValue(value, message.Response); 1109throw _clientDiagnostics.CreateRequestFailedException(message.Response); 1158switch (message.Response.Status) 1162return message.Response; 1164throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 1191switch (message.Response.Status) 1195return message.Response; 1197throw _clientDiagnostics.CreateRequestFailedException(message.Response); 1246switch (message.Response.Status) 1250return message.Response; 1252throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 1279switch (message.Response.Status) 1283return message.Response; 1285throw _clientDiagnostics.CreateRequestFailedException(message.Response); 1333switch (message.Response.Status) 1337return message.Response; 1339throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 1366switch (message.Response.Status) 1370return message.Response; 1372throw _clientDiagnostics.CreateRequestFailedException(message.Response); 1429switch (message.Response.Status) 1432return message.Response; 1434throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 1466switch (message.Response.Status) 1469return message.Response; 1471throw _clientDiagnostics.CreateRequestFailedException(message.Response); 1524switch (message.Response.Status) 1528return message.Response; 1530throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 1558switch (message.Response.Status) 1562return message.Response; 1564throw _clientDiagnostics.CreateRequestFailedException(message.Response); 1604switch (message.Response.Status) 1609using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 1611return Response.FromValue(value, message.Response); 1614throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 1641switch (message.Response.Status) 1646using var document = JsonDocument.Parse(message.Response.ContentStream); 1648return Response.FromValue(value, message.Response); 1651throw _clientDiagnostics.CreateRequestFailedException(message.Response); 1696switch (message.Response.Status) 1701using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 1703return Response.FromValue(value, message.Response); 1706throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 1738switch (message.Response.Status) 1743using var document = JsonDocument.Parse(message.Response.ContentStream); 1745return Response.FromValue(value, message.Response); 1748throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Generated\DatabaseThreatDetectionPoliciesRestOperations.cs (16)
93switch (message.Response.Status) 98using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 100return Response.FromValue(value, message.Response); 103throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 131switch (message.Response.Status) 136using var document = JsonDocument.Parse(message.Response.ContentStream); 138return Response.FromValue(value, message.Response); 141throw _clientDiagnostics.CreateRequestFailedException(message.Response); 201switch (message.Response.Status) 207using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 209return Response.FromValue(value, message.Response); 212throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 245switch (message.Response.Status) 251using var document = JsonDocument.Parse(message.Response.ContentStream); 253return Response.FromValue(value, message.Response); 256throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Generated\DatabaseUsagesRestOperations.cs (8)
91switch (message.Response.Status) 96using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 98return Response.FromValue(value, message.Response); 101throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 128switch (message.Response.Status) 133using var document = JsonDocument.Parse(message.Response.ContentStream); 135return Response.FromValue(value, message.Response); 138throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Generated\DatabaseVulnerabilityAssessmentRuleBaselinesRestOperations.cs (22)
103switch (message.Response.Status) 108using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 110return Response.FromValue(value, message.Response); 113throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 147switch (message.Response.Status) 152using var document = JsonDocument.Parse(message.Response.ContentStream); 154return Response.FromValue(value, message.Response); 157throw _clientDiagnostics.CreateRequestFailedException(message.Response); 227switch (message.Response.Status) 232using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 234return Response.FromValue(value, message.Response); 237throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 276switch (message.Response.Status) 281using var document = JsonDocument.Parse(message.Response.ContentStream); 283return Response.FromValue(value, message.Response); 286throw _clientDiagnostics.CreateRequestFailedException(message.Response); 346switch (message.Response.Status) 349return message.Response; 351throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 385switch (message.Response.Status) 388return message.Response; 390throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Generated\DatabaseVulnerabilityAssessmentScansRestOperations.cs (38)
94switch (message.Response.Status) 99using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 101return Response.FromValue(value, message.Response); 104throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 132switch (message.Response.Status) 137using var document = JsonDocument.Parse(message.Response.ContentStream); 139return Response.FromValue(value, message.Response); 142throw _clientDiagnostics.CreateRequestFailedException(message.Response); 200switch (message.Response.Status) 205using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 207return Response.FromValue(value, message.Response); 210throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 243switch (message.Response.Status) 248using var document = JsonDocument.Parse(message.Response.ContentStream); 250return Response.FromValue(value, message.Response); 253throw _clientDiagnostics.CreateRequestFailedException(message.Response); 311switch (message.Response.Status) 315return message.Response; 317throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 350switch (message.Response.Status) 354return message.Response; 356throw _clientDiagnostics.CreateRequestFailedException(message.Response); 415switch (message.Response.Status) 421using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 423return Response.FromValue(value, message.Response); 426throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 459switch (message.Response.Status) 465using var document = JsonDocument.Parse(message.Response.ContentStream); 467return Response.FromValue(value, message.Response); 470throw _clientDiagnostics.CreateRequestFailedException(message.Response); 516switch (message.Response.Status) 521using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 523return Response.FromValue(value, message.Response); 526throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 559switch (message.Response.Status) 564using var document = JsonDocument.Parse(message.Response.ContentStream); 566return Response.FromValue(value, message.Response); 569throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Generated\DatabaseVulnerabilityAssessmentsRestOperations.cs (38)
93switch (message.Response.Status) 98using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 100return Response.FromValue(value, message.Response); 103throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 131switch (message.Response.Status) 136using var document = JsonDocument.Parse(message.Response.ContentStream); 138return Response.FromValue(value, message.Response); 141throw _clientDiagnostics.CreateRequestFailedException(message.Response); 201switch (message.Response.Status) 207using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 209return Response.FromValue(value, message.Response); 212throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 245switch (message.Response.Status) 251using var document = JsonDocument.Parse(message.Response.ContentStream); 253return Response.FromValue(value, message.Response); 256throw _clientDiagnostics.CreateRequestFailedException(message.Response); 306switch (message.Response.Status) 309return message.Response; 311throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 339switch (message.Response.Status) 342return message.Response; 344throw _clientDiagnostics.CreateRequestFailedException(message.Response); 393switch (message.Response.Status) 398using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 400return Response.FromValue(value, message.Response); 403throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 430switch (message.Response.Status) 435using var document = JsonDocument.Parse(message.Response.ContentStream); 437return Response.FromValue(value, message.Response); 440throw _clientDiagnostics.CreateRequestFailedException(message.Response); 485switch (message.Response.Status) 490using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 492return Response.FromValue(value, message.Response); 495throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 527switch (message.Response.Status) 532using var document = JsonDocument.Parse(message.Response.ContentStream); 534return Response.FromValue(value, message.Response); 537throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Generated\DataMaskingPoliciesRestOperations.cs (16)
101switch (message.Response.Status) 106using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 108return Response.FromValue(value, message.Response); 111throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 143switch (message.Response.Status) 148using var document = JsonDocument.Parse(message.Response.ContentStream); 150return Response.FromValue(value, message.Response); 153throw _clientDiagnostics.CreateRequestFailedException(message.Response); 203switch (message.Response.Status) 208using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 210return Response.FromValue(value, message.Response); 213throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 240switch (message.Response.Status) 245using var document = JsonDocument.Parse(message.Response.ContentStream); 247return Response.FromValue(value, message.Response); 250throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Generated\DataMaskingRulesRestOperations.cs (16)
108switch (message.Response.Status) 114using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 116return Response.FromValue(value, message.Response); 119throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 156switch (message.Response.Status) 162using var document = JsonDocument.Parse(message.Response.ContentStream); 164return Response.FromValue(value, message.Response); 167throw _clientDiagnostics.CreateRequestFailedException(message.Response); 218switch (message.Response.Status) 223using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 225return Response.FromValue(value, message.Response); 228throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 255switch (message.Response.Status) 260using var document = JsonDocument.Parse(message.Response.ContentStream); 262return Response.FromValue(value, message.Response); 265throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Generated\ElasticPoolActivitiesRestOperations.cs (8)
91switch (message.Response.Status) 96using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 98return Response.FromValue(value, message.Response); 101throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 128switch (message.Response.Status) 133using var document = JsonDocument.Parse(message.Response.ContentStream); 135return Response.FromValue(value, message.Response); 138throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Generated\ElasticPoolDatabaseActivitiesRestOperations.cs (8)
91switch (message.Response.Status) 96using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 98return Response.FromValue(value, message.Response); 101throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 128switch (message.Response.Status) 133using var document = JsonDocument.Parse(message.Response.ContentStream); 135return Response.FromValue(value, message.Response); 138throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Generated\ElasticPoolRestOperations.cs (22)
93switch (message.Response.Status) 96return message.Response; 98throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 126switch (message.Response.Status) 129return message.Response; 131throw _clientDiagnostics.CreateRequestFailedException(message.Response); 180switch (message.Response.Status) 185using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 187return Response.FromValue(value, message.Response); 190throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 217switch (message.Response.Status) 222using var document = JsonDocument.Parse(message.Response.ContentStream); 224return Response.FromValue(value, message.Response); 227throw _clientDiagnostics.CreateRequestFailedException(message.Response); 272switch (message.Response.Status) 277using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 279return Response.FromValue(value, message.Response); 282throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 314switch (message.Response.Status) 319using var document = JsonDocument.Parse(message.Response.ContentStream); 321return Response.FromValue(value, message.Response); 324throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Generated\ElasticPoolsRestOperations.cs (64)
97switch (message.Response.Status) 102using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 104return Response.FromValue(value, message.Response); 107throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 139switch (message.Response.Status) 144using var document = JsonDocument.Parse(message.Response.ContentStream); 146return Response.FromValue(value, message.Response); 149throw _clientDiagnostics.CreateRequestFailedException(message.Response); 198switch (message.Response.Status) 203using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 205return Response.FromValue(value, message.Response); 208throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 235switch (message.Response.Status) 240using var document = JsonDocument.Parse(message.Response.ContentStream); 242return Response.FromValue(value, message.Response); 245throw _clientDiagnostics.CreateRequestFailedException(message.Response); 292switch (message.Response.Status) 297using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 299return Response.FromValue(value, message.Response); 302throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 325switch (message.Response.Status) 330using var document = JsonDocument.Parse(message.Response.ContentStream); 332return Response.FromValue(value, message.Response); 335throw _clientDiagnostics.CreateRequestFailedException(message.Response); 383switch (message.Response.Status) 388using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 390return Response.FromValue(value, message.Response); 393throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 420switch (message.Response.Status) 425using var document = JsonDocument.Parse(message.Response.ContentStream); 427return Response.FromValue(value, message.Response); 430throw _clientDiagnostics.CreateRequestFailedException(message.Response); 487switch (message.Response.Status) 492return message.Response; 494throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 526switch (message.Response.Status) 531return message.Response; 533throw _clientDiagnostics.CreateRequestFailedException(message.Response); 580switch (message.Response.Status) 585return message.Response; 587throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 614switch (message.Response.Status) 619return message.Response; 621throw _clientDiagnostics.CreateRequestFailedException(message.Response); 678switch (message.Response.Status) 682return message.Response; 684throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 716switch (message.Response.Status) 720return message.Response; 722throw _clientDiagnostics.CreateRequestFailedException(message.Response); 770switch (message.Response.Status) 774return message.Response; 776throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 803switch (message.Response.Status) 807return message.Response; 809throw _clientDiagnostics.CreateRequestFailedException(message.Response); 850switch (message.Response.Status) 855using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 857return Response.FromValue(value, message.Response); 860throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 888switch (message.Response.Status) 893using var document = JsonDocument.Parse(message.Response.ContentStream); 895return Response.FromValue(value, message.Response); 898throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Generated\EncryptionProtectorsRestOperations.cs (36)
86switch (message.Response.Status) 90return message.Response; 92throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 115switch (message.Response.Status) 119return message.Response; 121throw _clientDiagnostics.CreateRequestFailedException(message.Response); 163switch (message.Response.Status) 168using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 170return Response.FromValue(value, message.Response); 173throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 195switch (message.Response.Status) 200using var document = JsonDocument.Parse(message.Response.ContentStream); 202return Response.FromValue(value, message.Response); 205throw _clientDiagnostics.CreateRequestFailedException(message.Response); 249switch (message.Response.Status) 254using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 256return Response.FromValue(value, message.Response); 259throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 282switch (message.Response.Status) 287using var document = JsonDocument.Parse(message.Response.ContentStream); 289return Response.FromValue(value, message.Response); 292throw _clientDiagnostics.CreateRequestFailedException(message.Response); 345switch (message.Response.Status) 349return message.Response; 351throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 379switch (message.Response.Status) 383return message.Response; 385throw _clientDiagnostics.CreateRequestFailedException(message.Response); 425switch (message.Response.Status) 430using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 432return Response.FromValue(value, message.Response); 435throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 462switch (message.Response.Status) 467using var document = JsonDocument.Parse(message.Response.ContentStream); 469return Response.FromValue(value, message.Response); 472throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Generated\ExtendedDatabaseBlobAuditingPoliciesRestOperations.cs (32)
92switch (message.Response.Status) 97using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 99return Response.FromValue(value, message.Response); 102throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 129switch (message.Response.Status) 134using var document = JsonDocument.Parse(message.Response.ContentStream); 136return Response.FromValue(value, message.Response); 139throw _clientDiagnostics.CreateRequestFailedException(message.Response); 198switch (message.Response.Status) 204using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 206return Response.FromValue(value, message.Response); 209throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 241switch (message.Response.Status) 247using var document = JsonDocument.Parse(message.Response.ContentStream); 249return Response.FromValue(value, message.Response); 252throw _clientDiagnostics.CreateRequestFailedException(message.Response); 301switch (message.Response.Status) 306using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 308return Response.FromValue(value, message.Response); 311throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 338switch (message.Response.Status) 343using var document = JsonDocument.Parse(message.Response.ContentStream); 345return Response.FromValue(value, message.Response); 348throw _clientDiagnostics.CreateRequestFailedException(message.Response); 393switch (message.Response.Status) 398using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 400return Response.FromValue(value, message.Response); 403throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 435switch (message.Response.Status) 440using var document = JsonDocument.Parse(message.Response.ContentStream); 442return Response.FromValue(value, message.Response); 445throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Generated\ExtendedServerBlobAuditingPoliciesRestOperations.cs (30)
85switch (message.Response.Status) 90using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 92return Response.FromValue(value, message.Response); 95throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 117switch (message.Response.Status) 122using var document = JsonDocument.Parse(message.Response.ContentStream); 124return Response.FromValue(value, message.Response); 127throw _clientDiagnostics.CreateRequestFailedException(message.Response); 179switch (message.Response.Status) 183return message.Response; 185throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 212switch (message.Response.Status) 216return message.Response; 218throw _clientDiagnostics.CreateRequestFailedException(message.Response); 260switch (message.Response.Status) 265using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 267return Response.FromValue(value, message.Response); 270throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 292switch (message.Response.Status) 297using var document = JsonDocument.Parse(message.Response.ContentStream); 299return Response.FromValue(value, message.Response); 302throw _clientDiagnostics.CreateRequestFailedException(message.Response); 342switch (message.Response.Status) 347using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 349return Response.FromValue(value, message.Response); 352throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 379switch (message.Response.Status) 384using var document = JsonDocument.Parse(message.Response.ContentStream); 386return Response.FromValue(value, message.Response); 389throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Generated\FailoverGroupsRestOperations.cs (54)
90switch (message.Response.Status) 95using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 97return Response.FromValue(value, message.Response); 100throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 127switch (message.Response.Status) 132using var document = JsonDocument.Parse(message.Response.ContentStream); 134return Response.FromValue(value, message.Response); 137throw _clientDiagnostics.CreateRequestFailedException(message.Response); 194switch (message.Response.Status) 199return message.Response; 201throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 233switch (message.Response.Status) 238return message.Response; 240throw _clientDiagnostics.CreateRequestFailedException(message.Response); 287switch (message.Response.Status) 292return message.Response; 294throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 321switch (message.Response.Status) 326return message.Response; 328throw _clientDiagnostics.CreateRequestFailedException(message.Response); 385switch (message.Response.Status) 389return message.Response; 391throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 423switch (message.Response.Status) 427return message.Response; 429throw _clientDiagnostics.CreateRequestFailedException(message.Response); 471switch (message.Response.Status) 476using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 478return Response.FromValue(value, message.Response); 481throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 503switch (message.Response.Status) 508using var document = JsonDocument.Parse(message.Response.ContentStream); 510return Response.FromValue(value, message.Response); 513throw _clientDiagnostics.CreateRequestFailedException(message.Response); 562switch (message.Response.Status) 566return message.Response; 568throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 595switch (message.Response.Status) 599return message.Response; 601throw _clientDiagnostics.CreateRequestFailedException(message.Response); 650switch (message.Response.Status) 654return message.Response; 656throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 683switch (message.Response.Status) 687return message.Response; 689throw _clientDiagnostics.CreateRequestFailedException(message.Response); 729switch (message.Response.Status) 734using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 736return Response.FromValue(value, message.Response); 739throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 766switch (message.Response.Status) 771using var document = JsonDocument.Parse(message.Response.ContentStream); 773return Response.FromValue(value, message.Response); 776throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Generated\FirewallRulesRestOperations.cs (30)
99switch (message.Response.Status) 105using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 107return Response.FromValue(value, message.Response); 110throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 142switch (message.Response.Status) 148using var document = JsonDocument.Parse(message.Response.ContentStream); 150return Response.FromValue(value, message.Response); 153throw _clientDiagnostics.CreateRequestFailedException(message.Response); 200switch (message.Response.Status) 204return message.Response; 206throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 233switch (message.Response.Status) 237return message.Response; 239throw _clientDiagnostics.CreateRequestFailedException(message.Response); 287switch (message.Response.Status) 292using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 294return Response.FromValue(value, message.Response); 297throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 324switch (message.Response.Status) 329using var document = JsonDocument.Parse(message.Response.ContentStream); 331return Response.FromValue(value, message.Response); 334throw _clientDiagnostics.CreateRequestFailedException(message.Response); 376switch (message.Response.Status) 381using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 383return Response.FromValue(value, message.Response); 386throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 408switch (message.Response.Status) 413using var document = JsonDocument.Parse(message.Response.ContentStream); 415return Response.FromValue(value, message.Response); 418throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Generated\GeoBackupPoliciesRestOperations.cs (24)
102switch (message.Response.Status) 108using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 110return Response.FromValue(value, message.Response); 113throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 146switch (message.Response.Status) 152using var document = JsonDocument.Parse(message.Response.ContentStream); 154return Response.FromValue(value, message.Response); 157throw _clientDiagnostics.CreateRequestFailedException(message.Response); 208switch (message.Response.Status) 213using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 215return Response.FromValue(value, message.Response); 218throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 246switch (message.Response.Status) 251using var document = JsonDocument.Parse(message.Response.ContentStream); 253return Response.FromValue(value, message.Response); 256throw _clientDiagnostics.CreateRequestFailedException(message.Response); 305switch (message.Response.Status) 310using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 312return Response.FromValue(value, message.Response); 315throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 342switch (message.Response.Status) 347using var document = JsonDocument.Parse(message.Response.ContentStream); 349return Response.FromValue(value, message.Response); 352throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Generated\InstanceFailoverGroupsRestOperations.cs (48)
90switch (message.Response.Status) 95using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 97return Response.FromValue(value, message.Response); 100throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 127switch (message.Response.Status) 132using var document = JsonDocument.Parse(message.Response.ContentStream); 134return Response.FromValue(value, message.Response); 137throw _clientDiagnostics.CreateRequestFailedException(message.Response); 194switch (message.Response.Status) 199return message.Response; 201throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 233switch (message.Response.Status) 238return message.Response; 240throw _clientDiagnostics.CreateRequestFailedException(message.Response); 287switch (message.Response.Status) 292return message.Response; 294throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 321switch (message.Response.Status) 326return message.Response; 328throw _clientDiagnostics.CreateRequestFailedException(message.Response); 370switch (message.Response.Status) 375using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 377return Response.FromValue(value, message.Response); 380throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 402switch (message.Response.Status) 407using var document = JsonDocument.Parse(message.Response.ContentStream); 409return Response.FromValue(value, message.Response); 412throw _clientDiagnostics.CreateRequestFailedException(message.Response); 461switch (message.Response.Status) 465return message.Response; 467throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 494switch (message.Response.Status) 498return message.Response; 500throw _clientDiagnostics.CreateRequestFailedException(message.Response); 549switch (message.Response.Status) 553return message.Response; 555throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 582switch (message.Response.Status) 586return message.Response; 588throw _clientDiagnostics.CreateRequestFailedException(message.Response); 628switch (message.Response.Status) 633using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 635return Response.FromValue(value, message.Response); 638throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 665switch (message.Response.Status) 670using var document = JsonDocument.Parse(message.Response.ContentStream); 672return Response.FromValue(value, message.Response); 675throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Generated\InstancePoolsRestOperations.cs (58)
83switch (message.Response.Status) 88using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 90return Response.FromValue(value, message.Response); 93throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 115switch (message.Response.Status) 120using var document = JsonDocument.Parse(message.Response.ContentStream); 122return Response.FromValue(value, message.Response); 125throw _clientDiagnostics.CreateRequestFailedException(message.Response); 175switch (message.Response.Status) 180return message.Response; 182throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 209switch (message.Response.Status) 214return message.Response; 216throw _clientDiagnostics.CreateRequestFailedException(message.Response); 256switch (message.Response.Status) 261return message.Response; 263throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 285switch (message.Response.Status) 290return message.Response; 292throw _clientDiagnostics.CreateRequestFailedException(message.Response); 342switch (message.Response.Status) 346return message.Response; 348throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 375switch (message.Response.Status) 379return message.Response; 381throw _clientDiagnostics.CreateRequestFailedException(message.Response); 416switch (message.Response.Status) 421using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 423return Response.FromValue(value, message.Response); 426throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 443switch (message.Response.Status) 448using var document = JsonDocument.Parse(message.Response.ContentStream); 450return Response.FromValue(value, message.Response); 453throw _clientDiagnostics.CreateRequestFailedException(message.Response); 479switch (message.Response.Status) 484using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 486return Response.FromValue(value, message.Response); 489throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 499switch (message.Response.Status) 504using var document = JsonDocument.Parse(message.Response.ContentStream); 506return Response.FromValue(value, message.Response); 509throw _clientDiagnostics.CreateRequestFailedException(message.Response); 544switch (message.Response.Status) 549using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 551return Response.FromValue(value, message.Response); 554throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 576switch (message.Response.Status) 581using var document = JsonDocument.Parse(message.Response.ContentStream); 583return Response.FromValue(value, message.Response); 586throw _clientDiagnostics.CreateRequestFailedException(message.Response); 616switch (message.Response.Status) 621using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 623return Response.FromValue(value, message.Response); 626throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 643switch (message.Response.Status) 648using var document = JsonDocument.Parse(message.Response.ContentStream); 650return Response.FromValue(value, message.Response); 653throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Generated\JobAgentsRestOperations.cs (42)
84switch (message.Response.Status) 89using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 91return Response.FromValue(value, message.Response); 94throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 116switch (message.Response.Status) 121using var document = JsonDocument.Parse(message.Response.ContentStream); 123return Response.FromValue(value, message.Response); 126throw _clientDiagnostics.CreateRequestFailedException(message.Response); 174switch (message.Response.Status) 179using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 181return Response.FromValue(value, message.Response); 184throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 211switch (message.Response.Status) 216using var document = JsonDocument.Parse(message.Response.ContentStream); 218return Response.FromValue(value, message.Response); 221throw _clientDiagnostics.CreateRequestFailedException(message.Response); 278switch (message.Response.Status) 283return message.Response; 285throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 317switch (message.Response.Status) 322return message.Response; 324throw _clientDiagnostics.CreateRequestFailedException(message.Response); 371switch (message.Response.Status) 376return message.Response; 378throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 405switch (message.Response.Status) 410return message.Response; 412throw _clientDiagnostics.CreateRequestFailedException(message.Response); 469switch (message.Response.Status) 473return message.Response; 475throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 507switch (message.Response.Status) 511return message.Response; 513throw _clientDiagnostics.CreateRequestFailedException(message.Response); 553switch (message.Response.Status) 558using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 560return Response.FromValue(value, message.Response); 563throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 590switch (message.Response.Status) 595using var document = JsonDocument.Parse(message.Response.ContentStream); 597return Response.FromValue(value, message.Response); 600throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Generated\JobCredentialsRestOperations.cs (38)
91switch (message.Response.Status) 96using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 98return Response.FromValue(value, message.Response); 101throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 128switch (message.Response.Status) 133using var document = JsonDocument.Parse(message.Response.ContentStream); 135return Response.FromValue(value, message.Response); 138throw _clientDiagnostics.CreateRequestFailedException(message.Response); 193switch (message.Response.Status) 198using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 200return Response.FromValue(value, message.Response); 203throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 235switch (message.Response.Status) 240using var document = JsonDocument.Parse(message.Response.ContentStream); 242return Response.FromValue(value, message.Response); 245throw _clientDiagnostics.CreateRequestFailedException(message.Response); 309switch (message.Response.Status) 315using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 317return Response.FromValue(value, message.Response); 320throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 357switch (message.Response.Status) 363using var document = JsonDocument.Parse(message.Response.ContentStream); 365return Response.FromValue(value, message.Response); 368throw _clientDiagnostics.CreateRequestFailedException(message.Response); 422switch (message.Response.Status) 426return message.Response; 428throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 460switch (message.Response.Status) 464return message.Response; 466throw _clientDiagnostics.CreateRequestFailedException(message.Response); 511switch (message.Response.Status) 516using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 518return Response.FromValue(value, message.Response); 521throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 553switch (message.Response.Status) 558using var document = JsonDocument.Parse(message.Response.ContentStream); 560return Response.FromValue(value, message.Response); 563throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Generated\JobExecutionsRestOperations.cs (58)
126switch (message.Response.Status) 131using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 133return Response.FromValue(value, message.Response); 136throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 170switch (message.Response.Status) 175using var document = JsonDocument.Parse(message.Response.ContentStream); 177return Response.FromValue(value, message.Response); 180throw _clientDiagnostics.CreateRequestFailedException(message.Response); 238switch (message.Response.Status) 241return message.Response; 243throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 276switch (message.Response.Status) 279return message.Response; 281throw _clientDiagnostics.CreateRequestFailedException(message.Response); 337switch (message.Response.Status) 341return message.Response; 343throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 375switch (message.Response.Status) 379return message.Response; 381throw _clientDiagnostics.CreateRequestFailedException(message.Response); 472switch (message.Response.Status) 477using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 479return Response.FromValue(value, message.Response); 482throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 521switch (message.Response.Status) 526using var document = JsonDocument.Parse(message.Response.ContentStream); 528return Response.FromValue(value, message.Response); 531throw _clientDiagnostics.CreateRequestFailedException(message.Response); 589switch (message.Response.Status) 594using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 596return Response.FromValue(value, message.Response); 599throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 632switch (message.Response.Status) 637using var document = JsonDocument.Parse(message.Response.ContentStream); 639return Response.FromValue(value, message.Response); 642throw _clientDiagnostics.CreateRequestFailedException(message.Response); 700switch (message.Response.Status) 705return message.Response; 707throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 740switch (message.Response.Status) 745return message.Response; 747throw _clientDiagnostics.CreateRequestFailedException(message.Response); 799switch (message.Response.Status) 804using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 806return Response.FromValue(value, message.Response); 809throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 848switch (message.Response.Status) 853using var document = JsonDocument.Parse(message.Response.ContentStream); 855return Response.FromValue(value, message.Response); 858throw _clientDiagnostics.CreateRequestFailedException(message.Response); 915switch (message.Response.Status) 920using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 922return Response.FromValue(value, message.Response); 925throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 969switch (message.Response.Status) 974using var document = JsonDocument.Parse(message.Response.ContentStream); 976return Response.FromValue(value, message.Response); 979throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Generated\JobsRestOperations.cs (38)
91switch (message.Response.Status) 96using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 98return Response.FromValue(value, message.Response); 101throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 128switch (message.Response.Status) 133using var document = JsonDocument.Parse(message.Response.ContentStream); 135return Response.FromValue(value, message.Response); 138throw _clientDiagnostics.CreateRequestFailedException(message.Response); 193switch (message.Response.Status) 198using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 200return Response.FromValue(value, message.Response); 203throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 235switch (message.Response.Status) 240using var document = JsonDocument.Parse(message.Response.ContentStream); 242return Response.FromValue(value, message.Response); 245throw _clientDiagnostics.CreateRequestFailedException(message.Response); 309switch (message.Response.Status) 315using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 317return Response.FromValue(value, message.Response); 320throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 357switch (message.Response.Status) 363using var document = JsonDocument.Parse(message.Response.ContentStream); 365return Response.FromValue(value, message.Response); 368throw _clientDiagnostics.CreateRequestFailedException(message.Response); 422switch (message.Response.Status) 426return message.Response; 428throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 460switch (message.Response.Status) 464return message.Response; 466throw _clientDiagnostics.CreateRequestFailedException(message.Response); 511switch (message.Response.Status) 516using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 518return Response.FromValue(value, message.Response); 521throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 553switch (message.Response.Status) 558using var document = JsonDocument.Parse(message.Response.ContentStream); 560return Response.FromValue(value, message.Response); 563throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Generated\JobStepExecutionsRestOperations.cs (24)
136switch (message.Response.Status) 141using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 143return Response.FromValue(value, message.Response); 146throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 186switch (message.Response.Status) 191using var document = JsonDocument.Parse(message.Response.ContentStream); 193return Response.FromValue(value, message.Response); 196throw _clientDiagnostics.CreateRequestFailedException(message.Response); 261switch (message.Response.Status) 266using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 268return Response.FromValue(value, message.Response); 271throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 309switch (message.Response.Status) 314using var document = JsonDocument.Parse(message.Response.ContentStream); 316return Response.FromValue(value, message.Response); 319throw _clientDiagnostics.CreateRequestFailedException(message.Response); 377switch (message.Response.Status) 382using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 384return Response.FromValue(value, message.Response); 387throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 432switch (message.Response.Status) 437using var document = JsonDocument.Parse(message.Response.ContentStream); 439return Response.FromValue(value, message.Response); 442throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Generated\JobStepsRestOperations.cs (62)
101switch (message.Response.Status) 106using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 108return Response.FromValue(value, message.Response); 111throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 144switch (message.Response.Status) 149using var document = JsonDocument.Parse(message.Response.ContentStream); 151return Response.FromValue(value, message.Response); 154throw _clientDiagnostics.CreateRequestFailedException(message.Response); 219switch (message.Response.Status) 224using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 226return Response.FromValue(value, message.Response); 229throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 267switch (message.Response.Status) 272using var document = JsonDocument.Parse(message.Response.ContentStream); 274return Response.FromValue(value, message.Response); 277throw _clientDiagnostics.CreateRequestFailedException(message.Response); 333switch (message.Response.Status) 338using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 340return Response.FromValue(value, message.Response); 343throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 375switch (message.Response.Status) 380using var document = JsonDocument.Parse(message.Response.ContentStream); 382return Response.FromValue(value, message.Response); 385throw _clientDiagnostics.CreateRequestFailedException(message.Response); 447switch (message.Response.Status) 452using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 454return Response.FromValue(value, message.Response); 457throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 494switch (message.Response.Status) 499using var document = JsonDocument.Parse(message.Response.ContentStream); 501return Response.FromValue(value, message.Response); 504throw _clientDiagnostics.CreateRequestFailedException(message.Response); 575switch (message.Response.Status) 581using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 583return Response.FromValue(value, message.Response); 586throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 628switch (message.Response.Status) 634using var document = JsonDocument.Parse(message.Response.ContentStream); 636return Response.FromValue(value, message.Response); 639throw _clientDiagnostics.CreateRequestFailedException(message.Response); 700switch (message.Response.Status) 704return message.Response; 706throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 743switch (message.Response.Status) 747return message.Response; 749throw _clientDiagnostics.CreateRequestFailedException(message.Response); 800switch (message.Response.Status) 805using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 807return Response.FromValue(value, message.Response); 810throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 848switch (message.Response.Status) 853using var document = JsonDocument.Parse(message.Response.ContentStream); 855return Response.FromValue(value, message.Response); 858throw _clientDiagnostics.CreateRequestFailedException(message.Response); 908switch (message.Response.Status) 913using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 915return Response.FromValue(value, message.Response); 918throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 955switch (message.Response.Status) 960using var document = JsonDocument.Parse(message.Response.ContentStream); 962return Response.FromValue(value, message.Response); 965throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Generated\JobTargetExecutionsRestOperations.cs (40)
136switch (message.Response.Status) 141using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 143return Response.FromValue(value, message.Response); 146throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 186switch (message.Response.Status) 191using var document = JsonDocument.Parse(message.Response.ContentStream); 193return Response.FromValue(value, message.Response); 196throw _clientDiagnostics.CreateRequestFailedException(message.Response); 297switch (message.Response.Status) 302using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 304return Response.FromValue(value, message.Response); 307throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 352switch (message.Response.Status) 357using var document = JsonDocument.Parse(message.Response.ContentStream); 359return Response.FromValue(value, message.Response); 362throw _clientDiagnostics.CreateRequestFailedException(message.Response); 430switch (message.Response.Status) 435using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 437return Response.FromValue(value, message.Response); 440throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 479switch (message.Response.Status) 484using var document = JsonDocument.Parse(message.Response.ContentStream); 486return Response.FromValue(value, message.Response); 489throw _clientDiagnostics.CreateRequestFailedException(message.Response); 547switch (message.Response.Status) 552using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 554return Response.FromValue(value, message.Response); 557throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 602switch (message.Response.Status) 607using var document = JsonDocument.Parse(message.Response.ContentStream); 609return Response.FromValue(value, message.Response); 612throw _clientDiagnostics.CreateRequestFailedException(message.Response); 675switch (message.Response.Status) 680using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 682return Response.FromValue(value, message.Response); 685throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 735switch (message.Response.Status) 740using var document = JsonDocument.Parse(message.Response.ContentStream); 742return Response.FromValue(value, message.Response); 745throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Generated\JobTargetGroupsRestOperations.cs (38)
91switch (message.Response.Status) 96using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 98return Response.FromValue(value, message.Response); 101throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 128switch (message.Response.Status) 133using var document = JsonDocument.Parse(message.Response.ContentStream); 135return Response.FromValue(value, message.Response); 138throw _clientDiagnostics.CreateRequestFailedException(message.Response); 193switch (message.Response.Status) 198using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 200return Response.FromValue(value, message.Response); 203throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 235switch (message.Response.Status) 240using var document = JsonDocument.Parse(message.Response.ContentStream); 242return Response.FromValue(value, message.Response); 245throw _clientDiagnostics.CreateRequestFailedException(message.Response); 309switch (message.Response.Status) 315using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 317return Response.FromValue(value, message.Response); 320throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 357switch (message.Response.Status) 363using var document = JsonDocument.Parse(message.Response.ContentStream); 365return Response.FromValue(value, message.Response); 368throw _clientDiagnostics.CreateRequestFailedException(message.Response); 422switch (message.Response.Status) 426return message.Response; 428throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 460switch (message.Response.Status) 464return message.Response; 466throw _clientDiagnostics.CreateRequestFailedException(message.Response); 511switch (message.Response.Status) 516using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 518return Response.FromValue(value, message.Response); 521throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 553switch (message.Response.Status) 558using var document = JsonDocument.Parse(message.Response.ContentStream); 560return Response.FromValue(value, message.Response); 563throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Generated\JobVersionsRestOperations.cs (24)
98switch (message.Response.Status) 103using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 105return Response.FromValue(value, message.Response); 108throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 140switch (message.Response.Status) 145using var document = JsonDocument.Parse(message.Response.ContentStream); 147return Response.FromValue(value, message.Response); 150throw _clientDiagnostics.CreateRequestFailedException(message.Response); 208switch (message.Response.Status) 213using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 215return Response.FromValue(value, message.Response); 218throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 251switch (message.Response.Status) 256using var document = JsonDocument.Parse(message.Response.ContentStream); 258return Response.FromValue(value, message.Response); 261throw _clientDiagnostics.CreateRequestFailedException(message.Response); 311switch (message.Response.Status) 316using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 318return Response.FromValue(value, message.Response); 321throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 358switch (message.Response.Status) 363using var document = JsonDocument.Parse(message.Response.ContentStream); 365return Response.FromValue(value, message.Response); 368throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Generated\LongTermRetentionBackupsRestOperations.cs (124)
104switch (message.Response.Status) 109using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 111return Response.FromValue(value, message.Response); 114throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 151switch (message.Response.Status) 156using var document = JsonDocument.Parse(message.Response.ContentStream); 158return Response.FromValue(value, message.Response); 161throw _clientDiagnostics.CreateRequestFailedException(message.Response); 222switch (message.Response.Status) 226return message.Response; 228throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 265switch (message.Response.Status) 269return message.Response; 271throw _clientDiagnostics.CreateRequestFailedException(message.Response); 337switch (message.Response.Status) 342using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 344return Response.FromValue(value, message.Response); 347throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 381switch (message.Response.Status) 386using var document = JsonDocument.Parse(message.Response.ContentStream); 388return Response.FromValue(value, message.Response); 391throw _clientDiagnostics.CreateRequestFailedException(message.Response); 443switch (message.Response.Status) 448using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 450return Response.FromValue(value, message.Response); 453throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 477switch (message.Response.Status) 482using var document = JsonDocument.Parse(message.Response.ContentStream); 484return Response.FromValue(value, message.Response); 487throw _clientDiagnostics.CreateRequestFailedException(message.Response); 546switch (message.Response.Status) 551using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 553return Response.FromValue(value, message.Response); 556throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 585switch (message.Response.Status) 590using var document = JsonDocument.Parse(message.Response.ContentStream); 592return Response.FromValue(value, message.Response); 595throw _clientDiagnostics.CreateRequestFailedException(message.Response); 650switch (message.Response.Status) 655using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 657return Response.FromValue(value, message.Response); 660throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 692switch (message.Response.Status) 697using var document = JsonDocument.Parse(message.Response.ContentStream); 699return Response.FromValue(value, message.Response); 702throw _clientDiagnostics.CreateRequestFailedException(message.Response); 756switch (message.Response.Status) 760return message.Response; 762throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 794switch (message.Response.Status) 798return message.Response; 800throw _clientDiagnostics.CreateRequestFailedException(message.Response); 859switch (message.Response.Status) 864using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 866return Response.FromValue(value, message.Response); 869throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 898switch (message.Response.Status) 903using var document = JsonDocument.Parse(message.Response.ContentStream); 905return Response.FromValue(value, message.Response); 908throw _clientDiagnostics.CreateRequestFailedException(message.Response); 953switch (message.Response.Status) 958using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 960return Response.FromValue(value, message.Response); 963throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 982switch (message.Response.Status) 987using var document = JsonDocument.Parse(message.Response.ContentStream); 989return Response.FromValue(value, message.Response); 992throw _clientDiagnostics.CreateRequestFailedException(message.Response); 1044switch (message.Response.Status) 1049using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 1051return Response.FromValue(value, message.Response); 1054throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 1078switch (message.Response.Status) 1083using var document = JsonDocument.Parse(message.Response.ContentStream); 1085return Response.FromValue(value, message.Response); 1088throw _clientDiagnostics.CreateRequestFailedException(message.Response); 1140switch (message.Response.Status) 1145using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 1147return Response.FromValue(value, message.Response); 1150throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 1189switch (message.Response.Status) 1194using var document = JsonDocument.Parse(message.Response.ContentStream); 1196return Response.FromValue(value, message.Response); 1199throw _clientDiagnostics.CreateRequestFailedException(message.Response); 1241switch (message.Response.Status) 1246using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 1248return Response.FromValue(value, message.Response); 1251throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 1280switch (message.Response.Status) 1285using var document = JsonDocument.Parse(message.Response.ContentStream); 1287return Response.FromValue(value, message.Response); 1290throw _clientDiagnostics.CreateRequestFailedException(message.Response); 1337switch (message.Response.Status) 1342using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 1344return Response.FromValue(value, message.Response); 1347throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 1381switch (message.Response.Status) 1386using var document = JsonDocument.Parse(message.Response.ContentStream); 1388return Response.FromValue(value, message.Response); 1391throw _clientDiagnostics.CreateRequestFailedException(message.Response); 1438switch (message.Response.Status) 1443using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 1445return Response.FromValue(value, message.Response); 1448throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 1482switch (message.Response.Status) 1487using var document = JsonDocument.Parse(message.Response.ContentStream); 1489return Response.FromValue(value, message.Response); 1492throw _clientDiagnostics.CreateRequestFailedException(message.Response); 1529switch (message.Response.Status) 1534using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 1536return Response.FromValue(value, message.Response); 1539throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 1563switch (message.Response.Status) 1568using var document = JsonDocument.Parse(message.Response.ContentStream); 1570return Response.FromValue(value, message.Response); 1573throw _clientDiagnostics.CreateRequestFailedException(message.Response); 1615switch (message.Response.Status) 1620using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 1622return Response.FromValue(value, message.Response); 1625throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 1654switch (message.Response.Status) 1659using var document = JsonDocument.Parse(message.Response.ContentStream); 1661return Response.FromValue(value, message.Response); 1664throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Generated\LongTermRetentionManagedInstanceBackupsRestOperations.cs (124)
97switch (message.Response.Status) 102using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 104return Response.FromValue(value, message.Response); 107throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 139switch (message.Response.Status) 144using var document = JsonDocument.Parse(message.Response.ContentStream); 146return Response.FromValue(value, message.Response); 149throw _clientDiagnostics.CreateRequestFailedException(message.Response); 203switch (message.Response.Status) 207return message.Response; 209throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 241switch (message.Response.Status) 245return message.Response; 247throw _clientDiagnostics.CreateRequestFailedException(message.Response); 306switch (message.Response.Status) 311using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 313return Response.FromValue(value, message.Response); 316throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 345switch (message.Response.Status) 350using var document = JsonDocument.Parse(message.Response.ContentStream); 352return Response.FromValue(value, message.Response); 355throw _clientDiagnostics.CreateRequestFailedException(message.Response); 407switch (message.Response.Status) 412using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 414return Response.FromValue(value, message.Response); 417throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 441switch (message.Response.Status) 446using var document = JsonDocument.Parse(message.Response.ContentStream); 448return Response.FromValue(value, message.Response); 451throw _clientDiagnostics.CreateRequestFailedException(message.Response); 496switch (message.Response.Status) 501using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 503return Response.FromValue(value, message.Response); 506throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 525switch (message.Response.Status) 530using var document = JsonDocument.Parse(message.Response.ContentStream); 532return Response.FromValue(value, message.Response); 535throw _clientDiagnostics.CreateRequestFailedException(message.Response); 597switch (message.Response.Status) 602using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 604return Response.FromValue(value, message.Response); 607throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 644switch (message.Response.Status) 649using var document = JsonDocument.Parse(message.Response.ContentStream); 651return Response.FromValue(value, message.Response); 654throw _clientDiagnostics.CreateRequestFailedException(message.Response); 715switch (message.Response.Status) 719return message.Response; 721throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 758switch (message.Response.Status) 762return message.Response; 764throw _clientDiagnostics.CreateRequestFailedException(message.Response); 830switch (message.Response.Status) 835using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 837return Response.FromValue(value, message.Response); 840throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 874switch (message.Response.Status) 879using var document = JsonDocument.Parse(message.Response.ContentStream); 881return Response.FromValue(value, message.Response); 884throw _clientDiagnostics.CreateRequestFailedException(message.Response); 943switch (message.Response.Status) 948using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 950return Response.FromValue(value, message.Response); 953throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 982switch (message.Response.Status) 987using var document = JsonDocument.Parse(message.Response.ContentStream); 989return Response.FromValue(value, message.Response); 992throw _clientDiagnostics.CreateRequestFailedException(message.Response); 1044switch (message.Response.Status) 1049using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 1051return Response.FromValue(value, message.Response); 1054throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 1078switch (message.Response.Status) 1083using var document = JsonDocument.Parse(message.Response.ContentStream); 1085return Response.FromValue(value, message.Response); 1088throw _clientDiagnostics.CreateRequestFailedException(message.Response); 1135switch (message.Response.Status) 1140using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 1142return Response.FromValue(value, message.Response); 1145throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 1179switch (message.Response.Status) 1184using var document = JsonDocument.Parse(message.Response.ContentStream); 1186return Response.FromValue(value, message.Response); 1189throw _clientDiagnostics.CreateRequestFailedException(message.Response); 1231switch (message.Response.Status) 1236using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 1238return Response.FromValue(value, message.Response); 1241throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 1270switch (message.Response.Status) 1275using var document = JsonDocument.Parse(message.Response.ContentStream); 1277return Response.FromValue(value, message.Response); 1280throw _clientDiagnostics.CreateRequestFailedException(message.Response); 1317switch (message.Response.Status) 1322using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 1324return Response.FromValue(value, message.Response); 1327throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 1351switch (message.Response.Status) 1356using var document = JsonDocument.Parse(message.Response.ContentStream); 1358return Response.FromValue(value, message.Response); 1361throw _clientDiagnostics.CreateRequestFailedException(message.Response); 1413switch (message.Response.Status) 1418using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 1420return Response.FromValue(value, message.Response); 1423throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 1462switch (message.Response.Status) 1467using var document = JsonDocument.Parse(message.Response.ContentStream); 1469return Response.FromValue(value, message.Response); 1472throw _clientDiagnostics.CreateRequestFailedException(message.Response); 1519switch (message.Response.Status) 1524using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 1526return Response.FromValue(value, message.Response); 1529throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 1563switch (message.Response.Status) 1568using var document = JsonDocument.Parse(message.Response.ContentStream); 1570return Response.FromValue(value, message.Response); 1573throw _clientDiagnostics.CreateRequestFailedException(message.Response); 1615switch (message.Response.Status) 1620using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 1622return Response.FromValue(value, message.Response); 1625throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 1654switch (message.Response.Status) 1659using var document = JsonDocument.Parse(message.Response.ContentStream); 1661return Response.FromValue(value, message.Response); 1664throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Generated\ManagedBackupShortTermRetentionPoliciesRestOperations.cs (36)
93switch (message.Response.Status) 98using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 100return Response.FromValue(value, message.Response); 103throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 131switch (message.Response.Status) 136using var document = JsonDocument.Parse(message.Response.ContentStream); 138return Response.FromValue(value, message.Response); 141throw _clientDiagnostics.CreateRequestFailedException(message.Response); 201switch (message.Response.Status) 205return message.Response; 207throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 240switch (message.Response.Status) 244return message.Response; 246throw _clientDiagnostics.CreateRequestFailedException(message.Response); 306switch (message.Response.Status) 310return message.Response; 312throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 345switch (message.Response.Status) 349return message.Response; 351throw _clientDiagnostics.CreateRequestFailedException(message.Response); 400switch (message.Response.Status) 405using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 407return Response.FromValue(value, message.Response); 410throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 437switch (message.Response.Status) 442using var document = JsonDocument.Parse(message.Response.ContentStream); 444return Response.FromValue(value, message.Response); 447throw _clientDiagnostics.CreateRequestFailedException(message.Response); 492switch (message.Response.Status) 497using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 499return Response.FromValue(value, message.Response); 502throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 534switch (message.Response.Status) 539using var document = JsonDocument.Parse(message.Response.ContentStream); 541return Response.FromValue(value, message.Response); 544throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Generated\ManagedDatabaseRestoreDetailsRestOperations.cs (8)
93switch (message.Response.Status) 98using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 100return Response.FromValue(value, message.Response); 103throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 131switch (message.Response.Status) 136using var document = JsonDocument.Parse(message.Response.ContentStream); 138return Response.FromValue(value, message.Response); 141throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Generated\ManagedDatabaseSecurityAlertPoliciesRestOperations.cs (32)
93switch (message.Response.Status) 98using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 100return Response.FromValue(value, message.Response); 103throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 131switch (message.Response.Status) 136using var document = JsonDocument.Parse(message.Response.ContentStream); 138return Response.FromValue(value, message.Response); 141throw _clientDiagnostics.CreateRequestFailedException(message.Response); 201switch (message.Response.Status) 207using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 209return Response.FromValue(value, message.Response); 212throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 245switch (message.Response.Status) 251using var document = JsonDocument.Parse(message.Response.ContentStream); 253return Response.FromValue(value, message.Response); 256throw _clientDiagnostics.CreateRequestFailedException(message.Response); 305switch (message.Response.Status) 310using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 312return Response.FromValue(value, message.Response); 315throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 342switch (message.Response.Status) 347using var document = JsonDocument.Parse(message.Response.ContentStream); 349return Response.FromValue(value, message.Response); 352throw _clientDiagnostics.CreateRequestFailedException(message.Response); 397switch (message.Response.Status) 402using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 404return Response.FromValue(value, message.Response); 407throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 439switch (message.Response.Status) 444using var document = JsonDocument.Parse(message.Response.ContentStream); 446return Response.FromValue(value, message.Response); 449throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Generated\ManagedDatabaseSensitivityLabelsRestOperations.cs (66)
114switch (message.Response.Status) 119using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 121return Response.FromValue(value, message.Response); 124throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 167switch (message.Response.Status) 172using var document = JsonDocument.Parse(message.Response.ContentStream); 174return Response.FromValue(value, message.Response); 177throw _clientDiagnostics.CreateRequestFailedException(message.Response); 257switch (message.Response.Status) 263using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 265return Response.FromValue(value, message.Response); 268throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 315switch (message.Response.Status) 321using var document = JsonDocument.Parse(message.Response.ContentStream); 323return Response.FromValue(value, message.Response); 326throw _clientDiagnostics.CreateRequestFailedException(message.Response); 396switch (message.Response.Status) 399return message.Response; 401throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 443switch (message.Response.Status) 446return message.Response; 448throw _clientDiagnostics.CreateRequestFailedException(message.Response); 519switch (message.Response.Status) 522return message.Response; 524throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 566switch (message.Response.Status) 569return message.Response; 571throw _clientDiagnostics.CreateRequestFailedException(message.Response); 642switch (message.Response.Status) 645return message.Response; 647throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 689switch (message.Response.Status) 692return message.Response; 694throw _clientDiagnostics.CreateRequestFailedException(message.Response); 748switch (message.Response.Status) 753using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 755return Response.FromValue(value, message.Response); 758throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 786switch (message.Response.Status) 791using var document = JsonDocument.Parse(message.Response.ContentStream); 793return Response.FromValue(value, message.Response); 796throw _clientDiagnostics.CreateRequestFailedException(message.Response); 860switch (message.Response.Status) 865using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 867return Response.FromValue(value, message.Response); 870throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 900switch (message.Response.Status) 905using var document = JsonDocument.Parse(message.Response.ContentStream); 907return Response.FromValue(value, message.Response); 910throw _clientDiagnostics.CreateRequestFailedException(message.Response); 956switch (message.Response.Status) 961using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 963return Response.FromValue(value, message.Response); 966throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 999switch (message.Response.Status) 1004using var document = JsonDocument.Parse(message.Response.ContentStream); 1006return Response.FromValue(value, message.Response); 1009throw _clientDiagnostics.CreateRequestFailedException(message.Response); 1057switch (message.Response.Status) 1062using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 1064return Response.FromValue(value, message.Response); 1067throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 1102switch (message.Response.Status) 1107using var document = JsonDocument.Parse(message.Response.ContentStream); 1109return Response.FromValue(value, message.Response); 1112throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Generated\ManagedDatabasesRestOperations.cs (64)
84switch (message.Response.Status) 89using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 91return Response.FromValue(value, message.Response); 94throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 116switch (message.Response.Status) 121using var document = JsonDocument.Parse(message.Response.ContentStream); 123return Response.FromValue(value, message.Response); 126throw _clientDiagnostics.CreateRequestFailedException(message.Response); 174switch (message.Response.Status) 179using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 181return Response.FromValue(value, message.Response); 184throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 211switch (message.Response.Status) 216using var document = JsonDocument.Parse(message.Response.ContentStream); 218return Response.FromValue(value, message.Response); 221throw _clientDiagnostics.CreateRequestFailedException(message.Response); 278switch (message.Response.Status) 283return message.Response; 285throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 317switch (message.Response.Status) 322return message.Response; 324throw _clientDiagnostics.CreateRequestFailedException(message.Response); 371switch (message.Response.Status) 376return message.Response; 378throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 405switch (message.Response.Status) 410return message.Response; 412throw _clientDiagnostics.CreateRequestFailedException(message.Response); 469switch (message.Response.Status) 473return message.Response; 475throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 507switch (message.Response.Status) 511return message.Response; 513throw _clientDiagnostics.CreateRequestFailedException(message.Response); 555switch (message.Response.Status) 560using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 562return Response.FromValue(value, message.Response); 565throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 587switch (message.Response.Status) 592using var document = JsonDocument.Parse(message.Response.ContentStream); 594return Response.FromValue(value, message.Response); 597throw _clientDiagnostics.CreateRequestFailedException(message.Response); 654switch (message.Response.Status) 658return message.Response; 660throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 692switch (message.Response.Status) 696return message.Response; 698throw _clientDiagnostics.CreateRequestFailedException(message.Response); 738switch (message.Response.Status) 743using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 745return Response.FromValue(value, message.Response); 748throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 775switch (message.Response.Status) 780using var document = JsonDocument.Parse(message.Response.ContentStream); 782return Response.FromValue(value, message.Response); 785throw _clientDiagnostics.CreateRequestFailedException(message.Response); 825switch (message.Response.Status) 830using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 832return Response.FromValue(value, message.Response); 835throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 862switch (message.Response.Status) 867using var document = JsonDocument.Parse(message.Response.ContentStream); 869return Response.FromValue(value, message.Response); 872throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Generated\ManagedDatabaseVulnerabilityAssessmentRuleBaselinesRestOperations.cs (22)
103switch (message.Response.Status) 108using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 110return Response.FromValue(value, message.Response); 113throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 147switch (message.Response.Status) 152using var document = JsonDocument.Parse(message.Response.ContentStream); 154return Response.FromValue(value, message.Response); 157throw _clientDiagnostics.CreateRequestFailedException(message.Response); 227switch (message.Response.Status) 232using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 234return Response.FromValue(value, message.Response); 237throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 276switch (message.Response.Status) 281using var document = JsonDocument.Parse(message.Response.ContentStream); 283return Response.FromValue(value, message.Response); 286throw _clientDiagnostics.CreateRequestFailedException(message.Response); 346switch (message.Response.Status) 349return message.Response; 351throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 385switch (message.Response.Status) 388return message.Response; 390throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Generated\ManagedDatabaseVulnerabilityAssessmentScansRestOperations.cs (38)
94switch (message.Response.Status) 99using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 101return Response.FromValue(value, message.Response); 104throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 132switch (message.Response.Status) 137using var document = JsonDocument.Parse(message.Response.ContentStream); 139return Response.FromValue(value, message.Response); 142throw _clientDiagnostics.CreateRequestFailedException(message.Response); 200switch (message.Response.Status) 205using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 207return Response.FromValue(value, message.Response); 210throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 243switch (message.Response.Status) 248using var document = JsonDocument.Parse(message.Response.ContentStream); 250return Response.FromValue(value, message.Response); 253throw _clientDiagnostics.CreateRequestFailedException(message.Response); 311switch (message.Response.Status) 315return message.Response; 317throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 350switch (message.Response.Status) 354return message.Response; 356throw _clientDiagnostics.CreateRequestFailedException(message.Response); 415switch (message.Response.Status) 421using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 423return Response.FromValue(value, message.Response); 426throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 459switch (message.Response.Status) 465using var document = JsonDocument.Parse(message.Response.ContentStream); 467return Response.FromValue(value, message.Response); 470throw _clientDiagnostics.CreateRequestFailedException(message.Response); 516switch (message.Response.Status) 521using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 523return Response.FromValue(value, message.Response); 526throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 559switch (message.Response.Status) 564using var document = JsonDocument.Parse(message.Response.ContentStream); 566return Response.FromValue(value, message.Response); 569throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Generated\ManagedDatabaseVulnerabilityAssessmentsRestOperations.cs (38)
93switch (message.Response.Status) 98using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 100return Response.FromValue(value, message.Response); 103throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 131switch (message.Response.Status) 136using var document = JsonDocument.Parse(message.Response.ContentStream); 138return Response.FromValue(value, message.Response); 141throw _clientDiagnostics.CreateRequestFailedException(message.Response); 201switch (message.Response.Status) 207using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 209return Response.FromValue(value, message.Response); 212throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 245switch (message.Response.Status) 251using var document = JsonDocument.Parse(message.Response.ContentStream); 253return Response.FromValue(value, message.Response); 256throw _clientDiagnostics.CreateRequestFailedException(message.Response); 306switch (message.Response.Status) 309return message.Response; 311throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 339switch (message.Response.Status) 342return message.Response; 344throw _clientDiagnostics.CreateRequestFailedException(message.Response); 393switch (message.Response.Status) 398using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 400return Response.FromValue(value, message.Response); 403throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 430switch (message.Response.Status) 435using var document = JsonDocument.Parse(message.Response.ContentStream); 437return Response.FromValue(value, message.Response); 440throw _clientDiagnostics.CreateRequestFailedException(message.Response); 485switch (message.Response.Status) 490using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 492return Response.FromValue(value, message.Response); 495throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 527switch (message.Response.Status) 532using var document = JsonDocument.Parse(message.Response.ContentStream); 534return Response.FromValue(value, message.Response); 537throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Generated\ManagedInstanceAdministratorsRestOperations.cs (36)
84switch (message.Response.Status) 89using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 91return Response.FromValue(value, message.Response); 94throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 116switch (message.Response.Status) 121using var document = JsonDocument.Parse(message.Response.ContentStream); 123return Response.FromValue(value, message.Response); 126throw _clientDiagnostics.CreateRequestFailedException(message.Response); 169switch (message.Response.Status) 174using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 176return Response.FromValue(value, message.Response); 179throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 201switch (message.Response.Status) 206using var document = JsonDocument.Parse(message.Response.ContentStream); 208return Response.FromValue(value, message.Response); 211throw _clientDiagnostics.CreateRequestFailedException(message.Response); 263switch (message.Response.Status) 268return message.Response; 270throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 297switch (message.Response.Status) 302return message.Response; 304throw _clientDiagnostics.CreateRequestFailedException(message.Response); 346switch (message.Response.Status) 350return message.Response; 352throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 374switch (message.Response.Status) 378return message.Response; 380throw _clientDiagnostics.CreateRequestFailedException(message.Response); 420switch (message.Response.Status) 425using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 427return Response.FromValue(value, message.Response); 430throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 457switch (message.Response.Status) 462using var document = JsonDocument.Parse(message.Response.ContentStream); 464return Response.FromValue(value, message.Response); 467throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Generated\ManagedInstanceEncryptionProtectorsRestOperations.cs (36)
86switch (message.Response.Status) 90return message.Response; 92throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 115switch (message.Response.Status) 119return message.Response; 121throw _clientDiagnostics.CreateRequestFailedException(message.Response); 163switch (message.Response.Status) 168using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 170return Response.FromValue(value, message.Response); 173throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 195switch (message.Response.Status) 200using var document = JsonDocument.Parse(message.Response.ContentStream); 202return Response.FromValue(value, message.Response); 205throw _clientDiagnostics.CreateRequestFailedException(message.Response); 249switch (message.Response.Status) 254using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 256return Response.FromValue(value, message.Response); 259throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 282switch (message.Response.Status) 287using var document = JsonDocument.Parse(message.Response.ContentStream); 289return Response.FromValue(value, message.Response); 292throw _clientDiagnostics.CreateRequestFailedException(message.Response); 345switch (message.Response.Status) 349return message.Response; 351throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 379switch (message.Response.Status) 383return message.Response; 385throw _clientDiagnostics.CreateRequestFailedException(message.Response); 425switch (message.Response.Status) 430using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 432return Response.FromValue(value, message.Response); 435throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 462switch (message.Response.Status) 467using var document = JsonDocument.Parse(message.Response.ContentStream); 469return Response.FromValue(value, message.Response); 472throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Generated\ManagedInstanceKeysRestOperations.cs (36)
89switch (message.Response.Status) 94using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 96return Response.FromValue(value, message.Response); 99throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 122switch (message.Response.Status) 127using var document = JsonDocument.Parse(message.Response.ContentStream); 129return Response.FromValue(value, message.Response); 132throw _clientDiagnostics.CreateRequestFailedException(message.Response); 180switch (message.Response.Status) 185using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 187return Response.FromValue(value, message.Response); 190throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 217switch (message.Response.Status) 222using var document = JsonDocument.Parse(message.Response.ContentStream); 224return Response.FromValue(value, message.Response); 227throw _clientDiagnostics.CreateRequestFailedException(message.Response); 284switch (message.Response.Status) 289return message.Response; 291throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 323switch (message.Response.Status) 328return message.Response; 330throw _clientDiagnostics.CreateRequestFailedException(message.Response); 377switch (message.Response.Status) 382return message.Response; 384throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 411switch (message.Response.Status) 416return message.Response; 418throw _clientDiagnostics.CreateRequestFailedException(message.Response); 459switch (message.Response.Status) 464using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 466return Response.FromValue(value, message.Response); 469throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 497switch (message.Response.Status) 502using var document = JsonDocument.Parse(message.Response.ContentStream); 504return Response.FromValue(value, message.Response); 507throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Generated\ManagedInstanceLongTermRetentionPoliciesRestOperations.cs (30)
93switch (message.Response.Status) 98using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 100return Response.FromValue(value, message.Response); 103throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 131switch (message.Response.Status) 136using var document = JsonDocument.Parse(message.Response.ContentStream); 138return Response.FromValue(value, message.Response); 141throw _clientDiagnostics.CreateRequestFailedException(message.Response); 201switch (message.Response.Status) 205return message.Response; 207throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 240switch (message.Response.Status) 244return message.Response; 246throw _clientDiagnostics.CreateRequestFailedException(message.Response); 295switch (message.Response.Status) 300using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 302return Response.FromValue(value, message.Response); 305throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 332switch (message.Response.Status) 337using var document = JsonDocument.Parse(message.Response.ContentStream); 339return Response.FromValue(value, message.Response); 342throw _clientDiagnostics.CreateRequestFailedException(message.Response); 387switch (message.Response.Status) 392using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 394return Response.FromValue(value, message.Response); 397throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 429switch (message.Response.Status) 434using var document = JsonDocument.Parse(message.Response.ContentStream); 436return Response.FromValue(value, message.Response); 439throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Generated\ManagedInstanceRestOperations.cs (30)
86switch (message.Response.Status) 89return message.Response; 91throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 114switch (message.Response.Status) 117return message.Response; 119throw _clientDiagnostics.CreateRequestFailedException(message.Response); 161switch (message.Response.Status) 166using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 168return Response.FromValue(value, message.Response); 171throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 193switch (message.Response.Status) 198using var document = JsonDocument.Parse(message.Response.ContentStream); 200return Response.FromValue(value, message.Response); 203throw _clientDiagnostics.CreateRequestFailedException(message.Response); 247switch (message.Response.Status) 252using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 254return Response.FromValue(value, message.Response); 257throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 280switch (message.Response.Status) 285using var document = JsonDocument.Parse(message.Response.ContentStream); 287return Response.FromValue(value, message.Response); 290throw _clientDiagnostics.CreateRequestFailedException(message.Response); 330switch (message.Response.Status) 335using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 337return Response.FromValue(value, message.Response); 340throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 367switch (message.Response.Status) 372using var document = JsonDocument.Parse(message.Response.ContentStream); 374return Response.FromValue(value, message.Response); 377throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Generated\ManagedInstancesRestOperations.cs (80)
88switch (message.Response.Status) 92return message.Response; 94throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 117switch (message.Response.Status) 121return message.Response; 123throw _clientDiagnostics.CreateRequestFailedException(message.Response); 158switch (message.Response.Status) 163using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 165return Response.FromValue(value, message.Response); 168throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 185switch (message.Response.Status) 190using var document = JsonDocument.Parse(message.Response.ContentStream); 192return Response.FromValue(value, message.Response); 195throw _clientDiagnostics.CreateRequestFailedException(message.Response); 236switch (message.Response.Status) 241using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 243return Response.FromValue(value, message.Response); 246throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 268switch (message.Response.Status) 273using var document = JsonDocument.Parse(message.Response.ContentStream); 275return Response.FromValue(value, message.Response); 278throw _clientDiagnostics.CreateRequestFailedException(message.Response); 328switch (message.Response.Status) 333return message.Response; 335throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 362switch (message.Response.Status) 367return message.Response; 369throw _clientDiagnostics.CreateRequestFailedException(message.Response); 409switch (message.Response.Status) 414return message.Response; 416throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 438switch (message.Response.Status) 443return message.Response; 445throw _clientDiagnostics.CreateRequestFailedException(message.Response); 495switch (message.Response.Status) 499return message.Response; 501throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 528switch (message.Response.Status) 532return message.Response; 534throw _clientDiagnostics.CreateRequestFailedException(message.Response); 576switch (message.Response.Status) 581using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 583return Response.FromValue(value, message.Response); 586throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 608switch (message.Response.Status) 613using var document = JsonDocument.Parse(message.Response.ContentStream); 615return Response.FromValue(value, message.Response); 618throw _clientDiagnostics.CreateRequestFailedException(message.Response); 644switch (message.Response.Status) 649using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 651return Response.FromValue(value, message.Response); 654throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 664switch (message.Response.Status) 669using var document = JsonDocument.Parse(message.Response.ContentStream); 671return Response.FromValue(value, message.Response); 674throw _clientDiagnostics.CreateRequestFailedException(message.Response); 709switch (message.Response.Status) 714using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 716return Response.FromValue(value, message.Response); 719throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 741switch (message.Response.Status) 746using var document = JsonDocument.Parse(message.Response.ContentStream); 748return Response.FromValue(value, message.Response); 751throw _clientDiagnostics.CreateRequestFailedException(message.Response); 791switch (message.Response.Status) 796using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 798return Response.FromValue(value, message.Response); 801throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 828switch (message.Response.Status) 833using var document = JsonDocument.Parse(message.Response.ContentStream); 835return Response.FromValue(value, message.Response); 838throw _clientDiagnostics.CreateRequestFailedException(message.Response); 868switch (message.Response.Status) 873using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 875return Response.FromValue(value, message.Response); 878throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 895switch (message.Response.Status) 900using var document = JsonDocument.Parse(message.Response.ContentStream); 902return Response.FromValue(value, message.Response); 905throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Generated\ManagedInstanceTdeCertificatesRestOperations.cs (6)
91switch (message.Response.Status) 95return message.Response; 97throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 124switch (message.Response.Status) 128return message.Response; 130throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Generated\ManagedInstanceVulnerabilityAssessmentsRestOperations.cs (38)
86switch (message.Response.Status) 91using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 93return Response.FromValue(value, message.Response); 96throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 119switch (message.Response.Status) 124using var document = JsonDocument.Parse(message.Response.ContentStream); 126return Response.FromValue(value, message.Response); 129throw _clientDiagnostics.CreateRequestFailedException(message.Response); 182switch (message.Response.Status) 188using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 190return Response.FromValue(value, message.Response); 193throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 221switch (message.Response.Status) 227using var document = JsonDocument.Parse(message.Response.ContentStream); 229return Response.FromValue(value, message.Response); 232throw _clientDiagnostics.CreateRequestFailedException(message.Response); 275switch (message.Response.Status) 278return message.Response; 280throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 303switch (message.Response.Status) 306return message.Response; 308throw _clientDiagnostics.CreateRequestFailedException(message.Response); 350switch (message.Response.Status) 355using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 357return Response.FromValue(value, message.Response); 360throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 382switch (message.Response.Status) 387using var document = JsonDocument.Parse(message.Response.ContentStream); 389return Response.FromValue(value, message.Response); 392throw _clientDiagnostics.CreateRequestFailedException(message.Response); 432switch (message.Response.Status) 437using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 439return Response.FromValue(value, message.Response); 442throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 469switch (message.Response.Status) 474using var document = JsonDocument.Parse(message.Response.ContentStream); 476return Response.FromValue(value, message.Response); 479throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Generated\ManagedRestorableDroppedDatabaseBackupShortTermRetentionPoliciesRestOperations.cs (36)
93switch (message.Response.Status) 98using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 100return Response.FromValue(value, message.Response); 103throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 131switch (message.Response.Status) 136using var document = JsonDocument.Parse(message.Response.ContentStream); 138return Response.FromValue(value, message.Response); 141throw _clientDiagnostics.CreateRequestFailedException(message.Response); 201switch (message.Response.Status) 205return message.Response; 207throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 240switch (message.Response.Status) 244return message.Response; 246throw _clientDiagnostics.CreateRequestFailedException(message.Response); 306switch (message.Response.Status) 310return message.Response; 312throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 345switch (message.Response.Status) 349return message.Response; 351throw _clientDiagnostics.CreateRequestFailedException(message.Response); 400switch (message.Response.Status) 405using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 407return Response.FromValue(value, message.Response); 410throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 437switch (message.Response.Status) 442using var document = JsonDocument.Parse(message.Response.ContentStream); 444return Response.FromValue(value, message.Response); 447throw _clientDiagnostics.CreateRequestFailedException(message.Response); 492switch (message.Response.Status) 497using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 499return Response.FromValue(value, message.Response); 502throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 534switch (message.Response.Status) 539using var document = JsonDocument.Parse(message.Response.ContentStream); 541return Response.FromValue(value, message.Response); 544throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Generated\ManagedServerSecurityAlertPoliciesRestOperations.cs (30)
86switch (message.Response.Status) 91using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 93return Response.FromValue(value, message.Response); 96throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 119switch (message.Response.Status) 124using var document = JsonDocument.Parse(message.Response.ContentStream); 126return Response.FromValue(value, message.Response); 129throw _clientDiagnostics.CreateRequestFailedException(message.Response); 182switch (message.Response.Status) 186return message.Response; 188throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 216switch (message.Response.Status) 220return message.Response; 222throw _clientDiagnostics.CreateRequestFailedException(message.Response); 264switch (message.Response.Status) 269using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 271return Response.FromValue(value, message.Response); 274throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 296switch (message.Response.Status) 301using var document = JsonDocument.Parse(message.Response.ContentStream); 303return Response.FromValue(value, message.Response); 306throw _clientDiagnostics.CreateRequestFailedException(message.Response); 346switch (message.Response.Status) 351using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 353return Response.FromValue(value, message.Response); 356throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 383switch (message.Response.Status) 388using var document = JsonDocument.Parse(message.Response.ContentStream); 390return Response.FromValue(value, message.Response); 393throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Generated\PrivateEndpointConnectionsRestOperations.cs (36)
90switch (message.Response.Status) 95using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 97return Response.FromValue(value, message.Response); 100throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 127switch (message.Response.Status) 132using var document = JsonDocument.Parse(message.Response.ContentStream); 134return Response.FromValue(value, message.Response); 137throw _clientDiagnostics.CreateRequestFailedException(message.Response); 194switch (message.Response.Status) 198return message.Response; 200throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 232switch (message.Response.Status) 236return message.Response; 238throw _clientDiagnostics.CreateRequestFailedException(message.Response); 285switch (message.Response.Status) 290return message.Response; 292throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 319switch (message.Response.Status) 324return message.Response; 326throw _clientDiagnostics.CreateRequestFailedException(message.Response); 368switch (message.Response.Status) 373using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 375return Response.FromValue(value, message.Response); 378throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 400switch (message.Response.Status) 405using var document = JsonDocument.Parse(message.Response.ContentStream); 407return Response.FromValue(value, message.Response); 410throw _clientDiagnostics.CreateRequestFailedException(message.Response); 450switch (message.Response.Status) 455using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 457return Response.FromValue(value, message.Response); 460throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 487switch (message.Response.Status) 492using var document = JsonDocument.Parse(message.Response.ContentStream); 494return Response.FromValue(value, message.Response); 497throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Generated\PrivateLinkResourcesRestOperations.cs (24)
84switch (message.Response.Status) 89using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 91return Response.FromValue(value, message.Response); 94throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 116switch (message.Response.Status) 121using var document = JsonDocument.Parse(message.Response.ContentStream); 123return Response.FromValue(value, message.Response); 126throw _clientDiagnostics.CreateRequestFailedException(message.Response); 174switch (message.Response.Status) 179using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 181return Response.FromValue(value, message.Response); 184throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 211switch (message.Response.Status) 216using var document = JsonDocument.Parse(message.Response.ContentStream); 218return Response.FromValue(value, message.Response); 221throw _clientDiagnostics.CreateRequestFailedException(message.Response); 261switch (message.Response.Status) 266using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 268return Response.FromValue(value, message.Response); 271throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 298switch (message.Response.Status) 303using var document = JsonDocument.Parse(message.Response.ContentStream); 305return Response.FromValue(value, message.Response); 308throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Generated\RecommendedElasticPoolsRestOperations.cs (24)
90switch (message.Response.Status) 95using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 97return Response.FromValue(value, message.Response); 100throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 127switch (message.Response.Status) 132using var document = JsonDocument.Parse(message.Response.ContentStream); 134return Response.FromValue(value, message.Response); 137throw _clientDiagnostics.CreateRequestFailedException(message.Response); 179switch (message.Response.Status) 184using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 186return Response.FromValue(value, message.Response); 189throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 211switch (message.Response.Status) 216using var document = JsonDocument.Parse(message.Response.ContentStream); 218return Response.FromValue(value, message.Response); 221throw _clientDiagnostics.CreateRequestFailedException(message.Response); 270switch (message.Response.Status) 275using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 277return Response.FromValue(value, message.Response); 280throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 307switch (message.Response.Status) 312using var document = JsonDocument.Parse(message.Response.ContentStream); 314return Response.FromValue(value, message.Response); 317throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Generated\RecoverableDatabasesRestOperations.cs (16)
90switch (message.Response.Status) 95using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 97return Response.FromValue(value, message.Response); 100throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 127switch (message.Response.Status) 132using var document = JsonDocument.Parse(message.Response.ContentStream); 134return Response.FromValue(value, message.Response); 137throw _clientDiagnostics.CreateRequestFailedException(message.Response); 179switch (message.Response.Status) 184using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 186return Response.FromValue(value, message.Response); 189throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 211switch (message.Response.Status) 216using var document = JsonDocument.Parse(message.Response.ContentStream); 218return Response.FromValue(value, message.Response); 221throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Generated\RecoverableManagedDatabasesRestOperations.cs (24)
84switch (message.Response.Status) 89using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 91return Response.FromValue(value, message.Response); 94throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 116switch (message.Response.Status) 121using var document = JsonDocument.Parse(message.Response.ContentStream); 123return Response.FromValue(value, message.Response); 126throw _clientDiagnostics.CreateRequestFailedException(message.Response); 174switch (message.Response.Status) 179using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 181return Response.FromValue(value, message.Response); 184throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 211switch (message.Response.Status) 216using var document = JsonDocument.Parse(message.Response.ContentStream); 218return Response.FromValue(value, message.Response); 221throw _clientDiagnostics.CreateRequestFailedException(message.Response); 261switch (message.Response.Status) 266using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 268return Response.FromValue(value, message.Response); 271throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 298switch (message.Response.Status) 303using var document = JsonDocument.Parse(message.Response.ContentStream); 305return Response.FromValue(value, message.Response); 308throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Generated\ReplicationLinksRestOperations.cs (40)
96switch (message.Response.Status) 100return message.Response; 102throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 134switch (message.Response.Status) 138return message.Response; 140throw _clientDiagnostics.CreateRequestFailedException(message.Response); 195switch (message.Response.Status) 200using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 202return Response.FromValue(value, message.Response); 205throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 237switch (message.Response.Status) 242using var document = JsonDocument.Parse(message.Response.ContentStream); 244return Response.FromValue(value, message.Response); 247throw _clientDiagnostics.CreateRequestFailedException(message.Response); 302switch (message.Response.Status) 306return message.Response; 308throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 340switch (message.Response.Status) 344return message.Response; 346throw _clientDiagnostics.CreateRequestFailedException(message.Response); 401switch (message.Response.Status) 405return message.Response; 407throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 439switch (message.Response.Status) 443return message.Response; 445throw _clientDiagnostics.CreateRequestFailedException(message.Response); 509switch (message.Response.Status) 513return message.Response; 515throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 552switch (message.Response.Status) 556return message.Response; 558throw _clientDiagnostics.CreateRequestFailedException(message.Response); 607switch (message.Response.Status) 612using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 614return Response.FromValue(value, message.Response); 617throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 644switch (message.Response.Status) 649using var document = JsonDocument.Parse(message.Response.ContentStream); 651return Response.FromValue(value, message.Response); 654throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Generated\RestOperations.cs (16)
58switch (message.Response.Status) 63using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 65return Response.FromValue(value, message.Response); 68throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 78switch (message.Response.Status) 83using var document = JsonDocument.Parse(message.Response.ContentStream); 85return Response.FromValue(value, message.Response); 88throw _clientDiagnostics.CreateRequestFailedException(message.Response); 118switch (message.Response.Status) 123using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 125return Response.FromValue(value, message.Response); 128throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 145switch (message.Response.Status) 150using var document = JsonDocument.Parse(message.Response.ContentStream); 152return Response.FromValue(value, message.Response); 155throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Generated\RestorableDroppedDatabasesRestOperations.cs (16)
90switch (message.Response.Status) 95using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 97return Response.FromValue(value, message.Response); 100throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 127switch (message.Response.Status) 132using var document = JsonDocument.Parse(message.Response.ContentStream); 134return Response.FromValue(value, message.Response); 137throw _clientDiagnostics.CreateRequestFailedException(message.Response); 179switch (message.Response.Status) 184using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 186return Response.FromValue(value, message.Response); 189throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 211switch (message.Response.Status) 216using var document = JsonDocument.Parse(message.Response.ContentStream); 218return Response.FromValue(value, message.Response); 221throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Generated\RestorableDroppedManagedDatabasesRestOperations.cs (24)
84switch (message.Response.Status) 89using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 91return Response.FromValue(value, message.Response); 94throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 116switch (message.Response.Status) 121using var document = JsonDocument.Parse(message.Response.ContentStream); 123return Response.FromValue(value, message.Response); 126throw _clientDiagnostics.CreateRequestFailedException(message.Response); 174switch (message.Response.Status) 179using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 181return Response.FromValue(value, message.Response); 184throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 211switch (message.Response.Status) 216using var document = JsonDocument.Parse(message.Response.ContentStream); 218return Response.FromValue(value, message.Response); 221throw _clientDiagnostics.CreateRequestFailedException(message.Response); 261switch (message.Response.Status) 266using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 268return Response.FromValue(value, message.Response); 271throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 298switch (message.Response.Status) 303using var document = JsonDocument.Parse(message.Response.ContentStream); 305return Response.FromValue(value, message.Response); 308throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Generated\RestorePointsRestOperations.cs (28)
91switch (message.Response.Status) 96using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 98return Response.FromValue(value, message.Response); 101throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 128switch (message.Response.Status) 133using var document = JsonDocument.Parse(message.Response.ContentStream); 135return Response.FromValue(value, message.Response); 138throw _clientDiagnostics.CreateRequestFailedException(message.Response); 196switch (message.Response.Status) 201return message.Response; 203throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 235switch (message.Response.Status) 240return message.Response; 242throw _clientDiagnostics.CreateRequestFailedException(message.Response); 297switch (message.Response.Status) 302using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 304return Response.FromValue(value, message.Response); 307throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 339switch (message.Response.Status) 344using var document = JsonDocument.Parse(message.Response.ContentStream); 346return Response.FromValue(value, message.Response); 349throw _clientDiagnostics.CreateRequestFailedException(message.Response); 403switch (message.Response.Status) 406return message.Response; 408throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 440switch (message.Response.Status) 443return message.Response; 445throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Generated\SensitivityLabelsRestOperations.cs (66)
96switch (message.Response.Status) 101using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 103return Response.FromValue(value, message.Response); 106throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 134switch (message.Response.Status) 139using var document = JsonDocument.Parse(message.Response.ContentStream); 141return Response.FromValue(value, message.Response); 144throw _clientDiagnostics.CreateRequestFailedException(message.Response); 208switch (message.Response.Status) 213using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 215return Response.FromValue(value, message.Response); 218throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 248switch (message.Response.Status) 253using var document = JsonDocument.Parse(message.Response.ContentStream); 255return Response.FromValue(value, message.Response); 258throw _clientDiagnostics.CreateRequestFailedException(message.Response); 329switch (message.Response.Status) 332return message.Response; 334throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 376switch (message.Response.Status) 379return message.Response; 381throw _clientDiagnostics.CreateRequestFailedException(message.Response); 452switch (message.Response.Status) 455return message.Response; 457throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 499switch (message.Response.Status) 502return message.Response; 504throw _clientDiagnostics.CreateRequestFailedException(message.Response); 576switch (message.Response.Status) 581using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 583return Response.FromValue(value, message.Response); 586throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 629switch (message.Response.Status) 634using var document = JsonDocument.Parse(message.Response.ContentStream); 636return Response.FromValue(value, message.Response); 639throw _clientDiagnostics.CreateRequestFailedException(message.Response); 719switch (message.Response.Status) 725using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 727return Response.FromValue(value, message.Response); 730throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 777switch (message.Response.Status) 783using var document = JsonDocument.Parse(message.Response.ContentStream); 785return Response.FromValue(value, message.Response); 788throw _clientDiagnostics.CreateRequestFailedException(message.Response); 858switch (message.Response.Status) 861return message.Response; 863throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 905switch (message.Response.Status) 908return message.Response; 910throw _clientDiagnostics.CreateRequestFailedException(message.Response); 956switch (message.Response.Status) 961using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 963return Response.FromValue(value, message.Response); 966throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 999switch (message.Response.Status) 1004using var document = JsonDocument.Parse(message.Response.ContentStream); 1006return Response.FromValue(value, message.Response); 1009throw _clientDiagnostics.CreateRequestFailedException(message.Response); 1057switch (message.Response.Status) 1062using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 1064return Response.FromValue(value, message.Response); 1067throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 1102switch (message.Response.Status) 1107using var document = JsonDocument.Parse(message.Response.ContentStream); 1109return Response.FromValue(value, message.Response); 1112throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Generated\ServerAutomaticTuningRestOperations.cs (16)
84switch (message.Response.Status) 89using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 91return Response.FromValue(value, message.Response); 94throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 116switch (message.Response.Status) 121using var document = JsonDocument.Parse(message.Response.ContentStream); 123return Response.FromValue(value, message.Response); 126throw _clientDiagnostics.CreateRequestFailedException(message.Response); 177switch (message.Response.Status) 182using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 184return Response.FromValue(value, message.Response); 187throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 214switch (message.Response.Status) 219using var document = JsonDocument.Parse(message.Response.ContentStream); 221return Response.FromValue(value, message.Response); 224throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Generated\ServerAzureADAdministratorsRestOperations.cs (36)
86switch (message.Response.Status) 91using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 93return Response.FromValue(value, message.Response); 96throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 119switch (message.Response.Status) 124using var document = JsonDocument.Parse(message.Response.ContentStream); 126return Response.FromValue(value, message.Response); 129throw _clientDiagnostics.CreateRequestFailedException(message.Response); 182switch (message.Response.Status) 187return message.Response; 189throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 217switch (message.Response.Status) 222return message.Response; 224throw _clientDiagnostics.CreateRequestFailedException(message.Response); 267switch (message.Response.Status) 272return message.Response; 274throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 297switch (message.Response.Status) 302return message.Response; 304throw _clientDiagnostics.CreateRequestFailedException(message.Response); 346switch (message.Response.Status) 351using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 353return Response.FromValue(value, message.Response); 356throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 378switch (message.Response.Status) 383using var document = JsonDocument.Parse(message.Response.ContentStream); 385return Response.FromValue(value, message.Response); 388throw _clientDiagnostics.CreateRequestFailedException(message.Response); 428switch (message.Response.Status) 433using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 435return Response.FromValue(value, message.Response); 438throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 465switch (message.Response.Status) 470using var document = JsonDocument.Parse(message.Response.ContentStream); 472return Response.FromValue(value, message.Response); 475throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Generated\ServerAzureADOnlyAuthenticationsRestOperations.cs (36)
86switch (message.Response.Status) 91using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 93return Response.FromValue(value, message.Response); 96throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 119switch (message.Response.Status) 124using var document = JsonDocument.Parse(message.Response.ContentStream); 126return Response.FromValue(value, message.Response); 129throw _clientDiagnostics.CreateRequestFailedException(message.Response); 182switch (message.Response.Status) 187return message.Response; 189throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 217switch (message.Response.Status) 222return message.Response; 224throw _clientDiagnostics.CreateRequestFailedException(message.Response); 267switch (message.Response.Status) 272return message.Response; 274throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 297switch (message.Response.Status) 302return message.Response; 304throw _clientDiagnostics.CreateRequestFailedException(message.Response); 346switch (message.Response.Status) 351using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 353return Response.FromValue(value, message.Response); 356throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 378switch (message.Response.Status) 383using var document = JsonDocument.Parse(message.Response.ContentStream); 385return Response.FromValue(value, message.Response); 388throw _clientDiagnostics.CreateRequestFailedException(message.Response); 428switch (message.Response.Status) 433using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 435return Response.FromValue(value, message.Response); 438throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 465switch (message.Response.Status) 470using var document = JsonDocument.Parse(message.Response.ContentStream); 472return Response.FromValue(value, message.Response); 475throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Generated\ServerBlobAuditingPoliciesRestOperations.cs (30)
85switch (message.Response.Status) 90using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 92return Response.FromValue(value, message.Response); 95throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 117switch (message.Response.Status) 122using var document = JsonDocument.Parse(message.Response.ContentStream); 124return Response.FromValue(value, message.Response); 127throw _clientDiagnostics.CreateRequestFailedException(message.Response); 179switch (message.Response.Status) 183return message.Response; 185throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 212switch (message.Response.Status) 216return message.Response; 218throw _clientDiagnostics.CreateRequestFailedException(message.Response); 260switch (message.Response.Status) 265using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 267return Response.FromValue(value, message.Response); 270throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 292switch (message.Response.Status) 297using var document = JsonDocument.Parse(message.Response.ContentStream); 299return Response.FromValue(value, message.Response); 302throw _clientDiagnostics.CreateRequestFailedException(message.Response); 342switch (message.Response.Status) 347using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 349return Response.FromValue(value, message.Response); 352throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 379switch (message.Response.Status) 384using var document = JsonDocument.Parse(message.Response.ContentStream); 386return Response.FromValue(value, message.Response); 389throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Generated\ServerCommunicationLinksRestOperations.cs (28)
89switch (message.Response.Status) 92return message.Response; 94throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 121switch (message.Response.Status) 124return message.Response; 126throw _clientDiagnostics.CreateRequestFailedException(message.Response); 174switch (message.Response.Status) 179using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 181return Response.FromValue(value, message.Response); 184throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 211switch (message.Response.Status) 216using var document = JsonDocument.Parse(message.Response.ContentStream); 218return Response.FromValue(value, message.Response); 221throw _clientDiagnostics.CreateRequestFailedException(message.Response); 278switch (message.Response.Status) 282return message.Response; 284throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 316switch (message.Response.Status) 320return message.Response; 322throw _clientDiagnostics.CreateRequestFailedException(message.Response); 364switch (message.Response.Status) 369using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 371return Response.FromValue(value, message.Response); 374throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 396switch (message.Response.Status) 401using var document = JsonDocument.Parse(message.Response.ContentStream); 403return Response.FromValue(value, message.Response); 406throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Generated\ServerConnectionPoliciesRestOperations.cs (16)
95switch (message.Response.Status) 101using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 103return Response.FromValue(value, message.Response); 106throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 134switch (message.Response.Status) 140using var document = JsonDocument.Parse(message.Response.ContentStream); 142return Response.FromValue(value, message.Response); 145throw _clientDiagnostics.CreateRequestFailedException(message.Response); 189switch (message.Response.Status) 194using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 196return Response.FromValue(value, message.Response); 199throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 222switch (message.Response.Status) 227using var document = JsonDocument.Parse(message.Response.ContentStream); 229return Response.FromValue(value, message.Response); 232throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Generated\ServerDnsAliasesRestOperations.cs (42)
90switch (message.Response.Status) 95using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 97return Response.FromValue(value, message.Response); 100throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 127switch (message.Response.Status) 132using var document = JsonDocument.Parse(message.Response.ContentStream); 134return Response.FromValue(value, message.Response); 137throw _clientDiagnostics.CreateRequestFailedException(message.Response); 185switch (message.Response.Status) 190return message.Response; 192throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 219switch (message.Response.Status) 224return message.Response; 226throw _clientDiagnostics.CreateRequestFailedException(message.Response); 273switch (message.Response.Status) 278return message.Response; 280throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 307switch (message.Response.Status) 312return message.Response; 314throw _clientDiagnostics.CreateRequestFailedException(message.Response); 356switch (message.Response.Status) 361using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 363return Response.FromValue(value, message.Response); 366throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 388switch (message.Response.Status) 393using var document = JsonDocument.Parse(message.Response.ContentStream); 395return Response.FromValue(value, message.Response); 398throw _clientDiagnostics.CreateRequestFailedException(message.Response); 455switch (message.Response.Status) 459return message.Response; 461throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 493switch (message.Response.Status) 497return message.Response; 499throw _clientDiagnostics.CreateRequestFailedException(message.Response); 539switch (message.Response.Status) 544using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 546return Response.FromValue(value, message.Response); 549throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 576switch (message.Response.Status) 581using var document = JsonDocument.Parse(message.Response.ContentStream); 583return Response.FromValue(value, message.Response); 586throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Generated\ServerKeysRestOperations.cs (36)
84switch (message.Response.Status) 89using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 91return Response.FromValue(value, message.Response); 94throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 116switch (message.Response.Status) 121using var document = JsonDocument.Parse(message.Response.ContentStream); 123return Response.FromValue(value, message.Response); 126throw _clientDiagnostics.CreateRequestFailedException(message.Response); 174switch (message.Response.Status) 179using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 181return Response.FromValue(value, message.Response); 184throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 211switch (message.Response.Status) 216using var document = JsonDocument.Parse(message.Response.ContentStream); 218return Response.FromValue(value, message.Response); 221throw _clientDiagnostics.CreateRequestFailedException(message.Response); 278switch (message.Response.Status) 283return message.Response; 285throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 317switch (message.Response.Status) 322return message.Response; 324throw _clientDiagnostics.CreateRequestFailedException(message.Response); 371switch (message.Response.Status) 376return message.Response; 378throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 405switch (message.Response.Status) 410return message.Response; 412throw _clientDiagnostics.CreateRequestFailedException(message.Response); 452switch (message.Response.Status) 457using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 459return Response.FromValue(value, message.Response); 462throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 489switch (message.Response.Status) 494using var document = JsonDocument.Parse(message.Response.ContentStream); 496return Response.FromValue(value, message.Response); 499throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Generated\ServerSecurityAlertPoliciesRestOperations.cs (30)
86switch (message.Response.Status) 91using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 93return Response.FromValue(value, message.Response); 96throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 119switch (message.Response.Status) 124using var document = JsonDocument.Parse(message.Response.ContentStream); 126return Response.FromValue(value, message.Response); 129throw _clientDiagnostics.CreateRequestFailedException(message.Response); 182switch (message.Response.Status) 186return message.Response; 188throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 216switch (message.Response.Status) 220return message.Response; 222throw _clientDiagnostics.CreateRequestFailedException(message.Response); 264switch (message.Response.Status) 269using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 271return Response.FromValue(value, message.Response); 274throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 296switch (message.Response.Status) 301using var document = JsonDocument.Parse(message.Response.ContentStream); 303return Response.FromValue(value, message.Response); 306throw _clientDiagnostics.CreateRequestFailedException(message.Response); 346switch (message.Response.Status) 351using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 353return Response.FromValue(value, message.Response); 356throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 383switch (message.Response.Status) 388using var document = JsonDocument.Parse(message.Response.ContentStream); 390return Response.FromValue(value, message.Response); 393throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Generated\ServersRestOperations.cs (66)
77switch (message.Response.Status) 82using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 84return Response.FromValue(value, message.Response); 87throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 104switch (message.Response.Status) 109using var document = JsonDocument.Parse(message.Response.ContentStream); 111return Response.FromValue(value, message.Response); 114throw _clientDiagnostics.CreateRequestFailedException(message.Response); 155switch (message.Response.Status) 160using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 162return Response.FromValue(value, message.Response); 165throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 187switch (message.Response.Status) 192using var document = JsonDocument.Parse(message.Response.ContentStream); 194return Response.FromValue(value, message.Response); 197throw _clientDiagnostics.CreateRequestFailedException(message.Response); 247switch (message.Response.Status) 252return message.Response; 254throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 281switch (message.Response.Status) 286return message.Response; 288throw _clientDiagnostics.CreateRequestFailedException(message.Response); 328switch (message.Response.Status) 333return message.Response; 335throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 357switch (message.Response.Status) 362return message.Response; 364throw _clientDiagnostics.CreateRequestFailedException(message.Response); 414switch (message.Response.Status) 418return message.Response; 420throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 447switch (message.Response.Status) 451return message.Response; 453throw _clientDiagnostics.CreateRequestFailedException(message.Response); 479switch (message.Response.Status) 484using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 486return Response.FromValue(value, message.Response); 489throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 499switch (message.Response.Status) 504using var document = JsonDocument.Parse(message.Response.ContentStream); 506return Response.FromValue(value, message.Response); 509throw _clientDiagnostics.CreateRequestFailedException(message.Response); 546switch (message.Response.Status) 551using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 553return Response.FromValue(value, message.Response); 556throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 573switch (message.Response.Status) 578using var document = JsonDocument.Parse(message.Response.ContentStream); 580return Response.FromValue(value, message.Response); 583throw _clientDiagnostics.CreateRequestFailedException(message.Response); 618switch (message.Response.Status) 623using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 625return Response.FromValue(value, message.Response); 628throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 650switch (message.Response.Status) 655using var document = JsonDocument.Parse(message.Response.ContentStream); 657return Response.FromValue(value, message.Response); 660throw _clientDiagnostics.CreateRequestFailedException(message.Response); 690switch (message.Response.Status) 695using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 697return Response.FromValue(value, message.Response); 700throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 717switch (message.Response.Status) 722using var document = JsonDocument.Parse(message.Response.ContentStream); 724return Response.FromValue(value, message.Response); 727throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Generated\ServerUsagesRestOperations.cs (8)
84switch (message.Response.Status) 89using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 91return Response.FromValue(value, message.Response); 94throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 116switch (message.Response.Status) 121using var document = JsonDocument.Parse(message.Response.ContentStream); 123return Response.FromValue(value, message.Response); 126throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Generated\ServerVulnerabilityAssessmentsRestOperations.cs (38)
86switch (message.Response.Status) 91using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 93return Response.FromValue(value, message.Response); 96throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 119switch (message.Response.Status) 124using var document = JsonDocument.Parse(message.Response.ContentStream); 126return Response.FromValue(value, message.Response); 129throw _clientDiagnostics.CreateRequestFailedException(message.Response); 182switch (message.Response.Status) 188using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 190return Response.FromValue(value, message.Response); 193throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 221switch (message.Response.Status) 227using var document = JsonDocument.Parse(message.Response.ContentStream); 229return Response.FromValue(value, message.Response); 232throw _clientDiagnostics.CreateRequestFailedException(message.Response); 275switch (message.Response.Status) 278return message.Response; 280throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 303switch (message.Response.Status) 306return message.Response; 308throw _clientDiagnostics.CreateRequestFailedException(message.Response); 350switch (message.Response.Status) 355using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 357return Response.FromValue(value, message.Response); 360throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 382switch (message.Response.Status) 387using var document = JsonDocument.Parse(message.Response.ContentStream); 389return Response.FromValue(value, message.Response); 392throw _clientDiagnostics.CreateRequestFailedException(message.Response); 432switch (message.Response.Status) 437using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 439return Response.FromValue(value, message.Response); 442throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 469switch (message.Response.Status) 474using var document = JsonDocument.Parse(message.Response.ContentStream); 476return Response.FromValue(value, message.Response); 479throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Generated\ServiceObjectivesRestOperations.cs (16)
90switch (message.Response.Status) 95using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 97return Response.FromValue(value, message.Response); 100throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 127switch (message.Response.Status) 132using var document = JsonDocument.Parse(message.Response.ContentStream); 134return Response.FromValue(value, message.Response); 137throw _clientDiagnostics.CreateRequestFailedException(message.Response); 179switch (message.Response.Status) 184using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 186return Response.FromValue(value, message.Response); 189throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 211switch (message.Response.Status) 216using var document = JsonDocument.Parse(message.Response.ContentStream); 218return Response.FromValue(value, message.Response); 221throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Generated\ServiceTierAdvisorsRestOperations.cs (16)
97switch (message.Response.Status) 102using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 104return Response.FromValue(value, message.Response); 107throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 139switch (message.Response.Status) 144using var document = JsonDocument.Parse(message.Response.ContentStream); 146return Response.FromValue(value, message.Response); 149throw _clientDiagnostics.CreateRequestFailedException(message.Response); 198switch (message.Response.Status) 203using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 205return Response.FromValue(value, message.Response); 208throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 235switch (message.Response.Status) 240using var document = JsonDocument.Parse(message.Response.ContentStream); 242return Response.FromValue(value, message.Response); 245throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Generated\SubscriptionUsagesRestOperations.cs (24)
77switch (message.Response.Status) 82using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 84return Response.FromValue(value, message.Response); 87throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 104switch (message.Response.Status) 109using var document = JsonDocument.Parse(message.Response.ContentStream); 111return Response.FromValue(value, message.Response); 114throw _clientDiagnostics.CreateRequestFailedException(message.Response); 155switch (message.Response.Status) 160using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 162return Response.FromValue(value, message.Response); 165throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 187switch (message.Response.Status) 192using var document = JsonDocument.Parse(message.Response.ContentStream); 194return Response.FromValue(value, message.Response); 197throw _clientDiagnostics.CreateRequestFailedException(message.Response); 232switch (message.Response.Status) 237using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 239return Response.FromValue(value, message.Response); 242throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 264switch (message.Response.Status) 269using var document = JsonDocument.Parse(message.Response.ContentStream); 271return Response.FromValue(value, message.Response); 274throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Generated\SyncAgentsRestOperations.cs (60)
90switch (message.Response.Status) 95using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 97return Response.FromValue(value, message.Response); 100throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 127switch (message.Response.Status) 132using var document = JsonDocument.Parse(message.Response.ContentStream); 134return Response.FromValue(value, message.Response); 137throw _clientDiagnostics.CreateRequestFailedException(message.Response); 194switch (message.Response.Status) 199return message.Response; 201throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 233switch (message.Response.Status) 238return message.Response; 240throw _clientDiagnostics.CreateRequestFailedException(message.Response); 287switch (message.Response.Status) 292return message.Response; 294throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 321switch (message.Response.Status) 326return message.Response; 328throw _clientDiagnostics.CreateRequestFailedException(message.Response); 370switch (message.Response.Status) 375using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 377return Response.FromValue(value, message.Response); 380throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 402switch (message.Response.Status) 407using var document = JsonDocument.Parse(message.Response.ContentStream); 409return Response.FromValue(value, message.Response); 412throw _clientDiagnostics.CreateRequestFailedException(message.Response); 461switch (message.Response.Status) 466using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 468return Response.FromValue(value, message.Response); 471throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 498switch (message.Response.Status) 503using var document = JsonDocument.Parse(message.Response.ContentStream); 505return Response.FromValue(value, message.Response); 508throw _clientDiagnostics.CreateRequestFailedException(message.Response); 557switch (message.Response.Status) 562using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 564return Response.FromValue(value, message.Response); 567throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 594switch (message.Response.Status) 599using var document = JsonDocument.Parse(message.Response.ContentStream); 601return Response.FromValue(value, message.Response); 604throw _clientDiagnostics.CreateRequestFailedException(message.Response); 644switch (message.Response.Status) 649using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 651return Response.FromValue(value, message.Response); 654throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 681switch (message.Response.Status) 686using var document = JsonDocument.Parse(message.Response.ContentStream); 688return Response.FromValue(value, message.Response); 691throw _clientDiagnostics.CreateRequestFailedException(message.Response); 736switch (message.Response.Status) 741using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 743return Response.FromValue(value, message.Response); 746throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 778switch (message.Response.Status) 783using var document = JsonDocument.Parse(message.Response.ContentStream); 785return Response.FromValue(value, message.Response); 788throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Generated\SyncGroupsRestOperations.cs (108)
77switch (message.Response.Status) 82using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 84return Response.FromValue(value, message.Response); 87throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 104switch (message.Response.Status) 109using var document = JsonDocument.Parse(message.Response.ContentStream); 111return Response.FromValue(value, message.Response); 114throw _clientDiagnostics.CreateRequestFailedException(message.Response); 169switch (message.Response.Status) 173return message.Response; 175throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 207switch (message.Response.Status) 211return message.Response; 213throw _clientDiagnostics.CreateRequestFailedException(message.Response); 269switch (message.Response.Status) 274using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 276return Response.FromValue(value, message.Response); 279throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 311switch (message.Response.Status) 316using var document = JsonDocument.Parse(message.Response.ContentStream); 318return Response.FromValue(value, message.Response); 321throw _clientDiagnostics.CreateRequestFailedException(message.Response); 396switch (message.Response.Status) 401using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 403return Response.FromValue(value, message.Response); 406throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 450switch (message.Response.Status) 455using var document = JsonDocument.Parse(message.Response.ContentStream); 457return Response.FromValue(value, message.Response); 460throw _clientDiagnostics.CreateRequestFailedException(message.Response); 515switch (message.Response.Status) 518return message.Response; 520throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 552switch (message.Response.Status) 555return message.Response; 557throw _clientDiagnostics.CreateRequestFailedException(message.Response); 612switch (message.Response.Status) 615return message.Response; 617throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 649switch (message.Response.Status) 652return message.Response; 654throw _clientDiagnostics.CreateRequestFailedException(message.Response); 709switch (message.Response.Status) 714using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 716return Response.FromValue(value, message.Response); 719throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 751switch (message.Response.Status) 756using var document = JsonDocument.Parse(message.Response.ContentStream); 758return Response.FromValue(value, message.Response); 761throw _clientDiagnostics.CreateRequestFailedException(message.Response); 825switch (message.Response.Status) 830return message.Response; 832throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 869switch (message.Response.Status) 874return message.Response; 876throw _clientDiagnostics.CreateRequestFailedException(message.Response); 930switch (message.Response.Status) 935return message.Response; 937throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 969switch (message.Response.Status) 974return message.Response; 976throw _clientDiagnostics.CreateRequestFailedException(message.Response); 1040switch (message.Response.Status) 1044return message.Response; 1046throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 1083switch (message.Response.Status) 1087return message.Response; 1089throw _clientDiagnostics.CreateRequestFailedException(message.Response); 1138switch (message.Response.Status) 1143using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 1145return Response.FromValue(value, message.Response); 1148throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 1175switch (message.Response.Status) 1180using var document = JsonDocument.Parse(message.Response.ContentStream); 1182return Response.FromValue(value, message.Response); 1185throw _clientDiagnostics.CreateRequestFailedException(message.Response); 1220switch (message.Response.Status) 1225using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 1227return Response.FromValue(value, message.Response); 1230throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 1252switch (message.Response.Status) 1257using var document = JsonDocument.Parse(message.Response.ContentStream); 1259return Response.FromValue(value, message.Response); 1262throw _clientDiagnostics.CreateRequestFailedException(message.Response); 1312switch (message.Response.Status) 1317using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 1319return Response.FromValue(value, message.Response); 1322throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 1359switch (message.Response.Status) 1364using var document = JsonDocument.Parse(message.Response.ContentStream); 1366return Response.FromValue(value, message.Response); 1369throw _clientDiagnostics.CreateRequestFailedException(message.Response); 1431switch (message.Response.Status) 1436using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 1438return Response.FromValue(value, message.Response); 1441throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 1490switch (message.Response.Status) 1495using var document = JsonDocument.Parse(message.Response.ContentStream); 1497return Response.FromValue(value, message.Response); 1500throw _clientDiagnostics.CreateRequestFailedException(message.Response); 1545switch (message.Response.Status) 1550using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 1552return Response.FromValue(value, message.Response); 1555throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 1587switch (message.Response.Status) 1592using var document = JsonDocument.Parse(message.Response.ContentStream); 1594return Response.FromValue(value, message.Response); 1597throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Generated\SyncMembersRestOperations.cs (64)
104switch (message.Response.Status) 109using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 111return Response.FromValue(value, message.Response); 114throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 151switch (message.Response.Status) 156using var document = JsonDocument.Parse(message.Response.ContentStream); 158return Response.FromValue(value, message.Response); 161throw _clientDiagnostics.CreateRequestFailedException(message.Response); 232switch (message.Response.Status) 237return message.Response; 239throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 281switch (message.Response.Status) 286return message.Response; 288throw _clientDiagnostics.CreateRequestFailedException(message.Response); 349switch (message.Response.Status) 354return message.Response; 356throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 393switch (message.Response.Status) 398return message.Response; 400throw _clientDiagnostics.CreateRequestFailedException(message.Response); 471switch (message.Response.Status) 475return message.Response; 477throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 519switch (message.Response.Status) 523return message.Response; 525throw _clientDiagnostics.CreateRequestFailedException(message.Response); 581switch (message.Response.Status) 586using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 588return Response.FromValue(value, message.Response); 591throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 623switch (message.Response.Status) 628using var document = JsonDocument.Parse(message.Response.ContentStream); 630return Response.FromValue(value, message.Response); 633throw _clientDiagnostics.CreateRequestFailedException(message.Response); 696switch (message.Response.Status) 701using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 703return Response.FromValue(value, message.Response); 706throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 743switch (message.Response.Status) 748using var document = JsonDocument.Parse(message.Response.ContentStream); 750return Response.FromValue(value, message.Response); 753throw _clientDiagnostics.CreateRequestFailedException(message.Response); 815switch (message.Response.Status) 819return message.Response; 821throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 858switch (message.Response.Status) 862return message.Response; 864throw _clientDiagnostics.CreateRequestFailedException(message.Response); 914switch (message.Response.Status) 919using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 921return Response.FromValue(value, message.Response); 924throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 961switch (message.Response.Status) 966using var document = JsonDocument.Parse(message.Response.ContentStream); 968return Response.FromValue(value, message.Response); 971throw _clientDiagnostics.CreateRequestFailedException(message.Response); 1026switch (message.Response.Status) 1031using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 1033return Response.FromValue(value, message.Response); 1036throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 1078switch (message.Response.Status) 1083using var document = JsonDocument.Parse(message.Response.ContentStream); 1085return Response.FromValue(value, message.Response); 1088throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Generated\TdeCertificatesRestOperations.cs (6)
91switch (message.Response.Status) 95return message.Response; 97throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 124switch (message.Response.Status) 128return message.Response; 130throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Generated\TransparentDataEncryptionActivitiesRestOperations.cs (8)
94switch (message.Response.Status) 99using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 101return Response.FromValue(value, message.Response); 104throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 132switch (message.Response.Status) 137using var document = JsonDocument.Parse(message.Response.ContentStream); 139return Response.FromValue(value, message.Response); 142throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Generated\TransparentDataEncryptionsRestOperations.cs (16)
102switch (message.Response.Status) 108using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 110return Response.FromValue(value, message.Response); 113throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 146switch (message.Response.Status) 152using var document = JsonDocument.Parse(message.Response.ContentStream); 154return Response.FromValue(value, message.Response); 157throw _clientDiagnostics.CreateRequestFailedException(message.Response); 208switch (message.Response.Status) 213using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 215return Response.FromValue(value, message.Response); 218throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 246switch (message.Response.Status) 251using var document = JsonDocument.Parse(message.Response.ContentStream); 253return Response.FromValue(value, message.Response); 256throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Generated\UsagesRestOperations.cs (16)
89switch (message.Response.Status) 94using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 96return Response.FromValue(value, message.Response); 99throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 122switch (message.Response.Status) 127using var document = JsonDocument.Parse(message.Response.ContentStream); 129return Response.FromValue(value, message.Response); 132throw _clientDiagnostics.CreateRequestFailedException(message.Response); 173switch (message.Response.Status) 178using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 180return Response.FromValue(value, message.Response); 183throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 211switch (message.Response.Status) 216using var document = JsonDocument.Parse(message.Response.ContentStream); 218return Response.FromValue(value, message.Response); 221throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Generated\VirtualClustersRestOperations.cs (52)
68switch (message.Response.Status) 73using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 75return Response.FromValue(value, message.Response); 78throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 88switch (message.Response.Status) 93using var document = JsonDocument.Parse(message.Response.ContentStream); 95return Response.FromValue(value, message.Response); 98throw _clientDiagnostics.CreateRequestFailedException(message.Response); 133switch (message.Response.Status) 138using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 140return Response.FromValue(value, message.Response); 143throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 160switch (message.Response.Status) 165using var document = JsonDocument.Parse(message.Response.ContentStream); 167return Response.FromValue(value, message.Response); 170throw _clientDiagnostics.CreateRequestFailedException(message.Response); 211switch (message.Response.Status) 216using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 218return Response.FromValue(value, message.Response); 221throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 243switch (message.Response.Status) 248using var document = JsonDocument.Parse(message.Response.ContentStream); 250return Response.FromValue(value, message.Response); 253throw _clientDiagnostics.CreateRequestFailedException(message.Response); 293switch (message.Response.Status) 298return message.Response; 300throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 322switch (message.Response.Status) 327return message.Response; 329throw _clientDiagnostics.CreateRequestFailedException(message.Response); 379switch (message.Response.Status) 383return message.Response; 385throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 412switch (message.Response.Status) 416return message.Response; 418throw _clientDiagnostics.CreateRequestFailedException(message.Response); 448switch (message.Response.Status) 453using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 455return Response.FromValue(value, message.Response); 458throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 475switch (message.Response.Status) 480using var document = JsonDocument.Parse(message.Response.ContentStream); 482return Response.FromValue(value, message.Response); 485throw _clientDiagnostics.CreateRequestFailedException(message.Response); 520switch (message.Response.Status) 525using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 527return Response.FromValue(value, message.Response); 530throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 552switch (message.Response.Status) 557using var document = JsonDocument.Parse(message.Response.ContentStream); 559return Response.FromValue(value, message.Response); 562throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Generated\VirtualNetworkRulesRestOperations.cs (36)
90switch (message.Response.Status) 95using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 97return Response.FromValue(value, message.Response); 100throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 127switch (message.Response.Status) 132using var document = JsonDocument.Parse(message.Response.ContentStream); 134return Response.FromValue(value, message.Response); 137throw _clientDiagnostics.CreateRequestFailedException(message.Response); 194switch (message.Response.Status) 199return message.Response; 201throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 233switch (message.Response.Status) 238return message.Response; 240throw _clientDiagnostics.CreateRequestFailedException(message.Response); 287switch (message.Response.Status) 292return message.Response; 294throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 321switch (message.Response.Status) 326return message.Response; 328throw _clientDiagnostics.CreateRequestFailedException(message.Response); 370switch (message.Response.Status) 375using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 377return Response.FromValue(value, message.Response); 380throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 402switch (message.Response.Status) 407using var document = JsonDocument.Parse(message.Response.ContentStream); 409return Response.FromValue(value, message.Response); 412throw _clientDiagnostics.CreateRequestFailedException(message.Response); 452switch (message.Response.Status) 457using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 459return Response.FromValue(value, message.Response); 462throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 489switch (message.Response.Status) 494using var document = JsonDocument.Parse(message.Response.ContentStream); 496return Response.FromValue(value, message.Response); 499throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Generated\WorkloadClassifiersRestOperations.cs (36)
104switch (message.Response.Status) 109using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 111return Response.FromValue(value, message.Response); 114throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 151switch (message.Response.Status) 156using var document = JsonDocument.Parse(message.Response.ContentStream); 158return Response.FromValue(value, message.Response); 161throw _clientDiagnostics.CreateRequestFailedException(message.Response); 232switch (message.Response.Status) 237return message.Response; 239throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 281switch (message.Response.Status) 286return message.Response; 288throw _clientDiagnostics.CreateRequestFailedException(message.Response); 349switch (message.Response.Status) 354return message.Response; 356throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 393switch (message.Response.Status) 398return message.Response; 400throw _clientDiagnostics.CreateRequestFailedException(message.Response); 456switch (message.Response.Status) 461using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 463return Response.FromValue(value, message.Response); 466throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 498switch (message.Response.Status) 503using var document = JsonDocument.Parse(message.Response.ContentStream); 505return Response.FromValue(value, message.Response); 508throw _clientDiagnostics.CreateRequestFailedException(message.Response); 558switch (message.Response.Status) 563using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 565return Response.FromValue(value, message.Response); 568throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 605switch (message.Response.Status) 610using var document = JsonDocument.Parse(message.Response.ContentStream); 612return Response.FromValue(value, message.Response); 615throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Generated\WorkloadGroupsRestOperations.cs (36)
97switch (message.Response.Status) 102using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 104return Response.FromValue(value, message.Response); 107throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 139switch (message.Response.Status) 144using var document = JsonDocument.Parse(message.Response.ContentStream); 146return Response.FromValue(value, message.Response); 149throw _clientDiagnostics.CreateRequestFailedException(message.Response); 213switch (message.Response.Status) 218return message.Response; 220throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 257switch (message.Response.Status) 262return message.Response; 264throw _clientDiagnostics.CreateRequestFailedException(message.Response); 318switch (message.Response.Status) 323return message.Response; 325throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 357switch (message.Response.Status) 362return message.Response; 364throw _clientDiagnostics.CreateRequestFailedException(message.Response); 413switch (message.Response.Status) 418using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 420return Response.FromValue(value, message.Response); 423throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 450switch (message.Response.Status) 455using var document = JsonDocument.Parse(message.Response.ContentStream); 457return Response.FromValue(value, message.Response); 460throw _clientDiagnostics.CreateRequestFailedException(message.Response); 505switch (message.Response.Status) 510using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 512return Response.FromValue(value, message.Response); 515throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 547switch (message.Response.Status) 552using var document = JsonDocument.Parse(message.Response.ContentStream); 554return Response.FromValue(value, message.Response); 557throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Shared\AutoRest\ArmOperationHelpers.cs (2)
202return message.Response; 224return message.Response;
Azure.ResourceManager.Storage (616)
Generated\BlobContainersRestOperations.cs (110)
106switch (message.Response.Status) 111using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 113return Response.FromValue(value, message.Response); 116throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 141switch (message.Response.Status) 146using var document = JsonDocument.Parse(message.Response.ContentStream); 148return Response.FromValue(value, message.Response); 151throw _clientDiagnostics.CreateRequestFailedException(message.Response); 208switch (message.Response.Status) 214using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 216return Response.FromValue(value, message.Response); 219throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 251switch (message.Response.Status) 257using var document = JsonDocument.Parse(message.Response.ContentStream); 259return Response.FromValue(value, message.Response); 262throw _clientDiagnostics.CreateRequestFailedException(message.Response); 319switch (message.Response.Status) 324using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 326return Response.FromValue(value, message.Response); 329throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 361switch (message.Response.Status) 366using var document = JsonDocument.Parse(message.Response.ContentStream); 368return Response.FromValue(value, message.Response); 371throw _clientDiagnostics.CreateRequestFailedException(message.Response); 419switch (message.Response.Status) 424using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 426return Response.FromValue(value, message.Response); 429throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 456switch (message.Response.Status) 461using var document = JsonDocument.Parse(message.Response.ContentStream); 463return Response.FromValue(value, message.Response); 466throw _clientDiagnostics.CreateRequestFailedException(message.Response); 513switch (message.Response.Status) 517return message.Response; 519throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 546switch (message.Response.Status) 550return message.Response; 552throw _clientDiagnostics.CreateRequestFailedException(message.Response); 610switch (message.Response.Status) 615using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 617return Response.FromValue(value, message.Response); 620throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 652switch (message.Response.Status) 657using var document = JsonDocument.Parse(message.Response.ContentStream); 659return Response.FromValue(value, message.Response); 662throw _clientDiagnostics.CreateRequestFailedException(message.Response); 720switch (message.Response.Status) 725using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 727return Response.FromValue(value, message.Response); 730throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 762switch (message.Response.Status) 767using var document = JsonDocument.Parse(message.Response.ContentStream); 769return Response.FromValue(value, message.Response); 772throw _clientDiagnostics.CreateRequestFailedException(message.Response); 835switch (message.Response.Status) 840using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 842return Response.FromValue(value, message.Response); 845throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 874switch (message.Response.Status) 879using var document = JsonDocument.Parse(message.Response.ContentStream); 881return Response.FromValue(value, message.Response); 884throw _clientDiagnostics.CreateRequestFailedException(message.Response); 939switch (message.Response.Status) 944using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 946return Response.FromValue(value, message.Response); 949throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 977switch (message.Response.Status) 982using var document = JsonDocument.Parse(message.Response.ContentStream); 984return Response.FromValue(value, message.Response); 987throw _clientDiagnostics.CreateRequestFailedException(message.Response); 1043switch (message.Response.Status) 1048using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 1050return Response.FromValue(value, message.Response); 1053throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 1085switch (message.Response.Status) 1090using var document = JsonDocument.Parse(message.Response.ContentStream); 1092return Response.FromValue(value, message.Response); 1095throw _clientDiagnostics.CreateRequestFailedException(message.Response); 1150switch (message.Response.Status) 1155using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 1157return Response.FromValue(value, message.Response); 1160throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 1192switch (message.Response.Status) 1197using var document = JsonDocument.Parse(message.Response.ContentStream); 1199return Response.FromValue(value, message.Response); 1202throw _clientDiagnostics.CreateRequestFailedException(message.Response); 1265switch (message.Response.Status) 1270using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 1272return Response.FromValue(value, message.Response); 1275throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 1308switch (message.Response.Status) 1313using var document = JsonDocument.Parse(message.Response.ContentStream); 1315return Response.FromValue(value, message.Response); 1318throw _clientDiagnostics.CreateRequestFailedException(message.Response); 1375switch (message.Response.Status) 1380using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 1382return Response.FromValue(value, message.Response); 1385throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 1413switch (message.Response.Status) 1418using var document = JsonDocument.Parse(message.Response.ContentStream); 1420return Response.FromValue(value, message.Response); 1423throw _clientDiagnostics.CreateRequestFailedException(message.Response); 1466switch (message.Response.Status) 1471using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 1473return Response.FromValue(value, message.Response); 1476throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 1506switch (message.Response.Status) 1511using var document = JsonDocument.Parse(message.Response.ContentStream); 1513return Response.FromValue(value, message.Response); 1516throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Generated\BlobServicesRestOperations.cs (24)
91switch (message.Response.Status) 96using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 98return Response.FromValue(value, message.Response); 101throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 123switch (message.Response.Status) 128using var document = JsonDocument.Parse(message.Response.ContentStream); 130return Response.FromValue(value, message.Response); 133throw _clientDiagnostics.CreateRequestFailedException(message.Response); 185switch (message.Response.Status) 190using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 192return Response.FromValue(value, message.Response); 195throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 222switch (message.Response.Status) 227using var document = JsonDocument.Parse(message.Response.ContentStream); 229return Response.FromValue(value, message.Response); 232throw _clientDiagnostics.CreateRequestFailedException(message.Response); 275switch (message.Response.Status) 280using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 282return Response.FromValue(value, message.Response); 285throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 307switch (message.Response.Status) 312using var document = JsonDocument.Parse(message.Response.ContentStream); 314return Response.FromValue(value, message.Response); 317throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Generated\EncryptionScopesRestOperations.cs (40)
106switch (message.Response.Status) 112using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 114return Response.FromValue(value, message.Response); 117throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 149switch (message.Response.Status) 155using var document = JsonDocument.Parse(message.Response.ContentStream); 157return Response.FromValue(value, message.Response); 160throw _clientDiagnostics.CreateRequestFailedException(message.Response); 217switch (message.Response.Status) 222using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 224return Response.FromValue(value, message.Response); 227throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 259switch (message.Response.Status) 264using var document = JsonDocument.Parse(message.Response.ContentStream); 266return Response.FromValue(value, message.Response); 269throw _clientDiagnostics.CreateRequestFailedException(message.Response); 317switch (message.Response.Status) 322using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 324return Response.FromValue(value, message.Response); 327throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 354switch (message.Response.Status) 359using var document = JsonDocument.Parse(message.Response.ContentStream); 361return Response.FromValue(value, message.Response); 364throw _clientDiagnostics.CreateRequestFailedException(message.Response); 406switch (message.Response.Status) 411using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 413return Response.FromValue(value, message.Response); 416throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 438switch (message.Response.Status) 443using var document = JsonDocument.Parse(message.Response.ContentStream); 445return Response.FromValue(value, message.Response); 448throw _clientDiagnostics.CreateRequestFailedException(message.Response); 488switch (message.Response.Status) 493using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 495return Response.FromValue(value, message.Response); 498throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 525switch (message.Response.Status) 530using var document = JsonDocument.Parse(message.Response.ContentStream); 532return Response.FromValue(value, message.Response); 535throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Generated\FileServicesRestOperations.cs (24)
91switch (message.Response.Status) 96using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 98return Response.FromValue(value, message.Response); 101throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 123switch (message.Response.Status) 128using var document = JsonDocument.Parse(message.Response.ContentStream); 130return Response.FromValue(value, message.Response); 133throw _clientDiagnostics.CreateRequestFailedException(message.Response); 185switch (message.Response.Status) 190using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 192return Response.FromValue(value, message.Response); 195throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 222switch (message.Response.Status) 227using var document = JsonDocument.Parse(message.Response.ContentStream); 229return Response.FromValue(value, message.Response); 232throw _clientDiagnostics.CreateRequestFailedException(message.Response); 275switch (message.Response.Status) 280using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 282return Response.FromValue(value, message.Response); 285throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 307switch (message.Response.Status) 312using var document = JsonDocument.Parse(message.Response.ContentStream); 314return Response.FromValue(value, message.Response); 317throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Generated\FileSharesRestOperations.cs (52)
102switch (message.Response.Status) 107using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 109return Response.FromValue(value, message.Response); 112throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 136switch (message.Response.Status) 141using var document = JsonDocument.Parse(message.Response.ContentStream); 143return Response.FromValue(value, message.Response); 146throw _clientDiagnostics.CreateRequestFailedException(message.Response); 203switch (message.Response.Status) 209using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 211return Response.FromValue(value, message.Response); 214throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 246switch (message.Response.Status) 252using var document = JsonDocument.Parse(message.Response.ContentStream); 254return Response.FromValue(value, message.Response); 257throw _clientDiagnostics.CreateRequestFailedException(message.Response); 314switch (message.Response.Status) 319using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 321return Response.FromValue(value, message.Response); 324throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 356switch (message.Response.Status) 361using var document = JsonDocument.Parse(message.Response.ContentStream); 363return Response.FromValue(value, message.Response); 366throw _clientDiagnostics.CreateRequestFailedException(message.Response); 415switch (message.Response.Status) 420using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 422return Response.FromValue(value, message.Response); 425throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 452switch (message.Response.Status) 457using var document = JsonDocument.Parse(message.Response.ContentStream); 459return Response.FromValue(value, message.Response); 462throw _clientDiagnostics.CreateRequestFailedException(message.Response); 510switch (message.Response.Status) 514return message.Response; 516throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 543switch (message.Response.Status) 547return message.Response; 549throw _clientDiagnostics.CreateRequestFailedException(message.Response); 607switch (message.Response.Status) 610return message.Response; 612throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 644switch (message.Response.Status) 647return message.Response; 649throw _clientDiagnostics.CreateRequestFailedException(message.Response); 691switch (message.Response.Status) 696using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 698return Response.FromValue(value, message.Response); 701throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 730switch (message.Response.Status) 735using var document = JsonDocument.Parse(message.Response.ContentStream); 737return Response.FromValue(value, message.Response); 740throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Generated\ManagementPoliciesRestOperations.cs (22)
93switch (message.Response.Status) 98using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 100return Response.FromValue(value, message.Response); 103throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 126switch (message.Response.Status) 131using var document = JsonDocument.Parse(message.Response.ContentStream); 133return Response.FromValue(value, message.Response); 136throw _clientDiagnostics.CreateRequestFailedException(message.Response); 189switch (message.Response.Status) 194using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 196return Response.FromValue(value, message.Response); 199throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 227switch (message.Response.Status) 232using var document = JsonDocument.Parse(message.Response.ContentStream); 234return Response.FromValue(value, message.Response); 237throw _clientDiagnostics.CreateRequestFailedException(message.Response); 280switch (message.Response.Status) 284return message.Response; 286throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 309switch (message.Response.Status) 313return message.Response; 315throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Generated\ObjectReplicationPoliciesRestOperations.cs (30)
91switch (message.Response.Status) 96using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 98return Response.FromValue(value, message.Response); 101throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 123switch (message.Response.Status) 128using var document = JsonDocument.Parse(message.Response.ContentStream); 130return Response.FromValue(value, message.Response); 133throw _clientDiagnostics.CreateRequestFailedException(message.Response); 181switch (message.Response.Status) 186using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 188return Response.FromValue(value, message.Response); 191throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 218switch (message.Response.Status) 223using var document = JsonDocument.Parse(message.Response.ContentStream); 225return Response.FromValue(value, message.Response); 228throw _clientDiagnostics.CreateRequestFailedException(message.Response); 285switch (message.Response.Status) 290using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 292return Response.FromValue(value, message.Response); 295throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 327switch (message.Response.Status) 332using var document = JsonDocument.Parse(message.Response.ContentStream); 334return Response.FromValue(value, message.Response); 337throw _clientDiagnostics.CreateRequestFailedException(message.Response); 385switch (message.Response.Status) 389return message.Response; 391throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 418switch (message.Response.Status) 422return message.Response; 424throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Generated\PrivateEndpointConnectionsRestOperations.cs (30)
91switch (message.Response.Status) 96using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 98return Response.FromValue(value, message.Response); 101throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 123switch (message.Response.Status) 128using var document = JsonDocument.Parse(message.Response.ContentStream); 130return Response.FromValue(value, message.Response); 133throw _clientDiagnostics.CreateRequestFailedException(message.Response); 181switch (message.Response.Status) 186using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 188return Response.FromValue(value, message.Response); 191throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 218switch (message.Response.Status) 223using var document = JsonDocument.Parse(message.Response.ContentStream); 225return Response.FromValue(value, message.Response); 228throw _clientDiagnostics.CreateRequestFailedException(message.Response); 285switch (message.Response.Status) 290using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 292return Response.FromValue(value, message.Response); 295throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 327switch (message.Response.Status) 332using var document = JsonDocument.Parse(message.Response.ContentStream); 334return Response.FromValue(value, message.Response); 337throw _clientDiagnostics.CreateRequestFailedException(message.Response); 385switch (message.Response.Status) 389return message.Response; 391throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 418switch (message.Response.Status) 422return message.Response; 424throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Generated\PrivateLinkResourcesRestOperations.cs (8)
91switch (message.Response.Status) 96using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 98return Response.FromValue(value, message.Response); 101throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 123switch (message.Response.Status) 128using var document = JsonDocument.Parse(message.Response.ContentStream); 130return Response.FromValue(value, message.Response); 133throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Generated\QueueRestOperations.cs (46)
106switch (message.Response.Status) 111using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 113return Response.FromValue(value, message.Response); 116throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 148switch (message.Response.Status) 153using var document = JsonDocument.Parse(message.Response.ContentStream); 155return Response.FromValue(value, message.Response); 158throw _clientDiagnostics.CreateRequestFailedException(message.Response); 215switch (message.Response.Status) 220using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 222return Response.FromValue(value, message.Response); 225throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 257switch (message.Response.Status) 262using var document = JsonDocument.Parse(message.Response.ContentStream); 264return Response.FromValue(value, message.Response); 267throw _clientDiagnostics.CreateRequestFailedException(message.Response); 315switch (message.Response.Status) 320using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 322return Response.FromValue(value, message.Response); 325throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 352switch (message.Response.Status) 357using var document = JsonDocument.Parse(message.Response.ContentStream); 359return Response.FromValue(value, message.Response); 362throw _clientDiagnostics.CreateRequestFailedException(message.Response); 410switch (message.Response.Status) 413return message.Response; 415throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 442switch (message.Response.Status) 445return message.Response; 447throw _clientDiagnostics.CreateRequestFailedException(message.Response); 499switch (message.Response.Status) 504using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 506return Response.FromValue(value, message.Response); 509throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 533switch (message.Response.Status) 538using var document = JsonDocument.Parse(message.Response.ContentStream); 540return Response.FromValue(value, message.Response); 543throw _clientDiagnostics.CreateRequestFailedException(message.Response); 585switch (message.Response.Status) 590using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 592return Response.FromValue(value, message.Response); 595throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 624switch (message.Response.Status) 629using var document = JsonDocument.Parse(message.Response.ContentStream); 631return Response.FromValue(value, message.Response); 634throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Generated\QueueServicesRestOperations.cs (24)
91switch (message.Response.Status) 96using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 98return Response.FromValue(value, message.Response); 101throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 123switch (message.Response.Status) 128using var document = JsonDocument.Parse(message.Response.ContentStream); 130return Response.FromValue(value, message.Response); 133throw _clientDiagnostics.CreateRequestFailedException(message.Response); 185switch (message.Response.Status) 190using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 192return Response.FromValue(value, message.Response); 195throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 222switch (message.Response.Status) 227using var document = JsonDocument.Parse(message.Response.ContentStream); 229return Response.FromValue(value, message.Response); 232throw _clientDiagnostics.CreateRequestFailedException(message.Response); 275switch (message.Response.Status) 280using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 282return Response.FromValue(value, message.Response); 285throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 307switch (message.Response.Status) 312using var document = JsonDocument.Parse(message.Response.ContentStream); 314return Response.FromValue(value, message.Response); 317throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Generated\RestOperations.cs (8)
66switch (message.Response.Status) 71using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 73return Response.FromValue(value, message.Response); 76throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 86switch (message.Response.Status) 91using var document = JsonDocument.Parse(message.Response.ContentStream); 93return Response.FromValue(value, message.Response); 96throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Generated\SkusRestOperations.cs (8)
75switch (message.Response.Status) 80using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 82return Response.FromValue(value, message.Response); 85throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 95switch (message.Response.Status) 100using var document = JsonDocument.Parse(message.Response.ContentStream); 102return Response.FromValue(value, message.Response); 105throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Generated\StorageAccountsRestOperations.cs (110)
86switch (message.Response.Status) 91using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 93return Response.FromValue(value, message.Response); 96throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 113switch (message.Response.Status) 118using var document = JsonDocument.Parse(message.Response.ContentStream); 120return Response.FromValue(value, message.Response); 123throw _clientDiagnostics.CreateRequestFailedException(message.Response); 173switch (message.Response.Status) 177return message.Response; 179throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 206switch (message.Response.Status) 210return message.Response; 212throw _clientDiagnostics.CreateRequestFailedException(message.Response); 252switch (message.Response.Status) 256return message.Response; 258throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 280switch (message.Response.Status) 284return message.Response; 286throw _clientDiagnostics.CreateRequestFailedException(message.Response); 332switch (message.Response.Status) 337using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 339return Response.FromValue(value, message.Response); 342throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 365switch (message.Response.Status) 370using var document = JsonDocument.Parse(message.Response.ContentStream); 372return Response.FromValue(value, message.Response); 375throw _clientDiagnostics.CreateRequestFailedException(message.Response); 425switch (message.Response.Status) 430using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 432return Response.FromValue(value, message.Response); 435throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 462switch (message.Response.Status) 467using var document = JsonDocument.Parse(message.Response.ContentStream); 469return Response.FromValue(value, message.Response); 472throw _clientDiagnostics.CreateRequestFailedException(message.Response); 498switch (message.Response.Status) 503using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 505return Response.FromValue(value, message.Response); 508throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 518switch (message.Response.Status) 523using var document = JsonDocument.Parse(message.Response.ContentStream); 525return Response.FromValue(value, message.Response); 528throw _clientDiagnostics.CreateRequestFailedException(message.Response); 563switch (message.Response.Status) 568using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 570return Response.FromValue(value, message.Response); 573throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 590switch (message.Response.Status) 595using var document = JsonDocument.Parse(message.Response.ContentStream); 597return Response.FromValue(value, message.Response); 600throw _clientDiagnostics.CreateRequestFailedException(message.Response); 643switch (message.Response.Status) 648using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 650return Response.FromValue(value, message.Response); 653throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 675switch (message.Response.Status) 680using var document = JsonDocument.Parse(message.Response.ContentStream); 682return Response.FromValue(value, message.Response); 685throw _clientDiagnostics.CreateRequestFailedException(message.Response); 736switch (message.Response.Status) 741using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 743return Response.FromValue(value, message.Response); 746throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 773switch (message.Response.Status) 778using var document = JsonDocument.Parse(message.Response.ContentStream); 780return Response.FromValue(value, message.Response); 783throw _clientDiagnostics.CreateRequestFailedException(message.Response); 834switch (message.Response.Status) 839using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 841return Response.FromValue(value, message.Response); 844throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 871switch (message.Response.Status) 876using var document = JsonDocument.Parse(message.Response.ContentStream); 878return Response.FromValue(value, message.Response); 881throw _clientDiagnostics.CreateRequestFailedException(message.Response); 932switch (message.Response.Status) 937using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 939return Response.FromValue(value, message.Response); 942throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 969switch (message.Response.Status) 974using var document = JsonDocument.Parse(message.Response.ContentStream); 976return Response.FromValue(value, message.Response); 979throw _clientDiagnostics.CreateRequestFailedException(message.Response); 1020switch (message.Response.Status) 1024return message.Response; 1026throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 1048switch (message.Response.Status) 1052return message.Response; 1054throw _clientDiagnostics.CreateRequestFailedException(message.Response); 1105switch (message.Response.Status) 1109return message.Response; 1111throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 1138switch (message.Response.Status) 1142return message.Response; 1144throw _clientDiagnostics.CreateRequestFailedException(message.Response); 1185switch (message.Response.Status) 1188return message.Response; 1190throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 1212switch (message.Response.Status) 1215return message.Response; 1217throw _clientDiagnostics.CreateRequestFailedException(message.Response); 1247switch (message.Response.Status) 1252using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 1254return Response.FromValue(value, message.Response); 1257throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 1274switch (message.Response.Status) 1279using var document = JsonDocument.Parse(message.Response.ContentStream); 1281return Response.FromValue(value, message.Response); 1284throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Generated\TableRestOperations.cs (46)
97switch (message.Response.Status) 102using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 104return Response.FromValue(value, message.Response); 107throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 134switch (message.Response.Status) 139using var document = JsonDocument.Parse(message.Response.ContentStream); 141return Response.FromValue(value, message.Response); 144throw _clientDiagnostics.CreateRequestFailedException(message.Response); 192switch (message.Response.Status) 197using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 199return Response.FromValue(value, message.Response); 202throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 229switch (message.Response.Status) 234using var document = JsonDocument.Parse(message.Response.ContentStream); 236return Response.FromValue(value, message.Response); 239throw _clientDiagnostics.CreateRequestFailedException(message.Response); 287switch (message.Response.Status) 292using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 294return Response.FromValue(value, message.Response); 297throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 324switch (message.Response.Status) 329using var document = JsonDocument.Parse(message.Response.ContentStream); 331return Response.FromValue(value, message.Response); 334throw _clientDiagnostics.CreateRequestFailedException(message.Response); 382switch (message.Response.Status) 385return message.Response; 387throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 414switch (message.Response.Status) 417return message.Response; 419throw _clientDiagnostics.CreateRequestFailedException(message.Response); 461switch (message.Response.Status) 466using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 468return Response.FromValue(value, message.Response); 471throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 493switch (message.Response.Status) 498using var document = JsonDocument.Parse(message.Response.ContentStream); 500return Response.FromValue(value, message.Response); 503throw _clientDiagnostics.CreateRequestFailedException(message.Response); 543switch (message.Response.Status) 548using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 550return Response.FromValue(value, message.Response); 553throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 580switch (message.Response.Status) 585using var document = JsonDocument.Parse(message.Response.ContentStream); 587return Response.FromValue(value, message.Response); 590throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Generated\TableServicesRestOperations.cs (24)
91switch (message.Response.Status) 96using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 98return Response.FromValue(value, message.Response); 101throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 123switch (message.Response.Status) 128using var document = JsonDocument.Parse(message.Response.ContentStream); 130return Response.FromValue(value, message.Response); 133throw _clientDiagnostics.CreateRequestFailedException(message.Response); 185switch (message.Response.Status) 190using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 192return Response.FromValue(value, message.Response); 195throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 222switch (message.Response.Status) 227using var document = JsonDocument.Parse(message.Response.ContentStream); 229return Response.FromValue(value, message.Response); 232throw _clientDiagnostics.CreateRequestFailedException(message.Response); 275switch (message.Response.Status) 280using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 282return Response.FromValue(value, message.Response); 285throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 307switch (message.Response.Status) 312using var document = JsonDocument.Parse(message.Response.ContentStream); 314return Response.FromValue(value, message.Response); 317throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Generated\UsagesRestOperations.cs (8)
84switch (message.Response.Status) 89using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 91return Response.FromValue(value, message.Response); 94throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 111switch (message.Response.Status) 116using var document = JsonDocument.Parse(message.Response.ContentStream); 118return Response.FromValue(value, message.Response); 121throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Shared\AutoRest\ArmOperationHelpers.cs (2)
202return message.Response; 224return message.Response;
Azure.Search.Documents (306)
Generated\DataSourcesRestClient.cs (38)
101switch (message.Response.Status) 107using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 109return Response.FromValue(value, message.Response); 112throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 136switch (message.Response.Status) 142using var document = JsonDocument.Parse(message.Response.ContentStream); 144return Response.FromValue(value, message.Response); 147throw _clientDiagnostics.CreateRequestFailedException(message.Response); 190switch (message.Response.Status) 194return message.Response; 196throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 215switch (message.Response.Status) 219return message.Response; 221throw _clientDiagnostics.CreateRequestFailedException(message.Response); 254switch (message.Response.Status) 259using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 261return Response.FromValue(value, message.Response); 264throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 281switch (message.Response.Status) 286using var document = JsonDocument.Parse(message.Response.ContentStream); 288return Response.FromValue(value, message.Response); 291throw _clientDiagnostics.CreateRequestFailedException(message.Response); 320switch (message.Response.Status) 325using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 327return Response.FromValue(value, message.Response); 330throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 341switch (message.Response.Status) 346using var document = JsonDocument.Parse(message.Response.ContentStream); 348return Response.FromValue(value, message.Response); 351throw _clientDiagnostics.CreateRequestFailedException(message.Response); 386switch (message.Response.Status) 391using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 393return Response.FromValue(value, message.Response); 396throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 413switch (message.Response.Status) 418using var document = JsonDocument.Parse(message.Response.ContentStream); 420return Response.FromValue(value, message.Response); 423throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Generated\DocumentsRestClient.cs (48)
83switch (message.Response.Status) 88using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 90return Response.FromValue(value, message.Response); 93throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 103switch (message.Response.Status) 108using var document = JsonDocument.Parse(message.Response.ContentStream); 110return Response.FromValue(value, message.Response); 113throw _clientDiagnostics.CreateRequestFailedException(message.Response); 151switch (message.Response.Status) 156using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 158return Response.FromValue(value, message.Response); 161throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 178switch (message.Response.Status) 183using var document = JsonDocument.Parse(message.Response.ContentStream); 185return Response.FromValue(value, message.Response); 188throw _clientDiagnostics.CreateRequestFailedException(message.Response); 229switch (message.Response.Status) 234using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 241return Response.FromValue(value, message.Response); 244throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 262switch (message.Response.Status) 267using var document = JsonDocument.Parse(message.Response.ContentStream); 274return Response.FromValue(value, message.Response); 277throw _clientDiagnostics.CreateRequestFailedException(message.Response); 315switch (message.Response.Status) 320using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 322return Response.FromValue(value, message.Response); 325throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 342switch (message.Response.Status) 347using var document = JsonDocument.Parse(message.Response.ContentStream); 349return Response.FromValue(value, message.Response); 352throw _clientDiagnostics.CreateRequestFailedException(message.Response); 390switch (message.Response.Status) 396using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 398return Response.FromValue(value, message.Response); 401throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 418switch (message.Response.Status) 424using var document = JsonDocument.Parse(message.Response.ContentStream); 426return Response.FromValue(value, message.Response); 429throw _clientDiagnostics.CreateRequestFailedException(message.Response); 467switch (message.Response.Status) 472using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 474return Response.FromValue(value, message.Response); 477throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 494switch (message.Response.Status) 499using var document = JsonDocument.Parse(message.Response.ContentStream); 501return Response.FromValue(value, message.Response); 504throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Generated\IndexersRestClient.cs (58)
81switch (message.Response.Status) 84return message.Response; 86throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 103switch (message.Response.Status) 106return message.Response; 108throw _clientDiagnostics.CreateRequestFailedException(message.Response); 141switch (message.Response.Status) 144return message.Response; 146throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 163switch (message.Response.Status) 166return message.Response; 168throw _clientDiagnostics.CreateRequestFailedException(message.Response); 221switch (message.Response.Status) 227using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 229return Response.FromValue(value, message.Response); 232throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 256switch (message.Response.Status) 262using var document = JsonDocument.Parse(message.Response.ContentStream); 264return Response.FromValue(value, message.Response); 267throw _clientDiagnostics.CreateRequestFailedException(message.Response); 310switch (message.Response.Status) 314return message.Response; 316throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 335switch (message.Response.Status) 339return message.Response; 341throw _clientDiagnostics.CreateRequestFailedException(message.Response); 374switch (message.Response.Status) 379using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 381return Response.FromValue(value, message.Response); 384throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 401switch (message.Response.Status) 406using var document = JsonDocument.Parse(message.Response.ContentStream); 408return Response.FromValue(value, message.Response); 411throw _clientDiagnostics.CreateRequestFailedException(message.Response); 440switch (message.Response.Status) 445using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 447return Response.FromValue(value, message.Response); 450throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 461switch (message.Response.Status) 466using var document = JsonDocument.Parse(message.Response.ContentStream); 468return Response.FromValue(value, message.Response); 471throw _clientDiagnostics.CreateRequestFailedException(message.Response); 506switch (message.Response.Status) 511using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 513return Response.FromValue(value, message.Response); 516throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 533switch (message.Response.Status) 538using var document = JsonDocument.Parse(message.Response.ContentStream); 540return Response.FromValue(value, message.Response); 543throw _clientDiagnostics.CreateRequestFailedException(message.Response); 576switch (message.Response.Status) 581using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 583return Response.FromValue(value, message.Response); 586throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 603switch (message.Response.Status) 608using var document = JsonDocument.Parse(message.Response.ContentStream); 610return Response.FromValue(value, message.Response); 613throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Generated\IndexesRestClient.cs (54)
83switch (message.Response.Status) 88using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 90return Response.FromValue(value, message.Response); 93throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 110switch (message.Response.Status) 115using var document = JsonDocument.Parse(message.Response.ContentStream); 117return Response.FromValue(value, message.Response); 120throw _clientDiagnostics.CreateRequestFailedException(message.Response); 149switch (message.Response.Status) 154using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 156return Response.FromValue(value, message.Response); 159throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 170switch (message.Response.Status) 175using var document = JsonDocument.Parse(message.Response.ContentStream); 177return Response.FromValue(value, message.Response); 180throw _clientDiagnostics.CreateRequestFailedException(message.Response); 238switch (message.Response.Status) 244using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 246return Response.FromValue(value, message.Response); 249throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 274switch (message.Response.Status) 280using var document = JsonDocument.Parse(message.Response.ContentStream); 282return Response.FromValue(value, message.Response); 285throw _clientDiagnostics.CreateRequestFailedException(message.Response); 328switch (message.Response.Status) 332return message.Response; 334throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 353switch (message.Response.Status) 357return message.Response; 359throw _clientDiagnostics.CreateRequestFailedException(message.Response); 392switch (message.Response.Status) 397using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 399return Response.FromValue(value, message.Response); 402throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 419switch (message.Response.Status) 424using var document = JsonDocument.Parse(message.Response.ContentStream); 426return Response.FromValue(value, message.Response); 429throw _clientDiagnostics.CreateRequestFailedException(message.Response); 462switch (message.Response.Status) 467using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 469return Response.FromValue(value, message.Response); 472throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 489switch (message.Response.Status) 494using var document = JsonDocument.Parse(message.Response.ContentStream); 496return Response.FromValue(value, message.Response); 499throw _clientDiagnostics.CreateRequestFailedException(message.Response); 541switch (message.Response.Status) 546using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 548return Response.FromValue(value, message.Response); 551throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 573switch (message.Response.Status) 578using var document = JsonDocument.Parse(message.Response.ContentStream); 580return Response.FromValue(value, message.Response); 583throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Generated\SearchServiceRestClient.cs (8)
72switch (message.Response.Status) 77using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 79return Response.FromValue(value, message.Response); 82throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 92switch (message.Response.Status) 97using var document = JsonDocument.Parse(message.Response.ContentStream); 99return Response.FromValue(value, message.Response); 102throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Generated\SkillsetsRestClient.cs (38)
101switch (message.Response.Status) 107using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 109return Response.FromValue(value, message.Response); 112throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 136switch (message.Response.Status) 142using var document = JsonDocument.Parse(message.Response.ContentStream); 144return Response.FromValue(value, message.Response); 147throw _clientDiagnostics.CreateRequestFailedException(message.Response); 190switch (message.Response.Status) 194return message.Response; 196throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 215switch (message.Response.Status) 219return message.Response; 221throw _clientDiagnostics.CreateRequestFailedException(message.Response); 254switch (message.Response.Status) 259using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 261return Response.FromValue(value, message.Response); 264throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 281switch (message.Response.Status) 286using var document = JsonDocument.Parse(message.Response.ContentStream); 288return Response.FromValue(value, message.Response); 291throw _clientDiagnostics.CreateRequestFailedException(message.Response); 320switch (message.Response.Status) 325using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 327return Response.FromValue(value, message.Response); 330throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 341switch (message.Response.Status) 346using var document = JsonDocument.Parse(message.Response.ContentStream); 348return Response.FromValue(value, message.Response); 351throw _clientDiagnostics.CreateRequestFailedException(message.Response); 386switch (message.Response.Status) 391using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 393return Response.FromValue(value, message.Response); 396throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 413switch (message.Response.Status) 418using var document = JsonDocument.Parse(message.Response.ContentStream); 420return Response.FromValue(value, message.Response); 423throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Generated\SynonymMapsRestClient.cs (38)
101switch (message.Response.Status) 107using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 109return Response.FromValue(value, message.Response); 112throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 136switch (message.Response.Status) 142using var document = JsonDocument.Parse(message.Response.ContentStream); 144return Response.FromValue(value, message.Response); 147throw _clientDiagnostics.CreateRequestFailedException(message.Response); 190switch (message.Response.Status) 194return message.Response; 196throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 215switch (message.Response.Status) 219return message.Response; 221throw _clientDiagnostics.CreateRequestFailedException(message.Response); 254switch (message.Response.Status) 259using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 261return Response.FromValue(value, message.Response); 264throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 281switch (message.Response.Status) 286using var document = JsonDocument.Parse(message.Response.ContentStream); 288return Response.FromValue(value, message.Response); 291throw _clientDiagnostics.CreateRequestFailedException(message.Response); 320switch (message.Response.Status) 325using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 327return Response.FromValue(value, message.Response); 330throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 341switch (message.Response.Status) 346using var document = JsonDocument.Parse(message.Response.ContentStream); 348return Response.FromValue(value, message.Response); 351throw _clientDiagnostics.CreateRequestFailedException(message.Response); 386switch (message.Response.Status) 391using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 393return Response.FromValue(value, message.Response); 396throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 413switch (message.Response.Status) 418using var document = JsonDocument.Parse(message.Response.ContentStream); 420return Response.FromValue(value, message.Response); 423throw _clientDiagnostics.CreateRequestFailedException(message.Response);
SearchClient.cs (22)
603switch (message.Response.Status) 607T value = await message.Response.ContentStream.DeserializeAsync<T>( 612return Response.FromValue(value, message.Response); 616await ClientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false) : 617ClientDiagnostics.CreateRequestFailedException(message.Response); 786switch (message.Response.Status) 792message.Response.ContentStream, 800results.ConfigurePaging(this, message.Response); 802return Response.FromValue(results, message.Response); 806await ClientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false) : 807ClientDiagnostics.CreateRequestFailedException(message.Response); 957switch (message.Response.Status) 962message.Response.ContentStream, 967return Response.FromValue(suggestions, message.Response); 971await ClientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false) : 972ClientDiagnostics.CreateRequestFailedException(message.Response); 1257switch (message.Response.Status) 1264await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false) : 1265JsonDocument.Parse(message.Response.ContentStream, default); 1298return Response.FromValue(value, message.Response); 1302await ClientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false) : 1303ClientDiagnostics.CreateRequestFailedException(message.Response);
Shared\AutoRest\OperationInternals.cs (2)
184return message.Response; 206return message.Response;
Azure.Security.Attestation (90)
Generated\AttestationRestClient.cs (24)
79switch (message.Response.Status) 84using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 86return Response.FromValue(value, message.Response); 89throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 106switch (message.Response.Status) 111using var document = JsonDocument.Parse(message.Response.ContentStream); 113return Response.FromValue(value, message.Response); 116throw _clientDiagnostics.CreateRequestFailedException(message.Response); 151switch (message.Response.Status) 156using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 158return Response.FromValue(value, message.Response); 161throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 178switch (message.Response.Status) 183using var document = JsonDocument.Parse(message.Response.ContentStream); 185return Response.FromValue(value, message.Response); 188throw _clientDiagnostics.CreateRequestFailedException(message.Response); 223switch (message.Response.Status) 228using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 230return Response.FromValue(value, message.Response); 233throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 250switch (message.Response.Status) 255using var document = JsonDocument.Parse(message.Response.ContentStream); 257return Response.FromValue(value, message.Response); 260throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Generated\MetadataConfigurationRestClient.cs (8)
60switch (message.Response.Status) 65using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 67return Response.FromValue(value, message.Response); 70throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 80switch (message.Response.Status) 85using var document = JsonDocument.Parse(message.Response.ContentStream); 87return Response.FromValue(value, message.Response); 90throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Generated\PolicyCertificatesRestClient.cs (24)
68switch (message.Response.Status) 73using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 75return Response.FromValue(value, message.Response); 78throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 88switch (message.Response.Status) 93using var document = JsonDocument.Parse(message.Response.ContentStream); 95return Response.FromValue(value, message.Response); 98throw _clientDiagnostics.CreateRequestFailedException(message.Response); 133switch (message.Response.Status) 138using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 140return Response.FromValue(value, message.Response); 143throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 160switch (message.Response.Status) 165using var document = JsonDocument.Parse(message.Response.ContentStream); 167return Response.FromValue(value, message.Response); 170throw _clientDiagnostics.CreateRequestFailedException(message.Response); 205switch (message.Response.Status) 210using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 212return Response.FromValue(value, message.Response); 215throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 232switch (message.Response.Status) 237using var document = JsonDocument.Parse(message.Response.ContentStream); 239return Response.FromValue(value, message.Response); 242throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Generated\PolicyRestClient.cs (24)
70switch (message.Response.Status) 75using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 77return Response.FromValue(value, message.Response); 80throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 91switch (message.Response.Status) 96using var document = JsonDocument.Parse(message.Response.ContentStream); 98return Response.FromValue(value, message.Response); 101throw _clientDiagnostics.CreateRequestFailedException(message.Response); 136switch (message.Response.Status) 141using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 143return Response.FromValue(value, message.Response); 146throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 164switch (message.Response.Status) 169using var document = JsonDocument.Parse(message.Response.ContentStream); 171return Response.FromValue(value, message.Response); 174throw _clientDiagnostics.CreateRequestFailedException(message.Response); 210switch (message.Response.Status) 215using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 217return Response.FromValue(value, message.Response); 220throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 238switch (message.Response.Status) 243using var document = JsonDocument.Parse(message.Response.ContentStream); 245return Response.FromValue(value, message.Response); 248throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Generated\SigningCertificatesRestClient.cs (8)
60switch (message.Response.Status) 65using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 67return Response.FromValue(value, message.Response); 70throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 80switch (message.Response.Status) 85using var document = JsonDocument.Parse(message.Response.ContentStream); 87return Response.FromValue(value, message.Response); 90throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Shared\AutoRest\OperationInternals.cs (2)
184return message.Response; 206return message.Response;
Azure.Security.ConfidentialLedger (106)
Generated\ConfidentialLedgerClient.cs (96)
75switch (message.Response.Status) 78return message.Response; 80throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 85return message.Response; 114switch (message.Response.Status) 117return message.Response; 119throw _clientDiagnostics.CreateRequestFailedException(message.Response); 124return message.Response; 169switch (message.Response.Status) 172return message.Response; 174throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 179return message.Response; 208switch (message.Response.Status) 211return message.Response; 213throw _clientDiagnostics.CreateRequestFailedException(message.Response); 218return message.Response; 263switch (message.Response.Status) 266return message.Response; 268throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 273return message.Response; 302switch (message.Response.Status) 305return message.Response; 307throw _clientDiagnostics.CreateRequestFailedException(message.Response); 312return message.Response; 360switch (message.Response.Status) 363return message.Response; 365throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 370return message.Response; 402switch (message.Response.Status) 405return message.Response; 407throw _clientDiagnostics.CreateRequestFailedException(message.Response); 412return message.Response; 503switch (message.Response.Status) 506return message.Response; 508throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 513return message.Response; 573switch (message.Response.Status) 576return message.Response; 578throw _clientDiagnostics.CreateRequestFailedException(message.Response); 583return message.Response; 638switch (message.Response.Status) 641return message.Response; 643throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 648return message.Response; 679switch (message.Response.Status) 682return message.Response; 684throw _clientDiagnostics.CreateRequestFailedException(message.Response); 689return message.Response; 742switch (message.Response.Status) 745return message.Response; 747throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 752return message.Response; 782switch (message.Response.Status) 785return message.Response; 787throw _clientDiagnostics.CreateRequestFailedException(message.Response); 792return message.Response; 841switch (message.Response.Status) 844return message.Response; 846throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 851return message.Response; 881switch (message.Response.Status) 884return message.Response; 886throw _clientDiagnostics.CreateRequestFailedException(message.Response); 891return message.Response; 940switch (message.Response.Status) 943return message.Response; 945throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 950return message.Response; 980switch (message.Response.Status) 983return message.Response; 985throw _clientDiagnostics.CreateRequestFailedException(message.Response); 990return message.Response; 1041switch (message.Response.Status) 1044return message.Response; 1046throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 1051return message.Response; 1081switch (message.Response.Status) 1084return message.Response; 1086throw _clientDiagnostics.CreateRequestFailedException(message.Response); 1091return message.Response; 1139switch (message.Response.Status) 1142return message.Response; 1144throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 1149return message.Response; 1179switch (message.Response.Status) 1182return message.Response; 1184throw _clientDiagnostics.CreateRequestFailedException(message.Response); 1189return message.Response; 1261switch (message.Response.Status) 1264return message.Response; 1266throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 1271return message.Response; 1325switch (message.Response.Status) 1328return message.Response; 1330throw _clientDiagnostics.CreateRequestFailedException(message.Response); 1335return message.Response;
Generated\ConfidentialLedgerIdentityServiceClient.cs (8)
52switch (message.Response.Status) 55return message.Response; 57throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 62return message.Response; 92switch (message.Response.Status) 95return message.Response; 97throw _clientDiagnostics.CreateRequestFailedException(message.Response); 102return message.Response;
Shared\AutoRest\OperationInternals.cs (2)
184return message.Response; 206return message.Response;
Azure.Security.KeyVault.Administration (120)
ChallengeBasedAuthenticationPolicy.cs (2)
86string scope = AuthorizationChallengeParser.GetChallengeParameterFromResponse(message.Response, "Bearer", "resource"); 93scope = AuthorizationChallengeParser.GetChallengeParameterFromResponse(message.Response, "Bearer", "scope");
Generated\BackupRestoreRestClient.cs (40)
77var headers = new AzureSecurityKeyVaultAdministrationFullBackupHeaders(message.Response); 78switch (message.Response.Status) 81return ResponseWithHeaders.FromValue(headers, message.Response); 83throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 101var headers = new AzureSecurityKeyVaultAdministrationFullBackupHeaders(message.Response); 102switch (message.Response.Status) 105return ResponseWithHeaders.FromValue(headers, message.Response); 107throw _clientDiagnostics.CreateRequestFailedException(message.Response); 145switch (message.Response.Status) 150using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 152return Response.FromValue(value, message.Response); 155throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 177switch (message.Response.Status) 182using var document = JsonDocument.Parse(message.Response.ContentStream); 184return Response.FromValue(value, message.Response); 187throw _clientDiagnostics.CreateRequestFailedException(message.Response); 226var headers = new AzureSecurityKeyVaultAdministrationFullRestoreOperationHeaders(message.Response); 227switch (message.Response.Status) 230return ResponseWithHeaders.FromValue(headers, message.Response); 232throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 250var headers = new AzureSecurityKeyVaultAdministrationFullRestoreOperationHeaders(message.Response); 251switch (message.Response.Status) 254return ResponseWithHeaders.FromValue(headers, message.Response); 256throw _clientDiagnostics.CreateRequestFailedException(message.Response); 294switch (message.Response.Status) 299using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 301return Response.FromValue(value, message.Response); 304throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 326switch (message.Response.Status) 331using var document = JsonDocument.Parse(message.Response.ContentStream); 333return Response.FromValue(value, message.Response); 336throw _clientDiagnostics.CreateRequestFailedException(message.Response); 382var headers = new AzureSecurityKeyVaultAdministrationSelectiveKeyRestoreOperationHeaders(message.Response); 383switch (message.Response.Status) 386return ResponseWithHeaders.FromValue(headers, message.Response); 388throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 411var headers = new AzureSecurityKeyVaultAdministrationSelectiveKeyRestoreOperationHeaders(message.Response); 412switch (message.Response.Status) 415return ResponseWithHeaders.FromValue(headers, message.Response); 417throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Generated\RoleAssignmentsRestClient.cs (38)
82switch (message.Response.Status) 86return message.Response; 88throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 115switch (message.Response.Status) 119return message.Response; 121throw _clientDiagnostics.CreateRequestFailedException(message.Response); 174switch (message.Response.Status) 179using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 181return Response.FromValue(value, message.Response); 184throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 216switch (message.Response.Status) 221using var document = JsonDocument.Parse(message.Response.ContentStream); 223return Response.FromValue(value, message.Response); 226throw _clientDiagnostics.CreateRequestFailedException(message.Response); 270switch (message.Response.Status) 275using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 277return Response.FromValue(value, message.Response); 280throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 307switch (message.Response.Status) 312using var document = JsonDocument.Parse(message.Response.ContentStream); 314return Response.FromValue(value, message.Response); 317throw _clientDiagnostics.CreateRequestFailedException(message.Response); 360switch (message.Response.Status) 365using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 367return Response.FromValue(value, message.Response); 370throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 393switch (message.Response.Status) 398using var document = JsonDocument.Parse(message.Response.ContentStream); 400return Response.FromValue(value, message.Response); 403throw _clientDiagnostics.CreateRequestFailedException(message.Response); 444switch (message.Response.Status) 449using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 451return Response.FromValue(value, message.Response); 454throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 482switch (message.Response.Status) 487using var document = JsonDocument.Parse(message.Response.ContentStream); 489return Response.FromValue(value, message.Response); 492throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Generated\RoleDefinitionsRestClient.cs (38)
82switch (message.Response.Status) 86return message.Response; 88throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 115switch (message.Response.Status) 119return message.Response; 121throw _clientDiagnostics.CreateRequestFailedException(message.Response); 174switch (message.Response.Status) 179using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 181return Response.FromValue(value, message.Response); 184throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 216switch (message.Response.Status) 221using var document = JsonDocument.Parse(message.Response.ContentStream); 223return Response.FromValue(value, message.Response); 226throw _clientDiagnostics.CreateRequestFailedException(message.Response); 270switch (message.Response.Status) 275using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 277return Response.FromValue(value, message.Response); 280throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 307switch (message.Response.Status) 312using var document = JsonDocument.Parse(message.Response.ContentStream); 314return Response.FromValue(value, message.Response); 317throw _clientDiagnostics.CreateRequestFailedException(message.Response); 360switch (message.Response.Status) 365using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 367return Response.FromValue(value, message.Response); 370throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 393switch (message.Response.Status) 398using var document = JsonDocument.Parse(message.Response.ContentStream); 400return Response.FromValue(value, message.Response); 403throw _clientDiagnostics.CreateRequestFailedException(message.Response); 444switch (message.Response.Status) 449using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 451return Response.FromValue(value, message.Response); 454throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 482switch (message.Response.Status) 487using var document = JsonDocument.Parse(message.Response.ContentStream); 489return Response.FromValue(value, message.Response); 492throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Shared\AutoRest\OperationInternals.cs (2)
184return message.Response; 206return message.Response;
Azure.Security.KeyVault.Certificates (2)
ChallengeBasedAuthenticationPolicy.cs (2)
86string scope = AuthorizationChallengeParser.GetChallengeParameterFromResponse(message.Response, "Bearer", "resource"); 93scope = AuthorizationChallengeParser.GetChallengeParameterFromResponse(message.Response, "Bearer", "scope");
Azure.Security.KeyVault.Keys (2)
ChallengeBasedAuthenticationPolicy.cs (2)
86string scope = AuthorizationChallengeParser.GetChallengeParameterFromResponse(message.Response, "Bearer", "resource"); 93scope = AuthorizationChallengeParser.GetChallengeParameterFromResponse(message.Response, "Bearer", "scope");
Azure.Security.KeyVault.Secrets (2)
ChallengeBasedAuthenticationPolicy.cs (2)
86string scope = AuthorizationChallengeParser.GetChallengeParameterFromResponse(message.Response, "Bearer", "resource"); 93scope = AuthorizationChallengeParser.GetChallengeParameterFromResponse(message.Response, "Bearer", "scope");
Azure.Storage.Blobs (594)
Generated\AppendBlobRestClient.cs (32)
180var headers = new AppendBlobCreateHeaders(message.Response); 181switch (message.Response.Status) 184return ResponseWithHeaders.FromValue(headers, message.Response); 186throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 219var headers = new AppendBlobCreateHeaders(message.Response); 220switch (message.Response.Status) 223return ResponseWithHeaders.FromValue(headers, message.Response); 225throw _clientDiagnostics.CreateRequestFailedException(message.Response); 335var headers = new AppendBlobAppendBlockHeaders(message.Response); 336switch (message.Response.Status) 339return ResponseWithHeaders.FromValue(headers, message.Response); 341throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 374var headers = new AppendBlobAppendBlockHeaders(message.Response); 375switch (message.Response.Status) 378return ResponseWithHeaders.FromValue(headers, message.Response); 380throw _clientDiagnostics.CreateRequestFailedException(message.Response); 519var headers = new AppendBlobAppendBlockFromUrlHeaders(message.Response); 520switch (message.Response.Status) 523return ResponseWithHeaders.FromValue(headers, message.Response); 525throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 565var headers = new AppendBlobAppendBlockFromUrlHeaders(message.Response); 566switch (message.Response.Status) 569return ResponseWithHeaders.FromValue(headers, message.Response); 571throw _clientDiagnostics.CreateRequestFailedException(message.Response); 630var headers = new AppendBlobSealHeaders(message.Response); 631switch (message.Response.Status) 634return ResponseWithHeaders.FromValue(headers, message.Response); 636throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 653var headers = new AppendBlobSealHeaders(message.Response); 654switch (message.Response.Status) 657return ResponseWithHeaders.FromValue(headers, message.Response); 659throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Generated\BlobRestClient.cs (188)
145var headers = new BlobDownloadHeaders(message.Response); 146switch (message.Response.Status) 152return ResponseWithHeaders.FromValue(value, headers, message.Response); 155return ResponseWithHeaders.FromValue((Stream)null, headers, message.Response); 157throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 182var headers = new BlobDownloadHeaders(message.Response); 183switch (message.Response.Status) 189return ResponseWithHeaders.FromValue(value, headers, message.Response); 192return ResponseWithHeaders.FromValue((Stream)null, headers, message.Response); 194throw _clientDiagnostics.CreateRequestFailedException(message.Response); 277var headers = new BlobGetPropertiesHeaders(message.Response); 278switch (message.Response.Status) 281return ResponseWithHeaders.FromValue(headers, message.Response); 283throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 305var headers = new BlobGetPropertiesHeaders(message.Response); 306switch (message.Response.Status) 309return ResponseWithHeaders.FromValue(headers, message.Response); 311throw _clientDiagnostics.CreateRequestFailedException(message.Response); 389var headers = new BlobDeleteHeaders(message.Response); 390switch (message.Response.Status) 393return ResponseWithHeaders.FromValue(headers, message.Response); 395throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 416var headers = new BlobDeleteHeaders(message.Response); 417switch (message.Response.Status) 420return ResponseWithHeaders.FromValue(headers, message.Response); 422throw _clientDiagnostics.CreateRequestFailedException(message.Response); 451var headers = new BlobUndeleteHeaders(message.Response); 452switch (message.Response.Status) 455return ResponseWithHeaders.FromValue(headers, message.Response); 457throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 468var headers = new BlobUndeleteHeaders(message.Response); 469switch (message.Response.Status) 472return ResponseWithHeaders.FromValue(headers, message.Response); 474throw _clientDiagnostics.CreateRequestFailedException(message.Response); 510var headers = new BlobSetExpiryHeaders(message.Response); 511switch (message.Response.Status) 514return ResponseWithHeaders.FromValue(headers, message.Response); 516throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 529var headers = new BlobSetExpiryHeaders(message.Response); 530switch (message.Response.Status) 533return ResponseWithHeaders.FromValue(headers, message.Response); 535throw _clientDiagnostics.CreateRequestFailedException(message.Response); 624var headers = new BlobSetHttpHeadersHeaders(message.Response); 625switch (message.Response.Status) 628return ResponseWithHeaders.FromValue(headers, message.Response); 630throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 653var headers = new BlobSetHttpHeadersHeaders(message.Response); 654switch (message.Response.Status) 657return ResponseWithHeaders.FromValue(headers, message.Response); 659throw _clientDiagnostics.CreateRequestFailedException(message.Response); 703var headers = new BlobSetImmutabilityPolicyHeaders(message.Response); 704switch (message.Response.Status) 707return ResponseWithHeaders.FromValue(headers, message.Response); 709throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 723var headers = new BlobSetImmutabilityPolicyHeaders(message.Response); 724switch (message.Response.Status) 727return ResponseWithHeaders.FromValue(headers, message.Response); 729throw _clientDiagnostics.CreateRequestFailedException(message.Response); 758var headers = new BlobDeleteImmutabilityPolicyHeaders(message.Response); 759switch (message.Response.Status) 762return ResponseWithHeaders.FromValue(headers, message.Response); 764throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 775var headers = new BlobDeleteImmutabilityPolicyHeaders(message.Response); 776switch (message.Response.Status) 779return ResponseWithHeaders.FromValue(headers, message.Response); 781throw _clientDiagnostics.CreateRequestFailedException(message.Response); 812var headers = new BlobSetLegalHoldHeaders(message.Response); 813switch (message.Response.Status) 816return ResponseWithHeaders.FromValue(headers, message.Response); 818throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 830var headers = new BlobSetLegalHoldHeaders(message.Response); 831switch (message.Response.Status) 834return ResponseWithHeaders.FromValue(headers, message.Response); 836throw _clientDiagnostics.CreateRequestFailedException(message.Response); 920var headers = new BlobSetMetadataHeaders(message.Response); 921switch (message.Response.Status) 924return ResponseWithHeaders.FromValue(headers, message.Response); 926throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 948var headers = new BlobSetMetadataHeaders(message.Response); 949switch (message.Response.Status) 952return ResponseWithHeaders.FromValue(headers, message.Response); 954throw _clientDiagnostics.CreateRequestFailedException(message.Response); 1019var headers = new BlobAcquireLeaseHeaders(message.Response); 1020switch (message.Response.Status) 1023return ResponseWithHeaders.FromValue(headers, message.Response); 1025throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 1043var headers = new BlobAcquireLeaseHeaders(message.Response); 1044switch (message.Response.Status) 1047return ResponseWithHeaders.FromValue(headers, message.Response); 1049throw _clientDiagnostics.CreateRequestFailedException(message.Response); 1112var headers = new BlobReleaseLeaseHeaders(message.Response); 1113switch (message.Response.Status) 1116return ResponseWithHeaders.FromValue(headers, message.Response); 1118throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 1141var headers = new BlobReleaseLeaseHeaders(message.Response); 1142switch (message.Response.Status) 1145return ResponseWithHeaders.FromValue(headers, message.Response); 1147throw _clientDiagnostics.CreateRequestFailedException(message.Response); 1210var headers = new BlobRenewLeaseHeaders(message.Response); 1211switch (message.Response.Status) 1214return ResponseWithHeaders.FromValue(headers, message.Response); 1216throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 1239var headers = new BlobRenewLeaseHeaders(message.Response); 1240switch (message.Response.Status) 1243return ResponseWithHeaders.FromValue(headers, message.Response); 1245throw _clientDiagnostics.CreateRequestFailedException(message.Response); 1314var headers = new BlobChangeLeaseHeaders(message.Response); 1315switch (message.Response.Status) 1318return ResponseWithHeaders.FromValue(headers, message.Response); 1320throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 1348var headers = new BlobChangeLeaseHeaders(message.Response); 1349switch (message.Response.Status) 1352return ResponseWithHeaders.FromValue(headers, message.Response); 1354throw _clientDiagnostics.CreateRequestFailedException(message.Response); 1414var headers = new BlobBreakLeaseHeaders(message.Response); 1415switch (message.Response.Status) 1418return ResponseWithHeaders.FromValue(headers, message.Response); 1420throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 1437var headers = new BlobBreakLeaseHeaders(message.Response); 1438switch (message.Response.Status) 1441return ResponseWithHeaders.FromValue(headers, message.Response); 1443throw _clientDiagnostics.CreateRequestFailedException(message.Response); 1527var headers = new BlobCreateSnapshotHeaders(message.Response); 1528switch (message.Response.Status) 1531return ResponseWithHeaders.FromValue(headers, message.Response); 1533throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 1555var headers = new BlobCreateSnapshotHeaders(message.Response); 1556switch (message.Response.Status) 1559return ResponseWithHeaders.FromValue(headers, message.Response); 1561throw _clientDiagnostics.CreateRequestFailedException(message.Response); 1692var headers = new BlobStartCopyFromURLHeaders(message.Response); 1693switch (message.Response.Status) 1696return ResponseWithHeaders.FromValue(headers, message.Response); 1698throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 1735var headers = new BlobStartCopyFromURLHeaders(message.Response); 1736switch (message.Response.Status) 1739return ResponseWithHeaders.FromValue(headers, message.Response); 1741throw _clientDiagnostics.CreateRequestFailedException(message.Response); 1868var headers = new BlobCopyFromURLHeaders(message.Response); 1869switch (message.Response.Status) 1872return ResponseWithHeaders.FromValue(headers, message.Response); 1874throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 1910var headers = new BlobCopyFromURLHeaders(message.Response); 1911switch (message.Response.Status) 1914return ResponseWithHeaders.FromValue(headers, message.Response); 1916throw _clientDiagnostics.CreateRequestFailedException(message.Response); 1959var headers = new BlobAbortCopyFromURLHeaders(message.Response); 1960switch (message.Response.Status) 1963return ResponseWithHeaders.FromValue(headers, message.Response); 1965throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 1984var headers = new BlobAbortCopyFromURLHeaders(message.Response); 1985switch (message.Response.Status) 1988return ResponseWithHeaders.FromValue(headers, message.Response); 1990throw _clientDiagnostics.CreateRequestFailedException(message.Response); 2046var headers = new BlobSetTierHeaders(message.Response); 2047switch (message.Response.Status) 2051return ResponseWithHeaders.FromValue(headers, message.Response); 2053throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 2070var headers = new BlobSetTierHeaders(message.Response); 2071switch (message.Response.Status) 2075return ResponseWithHeaders.FromValue(headers, message.Response); 2077throw _clientDiagnostics.CreateRequestFailedException(message.Response); 2165var headers = new BlobQueryHeaders(message.Response); 2166switch (message.Response.Status) 2172return ResponseWithHeaders.FromValue(value, headers, message.Response); 2175throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 2197var headers = new BlobQueryHeaders(message.Response); 2198switch (message.Response.Status) 2204return ResponseWithHeaders.FromValue(value, headers, message.Response); 2207throw _clientDiagnostics.CreateRequestFailedException(message.Response); 2256var headers = new BlobGetTagsHeaders(message.Response); 2257switch (message.Response.Status) 2262var document = XDocument.Load(message.Response.ContentStream, LoadOptions.PreserveWhitespace); 2267return ResponseWithHeaders.FromValue(value, headers, message.Response); 2270throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 2285var headers = new BlobGetTagsHeaders(message.Response); 2286switch (message.Response.Status) 2291var document = XDocument.Load(message.Response.ContentStream, LoadOptions.PreserveWhitespace); 2296return ResponseWithHeaders.FromValue(value, headers, message.Response); 2299throw _clientDiagnostics.CreateRequestFailedException(message.Response); 2361var headers = new BlobSetTagsHeaders(message.Response); 2362switch (message.Response.Status) 2365return ResponseWithHeaders.FromValue(headers, message.Response); 2367throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 2384var headers = new BlobSetTagsHeaders(message.Response); 2385switch (message.Response.Status) 2388return ResponseWithHeaders.FromValue(headers, message.Response); 2390throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Generated\BlockBlobRestClient.cs (50)
201var headers = new BlockBlobUploadHeaders(message.Response); 202switch (message.Response.Status) 205return ResponseWithHeaders.FromValue(headers, message.Response); 207throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 249var headers = new BlockBlobUploadHeaders(message.Response); 250switch (message.Response.Status) 253return ResponseWithHeaders.FromValue(headers, message.Response); 255throw _clientDiagnostics.CreateRequestFailedException(message.Response); 429var headers = new BlockBlobPutBlobFromUrlHeaders(message.Response); 430switch (message.Response.Status) 433return ResponseWithHeaders.FromValue(headers, message.Response); 435throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 482var headers = new BlockBlobPutBlobFromUrlHeaders(message.Response); 483switch (message.Response.Status) 486return ResponseWithHeaders.FromValue(headers, message.Response); 488throw _clientDiagnostics.CreateRequestFailedException(message.Response); 569var headers = new BlockBlobStageBlockHeaders(message.Response); 570switch (message.Response.Status) 573return ResponseWithHeaders.FromValue(headers, message.Response); 575throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 606var headers = new BlockBlobStageBlockHeaders(message.Response); 607switch (message.Response.Status) 610return ResponseWithHeaders.FromValue(headers, message.Response); 612throw _clientDiagnostics.CreateRequestFailedException(message.Response); 721var headers = new BlockBlobStageBlockFromURLHeaders(message.Response); 722switch (message.Response.Status) 725return ResponseWithHeaders.FromValue(headers, message.Response); 727throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 764var headers = new BlockBlobStageBlockFromURLHeaders(message.Response); 765switch (message.Response.Status) 768return ResponseWithHeaders.FromValue(headers, message.Response); 770throw _clientDiagnostics.CreateRequestFailedException(message.Response); 930var headers = new BlockBlobCommitBlockListHeaders(message.Response); 931switch (message.Response.Status) 934return ResponseWithHeaders.FromValue(headers, message.Response); 936throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 978var headers = new BlockBlobCommitBlockListHeaders(message.Response); 979switch (message.Response.Status) 982return ResponseWithHeaders.FromValue(headers, message.Response); 984throw _clientDiagnostics.CreateRequestFailedException(message.Response); 1030var headers = new BlockBlobGetBlockListHeaders(message.Response); 1031switch (message.Response.Status) 1036var document = XDocument.Load(message.Response.ContentStream, LoadOptions.PreserveWhitespace); 1041return ResponseWithHeaders.FromValue(value, headers, message.Response); 1044throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 1059var headers = new BlockBlobGetBlockListHeaders(message.Response); 1060switch (message.Response.Status) 1065var document = XDocument.Load(message.Response.ContentStream, LoadOptions.PreserveWhitespace); 1070return ResponseWithHeaders.FromValue(value, headers, message.Response); 1073throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Generated\ContainerRestClient.cs (154)
95var headers = new ContainerCreateHeaders(message.Response); 96switch (message.Response.Status) 99return ResponseWithHeaders.FromValue(headers, message.Response); 101throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 116var headers = new ContainerCreateHeaders(message.Response); 117switch (message.Response.Status) 120return ResponseWithHeaders.FromValue(headers, message.Response); 122throw _clientDiagnostics.CreateRequestFailedException(message.Response); 156var headers = new ContainerGetPropertiesHeaders(message.Response); 157switch (message.Response.Status) 160return ResponseWithHeaders.FromValue(headers, message.Response); 162throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 174var headers = new ContainerGetPropertiesHeaders(message.Response); 175switch (message.Response.Status) 178return ResponseWithHeaders.FromValue(headers, message.Response); 180throw _clientDiagnostics.CreateRequestFailedException(message.Response); 224var headers = new ContainerDeleteHeaders(message.Response); 225switch (message.Response.Status) 228return ResponseWithHeaders.FromValue(headers, message.Response); 230throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 244var headers = new ContainerDeleteHeaders(message.Response); 245switch (message.Response.Status) 248return ResponseWithHeaders.FromValue(headers, message.Response); 250throw _clientDiagnostics.CreateRequestFailedException(message.Response); 295var headers = new ContainerSetMetadataHeaders(message.Response); 296switch (message.Response.Status) 299return ResponseWithHeaders.FromValue(headers, message.Response); 301throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 315var headers = new ContainerSetMetadataHeaders(message.Response); 316switch (message.Response.Status) 319return ResponseWithHeaders.FromValue(headers, message.Response); 321throw _clientDiagnostics.CreateRequestFailedException(message.Response); 356var headers = new ContainerGetAccessPolicyHeaders(message.Response); 357switch (message.Response.Status) 362var document = XDocument.Load(message.Response.ContentStream, LoadOptions.PreserveWhitespace); 372return ResponseWithHeaders.FromValue(value, headers, message.Response); 375throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 387var headers = new ContainerGetAccessPolicyHeaders(message.Response); 388switch (message.Response.Status) 393var document = XDocument.Load(message.Response.ContentStream, LoadOptions.PreserveWhitespace); 403return ResponseWithHeaders.FromValue(value, headers, message.Response); 406throw _clientDiagnostics.CreateRequestFailedException(message.Response); 469var headers = new ContainerSetAccessPolicyHeaders(message.Response); 470switch (message.Response.Status) 473return ResponseWithHeaders.FromValue(headers, message.Response); 475throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 491var headers = new ContainerSetAccessPolicyHeaders(message.Response); 492switch (message.Response.Status) 495return ResponseWithHeaders.FromValue(headers, message.Response); 497throw _clientDiagnostics.CreateRequestFailedException(message.Response); 537var headers = new ContainerRestoreHeaders(message.Response); 538switch (message.Response.Status) 541return ResponseWithHeaders.FromValue(headers, message.Response); 543throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 556var headers = new ContainerRestoreHeaders(message.Response); 557switch (message.Response.Status) 560return ResponseWithHeaders.FromValue(headers, message.Response); 562throw _clientDiagnostics.CreateRequestFailedException(message.Response); 605var headers = new ContainerRenameHeaders(message.Response); 606switch (message.Response.Status) 609return ResponseWithHeaders.FromValue(headers, message.Response); 611throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 630var headers = new ContainerRenameHeaders(message.Response); 631switch (message.Response.Status) 634return ResponseWithHeaders.FromValue(headers, message.Response); 636throw _clientDiagnostics.CreateRequestFailedException(message.Response); 682var headers = new ContainerSubmitBatchHeaders(message.Response); 683switch (message.Response.Status) 688return ResponseWithHeaders.FromValue(value, headers, message.Response); 691throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 715var headers = new ContainerSubmitBatchHeaders(message.Response); 716switch (message.Response.Status) 721return ResponseWithHeaders.FromValue(value, headers, message.Response); 724throw _clientDiagnostics.CreateRequestFailedException(message.Response); 775var headers = new ContainerAcquireLeaseHeaders(message.Response); 776switch (message.Response.Status) 779return ResponseWithHeaders.FromValue(headers, message.Response); 781throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 796var headers = new ContainerAcquireLeaseHeaders(message.Response); 797switch (message.Response.Status) 800return ResponseWithHeaders.FromValue(headers, message.Response); 802throw _clientDiagnostics.CreateRequestFailedException(message.Response); 851var headers = new ContainerReleaseLeaseHeaders(message.Response); 852switch (message.Response.Status) 855return ResponseWithHeaders.FromValue(headers, message.Response); 857throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 877var headers = new ContainerReleaseLeaseHeaders(message.Response); 878switch (message.Response.Status) 881return ResponseWithHeaders.FromValue(headers, message.Response); 883throw _clientDiagnostics.CreateRequestFailedException(message.Response); 932var headers = new ContainerRenewLeaseHeaders(message.Response); 933switch (message.Response.Status) 936return ResponseWithHeaders.FromValue(headers, message.Response); 938throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 958var headers = new ContainerRenewLeaseHeaders(message.Response); 959switch (message.Response.Status) 962return ResponseWithHeaders.FromValue(headers, message.Response); 964throw _clientDiagnostics.CreateRequestFailedException(message.Response); 1010var headers = new ContainerBreakLeaseHeaders(message.Response); 1011switch (message.Response.Status) 1014return ResponseWithHeaders.FromValue(headers, message.Response); 1016throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 1030var headers = new ContainerBreakLeaseHeaders(message.Response); 1031switch (message.Response.Status) 1034return ResponseWithHeaders.FromValue(headers, message.Response); 1036throw _clientDiagnostics.CreateRequestFailedException(message.Response); 1091var headers = new ContainerChangeLeaseHeaders(message.Response); 1092switch (message.Response.Status) 1095return ResponseWithHeaders.FromValue(headers, message.Response); 1097throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 1122var headers = new ContainerChangeLeaseHeaders(message.Response); 1123switch (message.Response.Status) 1126return ResponseWithHeaders.FromValue(headers, message.Response); 1128throw _clientDiagnostics.CreateRequestFailedException(message.Response); 1178var headers = new ContainerListBlobFlatSegmentHeaders(message.Response); 1179switch (message.Response.Status) 1184var document = XDocument.Load(message.Response.ContentStream, LoadOptions.PreserveWhitespace); 1189return ResponseWithHeaders.FromValue(value, headers, message.Response); 1192throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 1207var headers = new ContainerListBlobFlatSegmentHeaders(message.Response); 1208switch (message.Response.Status) 1213var document = XDocument.Load(message.Response.ContentStream, LoadOptions.PreserveWhitespace); 1218return ResponseWithHeaders.FromValue(value, headers, message.Response); 1221throw _clientDiagnostics.CreateRequestFailedException(message.Response); 1276var headers = new ContainerListBlobHierarchySegmentHeaders(message.Response); 1277switch (message.Response.Status) 1282var document = XDocument.Load(message.Response.ContentStream, LoadOptions.PreserveWhitespace); 1287return ResponseWithHeaders.FromValue(value, headers, message.Response); 1290throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 1306var headers = new ContainerListBlobHierarchySegmentHeaders(message.Response); 1307switch (message.Response.Status) 1312var document = XDocument.Load(message.Response.ContentStream, LoadOptions.PreserveWhitespace); 1317return ResponseWithHeaders.FromValue(value, headers, message.Response); 1320throw _clientDiagnostics.CreateRequestFailedException(message.Response); 1356var headers = new ContainerListBlobFlatSegmentHeaders(message.Response); 1357switch (message.Response.Status) 1362var document = XDocument.Load(message.Response.ContentStream, LoadOptions.PreserveWhitespace); 1367return ResponseWithHeaders.FromValue(value, headers, message.Response); 1370throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 1392var headers = new ContainerListBlobFlatSegmentHeaders(message.Response); 1393switch (message.Response.Status) 1398var document = XDocument.Load(message.Response.ContentStream, LoadOptions.PreserveWhitespace); 1403return ResponseWithHeaders.FromValue(value, headers, message.Response); 1406throw _clientDiagnostics.CreateRequestFailedException(message.Response); 1443var headers = new ContainerListBlobHierarchySegmentHeaders(message.Response); 1444switch (message.Response.Status) 1449var document = XDocument.Load(message.Response.ContentStream, LoadOptions.PreserveWhitespace); 1454return ResponseWithHeaders.FromValue(value, headers, message.Response); 1457throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 1480var headers = new ContainerListBlobHierarchySegmentHeaders(message.Response); 1481switch (message.Response.Status) 1486var document = XDocument.Load(message.Response.ContentStream, LoadOptions.PreserveWhitespace); 1491return ResponseWithHeaders.FromValue(value, headers, message.Response); 1494throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Generated\PageBlobRestClient.cs (76)
193var headers = new PageBlobCreateHeaders(message.Response); 194switch (message.Response.Status) 197return ResponseWithHeaders.FromValue(headers, message.Response); 199throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 235var headers = new PageBlobCreateHeaders(message.Response); 236switch (message.Response.Status) 239return ResponseWithHeaders.FromValue(headers, message.Response); 241throw _clientDiagnostics.CreateRequestFailedException(message.Response); 362var headers = new PageBlobUploadPagesHeaders(message.Response); 363switch (message.Response.Status) 366return ResponseWithHeaders.FromValue(headers, message.Response); 368throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 403var headers = new PageBlobUploadPagesHeaders(message.Response); 404switch (message.Response.Status) 407return ResponseWithHeaders.FromValue(headers, message.Response); 409throw _clientDiagnostics.CreateRequestFailedException(message.Response); 510var headers = new PageBlobClearPagesHeaders(message.Response); 511switch (message.Response.Status) 514return ResponseWithHeaders.FromValue(headers, message.Response); 516throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 542var headers = new PageBlobClearPagesHeaders(message.Response); 543switch (message.Response.Status) 546return ResponseWithHeaders.FromValue(headers, message.Response); 548throw _clientDiagnostics.CreateRequestFailedException(message.Response); 699var headers = new PageBlobUploadPagesFromURLHeaders(message.Response); 700switch (message.Response.Status) 703return ResponseWithHeaders.FromValue(headers, message.Response); 705throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 754var headers = new PageBlobUploadPagesFromURLHeaders(message.Response); 755switch (message.Response.Status) 758return ResponseWithHeaders.FromValue(headers, message.Response); 760throw _clientDiagnostics.CreateRequestFailedException(message.Response); 829var headers = new PageBlobGetPageRangesHeaders(message.Response); 830switch (message.Response.Status) 835var document = XDocument.Load(message.Response.ContentStream, LoadOptions.PreserveWhitespace); 840return ResponseWithHeaders.FromValue(value, headers, message.Response); 843throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 862var headers = new PageBlobGetPageRangesHeaders(message.Response); 863switch (message.Response.Status) 868var document = XDocument.Load(message.Response.ContentStream, LoadOptions.PreserveWhitespace); 873return ResponseWithHeaders.FromValue(value, headers, message.Response); 876throw _clientDiagnostics.CreateRequestFailedException(message.Response); 955var headers = new PageBlobGetPageRangesDiffHeaders(message.Response); 956switch (message.Response.Status) 961var document = XDocument.Load(message.Response.ContentStream, LoadOptions.PreserveWhitespace); 966return ResponseWithHeaders.FromValue(value, headers, message.Response); 969throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 990var headers = new PageBlobGetPageRangesDiffHeaders(message.Response); 991switch (message.Response.Status) 996var document = XDocument.Load(message.Response.ContentStream, LoadOptions.PreserveWhitespace); 1001return ResponseWithHeaders.FromValue(value, headers, message.Response); 1004throw _clientDiagnostics.CreateRequestFailedException(message.Response); 1085var headers = new PageBlobResizeHeaders(message.Response); 1086switch (message.Response.Status) 1089return ResponseWithHeaders.FromValue(headers, message.Response); 1091throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 1113var headers = new PageBlobResizeHeaders(message.Response); 1114switch (message.Response.Status) 1117return ResponseWithHeaders.FromValue(headers, message.Response); 1119throw _clientDiagnostics.CreateRequestFailedException(message.Response); 1185var headers = new PageBlobUpdateSequenceNumberHeaders(message.Response); 1186switch (message.Response.Status) 1189return ResponseWithHeaders.FromValue(headers, message.Response); 1191throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 1210var headers = new PageBlobUpdateSequenceNumberHeaders(message.Response); 1211switch (message.Response.Status) 1214return ResponseWithHeaders.FromValue(headers, message.Response); 1216throw _clientDiagnostics.CreateRequestFailedException(message.Response); 1278var headers = new PageBlobCopyIncrementalHeaders(message.Response); 1279switch (message.Response.Status) 1282return ResponseWithHeaders.FromValue(headers, message.Response); 1284throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 1307var headers = new PageBlobCopyIncrementalHeaders(message.Response); 1308switch (message.Response.Status) 1311return ResponseWithHeaders.FromValue(headers, message.Response); 1313throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Generated\ServiceRestClient.cs (84)
88var headers = new ServiceSetPropertiesHeaders(message.Response); 89switch (message.Response.Status) 92return ResponseWithHeaders.FromValue(headers, message.Response); 94throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 112var headers = new ServiceSetPropertiesHeaders(message.Response); 113switch (message.Response.Status) 116return ResponseWithHeaders.FromValue(headers, message.Response); 118throw _clientDiagnostics.CreateRequestFailedException(message.Response); 149var headers = new ServiceGetPropertiesHeaders(message.Response); 150switch (message.Response.Status) 155var document = XDocument.Load(message.Response.ContentStream, LoadOptions.PreserveWhitespace); 160return ResponseWithHeaders.FromValue(value, headers, message.Response); 163throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 174var headers = new ServiceGetPropertiesHeaders(message.Response); 175switch (message.Response.Status) 180var document = XDocument.Load(message.Response.ContentStream, LoadOptions.PreserveWhitespace); 185return ResponseWithHeaders.FromValue(value, headers, message.Response); 188throw _clientDiagnostics.CreateRequestFailedException(message.Response); 219var headers = new ServiceGetStatisticsHeaders(message.Response); 220switch (message.Response.Status) 225var document = XDocument.Load(message.Response.ContentStream, LoadOptions.PreserveWhitespace); 230return ResponseWithHeaders.FromValue(value, headers, message.Response); 233throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 244var headers = new ServiceGetStatisticsHeaders(message.Response); 245switch (message.Response.Status) 250var document = XDocument.Load(message.Response.ContentStream, LoadOptions.PreserveWhitespace); 255return ResponseWithHeaders.FromValue(value, headers, message.Response); 258throw _clientDiagnostics.CreateRequestFailedException(message.Response); 308var headers = new ServiceListContainersSegmentHeaders(message.Response); 309switch (message.Response.Status) 314var document = XDocument.Load(message.Response.ContentStream, LoadOptions.PreserveWhitespace); 319return ResponseWithHeaders.FromValue(value, headers, message.Response); 322throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 337var headers = new ServiceListContainersSegmentHeaders(message.Response); 338switch (message.Response.Status) 343var document = XDocument.Load(message.Response.ContentStream, LoadOptions.PreserveWhitespace); 348return ResponseWithHeaders.FromValue(value, headers, message.Response); 351throw _clientDiagnostics.CreateRequestFailedException(message.Response); 393var headers = new ServiceGetUserDelegationKeyHeaders(message.Response); 394switch (message.Response.Status) 399var document = XDocument.Load(message.Response.ContentStream, LoadOptions.PreserveWhitespace); 404return ResponseWithHeaders.FromValue(value, headers, message.Response); 407throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 425var headers = new ServiceGetUserDelegationKeyHeaders(message.Response); 426switch (message.Response.Status) 431var document = XDocument.Load(message.Response.ContentStream, LoadOptions.PreserveWhitespace); 436return ResponseWithHeaders.FromValue(value, headers, message.Response); 439throw _clientDiagnostics.CreateRequestFailedException(message.Response); 465var headers = new ServiceGetAccountInfoHeaders(message.Response); 466switch (message.Response.Status) 469return ResponseWithHeaders.FromValue(headers, message.Response); 471throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 481var headers = new ServiceGetAccountInfoHeaders(message.Response); 482switch (message.Response.Status) 485return ResponseWithHeaders.FromValue(headers, message.Response); 487throw _clientDiagnostics.CreateRequestFailedException(message.Response); 533var headers = new ServiceSubmitBatchHeaders(message.Response); 534switch (message.Response.Status) 539return ResponseWithHeaders.FromValue(value, headers, message.Response); 542throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 566var headers = new ServiceSubmitBatchHeaders(message.Response); 567switch (message.Response.Status) 572return ResponseWithHeaders.FromValue(value, headers, message.Response); 575throw _clientDiagnostics.CreateRequestFailedException(message.Response); 620var headers = new ServiceFilterBlobsHeaders(message.Response); 621switch (message.Response.Status) 626var document = XDocument.Load(message.Response.ContentStream, LoadOptions.PreserveWhitespace); 631return ResponseWithHeaders.FromValue(value, headers, message.Response); 634throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 648var headers = new ServiceFilterBlobsHeaders(message.Response); 649switch (message.Response.Status) 654var document = XDocument.Load(message.Response.ContentStream, LoadOptions.PreserveWhitespace); 659return ResponseWithHeaders.FromValue(value, headers, message.Response); 662throw _clientDiagnostics.CreateRequestFailedException(message.Response); 698var headers = new ServiceListContainersSegmentHeaders(message.Response); 699switch (message.Response.Status) 704var document = XDocument.Load(message.Response.ContentStream, LoadOptions.PreserveWhitespace); 709return ResponseWithHeaders.FromValue(value, headers, message.Response); 712throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 734var headers = new ServiceListContainersSegmentHeaders(message.Response); 735switch (message.Response.Status) 740var document = XDocument.Load(message.Response.ContentStream, LoadOptions.PreserveWhitespace); 745return ResponseWithHeaders.FromValue(value, headers, message.Response); 748throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Shared\AutoRest\OperationInternals.cs (2)
184return message.Response; 206return message.Response;
Shared\GeoRedundantReadPolicy.cs (1)
67&& message.Response.Status == Constants.HttpStatusCode.NotFound
Shared\StorageBearerTokenChallengeAuthorizationPolicy.cs (1)
79var authUri = AuthorizationChallengeParser.GetChallengeParameterFromResponse(message.Response, "Bearer", "authorization_uri");
Shared\StorageRequestValidationPipelinePolicy.cs (2)
36message.Response.Headers.TryGetValues(Constants.HeaderNames.ClientRequestId, out var echo) && 39throw Errors.ClientRequestIdMismatch(_clientDiagnostics, message.Response, echo.First(), original);
Shared\StorageResponseClassifier.cs (4)
27message.Response.Status == Constants.HttpStatusCode.NotFound) 33if (message.Response.Status >= 400 && 34message.Response.Headers.TryGetValue(Constants.HeaderNames.ErrorCode, out var error)) 50switch (message.Response.Status)
Azure.Storage.Blobs.Batch (34)
Generated\BlobRestClient.cs (16)
119var headers = new BlobSetAccessTierHeaders(message.Response); 120switch (message.Response.Status) 124return ResponseWithHeaders.FromValue(headers, message.Response); 126throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 153var headers = new BlobSetAccessTierHeaders(message.Response); 154switch (message.Response.Status) 158return ResponseWithHeaders.FromValue(headers, message.Response); 160throw _clientDiagnostics.CreateRequestFailedException(message.Response); 252var headers = new BlobDeleteHeaders(message.Response); 253switch (message.Response.Status) 256return ResponseWithHeaders.FromValue(headers, message.Response); 258throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 289var headers = new BlobDeleteHeaders(message.Response); 290switch (message.Response.Status) 293return ResponseWithHeaders.FromValue(headers, message.Response); 295throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Generated\ContainerRestClient.cs (8)
72var headers = new ContainerSubmitBatchHeaders(message.Response); 73switch (message.Response.Status) 78return ResponseWithHeaders.FromValue(value, headers, message.Response); 81throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 110var headers = new ContainerSubmitBatchHeaders(message.Response); 111switch (message.Response.Status) 116return ResponseWithHeaders.FromValue(value, headers, message.Response); 119throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Generated\ServiceRestClient.cs (8)
67var headers = new ServiceSubmitBatchHeaders(message.Response); 68switch (message.Response.Status) 73return ResponseWithHeaders.FromValue(value, headers, message.Response); 76throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 100var headers = new ServiceSubmitBatchHeaders(message.Response); 101switch (message.Response.Status) 106return ResponseWithHeaders.FromValue(value, headers, message.Response); 109throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Shared\AutoRest\OperationInternals.cs (2)
184return message.Response; 206return message.Response;
Azure.Storage.Blobs.Batch.Samples.Tests (7)
Shared\FaultyDownloadPipelinePolicy.cs (5)
49if (message.Response != null) 54if (message.Response.ContentStream != null) 58await message.Response.ContentStream.CopyToAsync(intermediate).ConfigureAwait(false); 62message.Response.ContentStream.CopyTo(intermediate); 69message.Response.ContentStream = new FaultyStream(
Shared\TestResponseClassifier.cs (2)
24if (message.Response.Status >= 400 && 25message.Response.Headers.TryGetValue("x-ms-error-code", out var error))
Azure.Storage.Blobs.Batch.Tests (7)
Shared\FaultyDownloadPipelinePolicy.cs (5)
49if (message.Response != null) 54if (message.Response.ContentStream != null) 58await message.Response.ContentStream.CopyToAsync(intermediate).ConfigureAwait(false); 62message.Response.ContentStream.CopyTo(intermediate); 69message.Response.ContentStream = new FaultyStream(
Shared\TestResponseClassifier.cs (2)
24if (message.Response.Status >= 400 && 25message.Response.Headers.TryGetValue("x-ms-error-code", out var error))
Azure.Storage.Blobs.ChangeFeed.Samples.Tests (7)
Shared\FaultyDownloadPipelinePolicy.cs (5)
49if (message.Response != null) 54if (message.Response.ContentStream != null) 58await message.Response.ContentStream.CopyToAsync(intermediate).ConfigureAwait(false); 62message.Response.ContentStream.CopyTo(intermediate); 69message.Response.ContentStream = new FaultyStream(
Shared\TestResponseClassifier.cs (2)
24if (message.Response.Status >= 400 && 25message.Response.Headers.TryGetValue("x-ms-error-code", out var error))
Azure.Storage.Blobs.ChangeFeed.Tests (7)
Shared\FaultyDownloadPipelinePolicy.cs (5)
49if (message.Response != null) 54if (message.Response.ContentStream != null) 58await message.Response.ContentStream.CopyToAsync(intermediate).ConfigureAwait(false); 62message.Response.ContentStream.CopyTo(intermediate); 69message.Response.ContentStream = new FaultyStream(
Shared\TestResponseClassifier.cs (2)
24if (message.Response.Status >= 400 && 25message.Response.Headers.TryGetValue("x-ms-error-code", out var error))
Azure.Storage.Blobs.Perf (2)
Scenarios\DownloadSasUriHttpPipeline.cs (2)
29message.Response.ContentStream.CopyTo(Stream.Null, BufferSize); 36await message.Response.ContentStream.CopyToAsync(Stream.Null, BufferSize, cancellationToken);
Azure.Storage.Blobs.Samples.Tests (7)
Shared\FaultyDownloadPipelinePolicy.cs (5)
49if (message.Response != null) 54if (message.Response.ContentStream != null) 58await message.Response.ContentStream.CopyToAsync(intermediate).ConfigureAwait(false); 62message.Response.ContentStream.CopyTo(intermediate); 69message.Response.ContentStream = new FaultyStream(
Shared\TestResponseClassifier.cs (2)
24if (message.Response.Status >= 400 && 25message.Response.Headers.TryGetValue("x-ms-error-code", out var error))
Azure.Storage.Blobs.Tests (7)
Shared\FaultyDownloadPipelinePolicy.cs (5)
49if (message.Response != null) 54if (message.Response.ContentStream != null) 58await message.Response.ContentStream.CopyToAsync(intermediate).ConfigureAwait(false); 62message.Response.ContentStream.CopyTo(intermediate); 69message.Response.ContentStream = new FaultyStream(
Shared\TestResponseClassifier.cs (2)
24if (message.Response.Status >= 400 && 25message.Response.Headers.TryGetValue("x-ms-error-code", out var error))
Azure.Storage.Common (6)
Shared\GeoRedundantReadPolicy.cs (1)
67&& message.Response.Status == Constants.HttpStatusCode.NotFound
Shared\StorageBearerTokenChallengeAuthorizationPolicy.cs (1)
79var authUri = AuthorizationChallengeParser.GetChallengeParameterFromResponse(message.Response, "Bearer", "authorization_uri");
Shared\StorageResponseClassifier.cs (4)
27message.Response.Status == Constants.HttpStatusCode.NotFound) 33if (message.Response.Status >= 400 && 34message.Response.Headers.TryGetValue(Constants.HeaderNames.ErrorCode, out var error)) 50switch (message.Response.Status)
Azure.Storage.Common.Samples.Tests (7)
Shared\FaultyDownloadPipelinePolicy.cs (5)
49if (message.Response != null) 54if (message.Response.ContentStream != null) 58await message.Response.ContentStream.CopyToAsync(intermediate).ConfigureAwait(false); 62message.Response.ContentStream.CopyTo(intermediate); 69message.Response.ContentStream = new FaultyStream(
Shared\TestResponseClassifier.cs (2)
24if (message.Response.Status >= 400 && 25message.Response.Headers.TryGetValue("x-ms-error-code", out var error))
Azure.Storage.Common.Tests (7)
Shared\FaultyDownloadPipelinePolicy.cs (5)
49if (message.Response != null) 54if (message.Response.ContentStream != null) 58await message.Response.ContentStream.CopyToAsync(intermediate).ConfigureAwait(false); 62message.Response.ContentStream.CopyTo(intermediate); 69message.Response.ContentStream = new FaultyStream(
Shared\TestResponseClassifier.cs (2)
24if (message.Response.Status >= 400 && 25message.Response.Headers.TryGetValue("x-ms-error-code", out var error))
Azure.Storage.Files.DataLake (184)
Generated\FileSystemRestClient.cs (62)
87var headers = new FileSystemCreateHeaders(message.Response); 88switch (message.Response.Status) 91return ResponseWithHeaders.FromValue(headers, message.Response); 93throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 105var headers = new FileSystemCreateHeaders(message.Response); 106switch (message.Response.Status) 109return ResponseWithHeaders.FromValue(headers, message.Response); 111throw _clientDiagnostics.CreateRequestFailedException(message.Response); 155var headers = new FileSystemSetPropertiesHeaders(message.Response); 156switch (message.Response.Status) 159return ResponseWithHeaders.FromValue(headers, message.Response); 161throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 175var headers = new FileSystemSetPropertiesHeaders(message.Response); 176switch (message.Response.Status) 179return ResponseWithHeaders.FromValue(headers, message.Response); 181throw _clientDiagnostics.CreateRequestFailedException(message.Response); 210var headers = new FileSystemGetPropertiesHeaders(message.Response); 211switch (message.Response.Status) 214return ResponseWithHeaders.FromValue(headers, message.Response); 216throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 227var headers = new FileSystemGetPropertiesHeaders(message.Response); 228switch (message.Response.Status) 231return ResponseWithHeaders.FromValue(headers, message.Response); 233throw _clientDiagnostics.CreateRequestFailedException(message.Response); 272var headers = new FileSystemDeleteHeaders(message.Response); 273switch (message.Response.Status) 276return ResponseWithHeaders.FromValue(headers, message.Response); 278throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 291var headers = new FileSystemDeleteHeaders(message.Response); 292switch (message.Response.Status) 295return ResponseWithHeaders.FromValue(headers, message.Response); 297throw _clientDiagnostics.CreateRequestFailedException(message.Response); 348var headers = new FileSystemListPathsHeaders(message.Response); 349switch (message.Response.Status) 354using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 356return ResponseWithHeaders.FromValue(value, headers, message.Response); 359throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 375var headers = new FileSystemListPathsHeaders(message.Response); 376switch (message.Response.Status) 381using var document = JsonDocument.Parse(message.Response.ContentStream); 383return ResponseWithHeaders.FromValue(value, headers, message.Response); 386throw _clientDiagnostics.CreateRequestFailedException(message.Response); 442var headers = new FileSystemListBlobHierarchySegmentHeaders(message.Response); 443switch (message.Response.Status) 448var document = XDocument.Load(message.Response.ContentStream, LoadOptions.PreserveWhitespace); 453return ResponseWithHeaders.FromValue(value, headers, message.Response); 456throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 472var headers = new FileSystemListBlobHierarchySegmentHeaders(message.Response); 473switch (message.Response.Status) 478var document = XDocument.Load(message.Response.ContentStream, LoadOptions.PreserveWhitespace); 483return ResponseWithHeaders.FromValue(value, headers, message.Response); 486throw _clientDiagnostics.CreateRequestFailedException(message.Response); 523var headers = new FileSystemListBlobHierarchySegmentHeaders(message.Response); 524switch (message.Response.Status) 529var document = XDocument.Load(message.Response.ContentStream, LoadOptions.PreserveWhitespace); 534return ResponseWithHeaders.FromValue(value, headers, message.Response); 537throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 560var headers = new FileSystemListBlobHierarchySegmentHeaders(message.Response); 561switch (message.Response.Status) 566var document = XDocument.Load(message.Response.ContentStream, LoadOptions.PreserveWhitespace); 571return ResponseWithHeaders.FromValue(value, headers, message.Response); 574throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Generated\PathRestClient.cs (102)
183var headers = new PathCreateHeaders(message.Response); 184switch (message.Response.Status) 187return ResponseWithHeaders.FromValue(headers, message.Response); 189throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 222var headers = new PathCreateHeaders(message.Response); 223switch (message.Response.Status) 226return ResponseWithHeaders.FromValue(headers, message.Response); 228throw _clientDiagnostics.CreateRequestFailedException(message.Response); 384var headers = new PathUpdateHeaders(message.Response); 385switch (message.Response.Status) 390using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 392return ResponseWithHeaders.FromValue(value, headers, message.Response); 395return ResponseWithHeaders.FromValue((SetAccessControlRecursiveResponse)null, headers, message.Response); 397throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 440var headers = new PathUpdateHeaders(message.Response); 441switch (message.Response.Status) 446using var document = JsonDocument.Parse(message.Response.ContentStream); 448return ResponseWithHeaders.FromValue(value, headers, message.Response); 451return ResponseWithHeaders.FromValue((SetAccessControlRecursiveResponse)null, headers, message.Response); 453throw _clientDiagnostics.CreateRequestFailedException(message.Response); 523var headers = new PathLeaseHeaders(message.Response); 524switch (message.Response.Status) 529return ResponseWithHeaders.FromValue(headers, message.Response); 531throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 551var headers = new PathLeaseHeaders(message.Response); 552switch (message.Response.Status) 557return ResponseWithHeaders.FromValue(headers, message.Response); 559throw _clientDiagnostics.CreateRequestFailedException(message.Response); 623var headers = new PathReadHeaders(message.Response); 624switch (message.Response.Status) 630return ResponseWithHeaders.FromValue(value, headers, message.Response); 633throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 651var headers = new PathReadHeaders(message.Response); 652switch (message.Response.Status) 658return ResponseWithHeaders.FromValue(value, headers, message.Response); 661throw _clientDiagnostics.CreateRequestFailedException(message.Response); 724var headers = new PathGetPropertiesHeaders(message.Response); 725switch (message.Response.Status) 728return ResponseWithHeaders.FromValue(headers, message.Response); 730throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 748var headers = new PathGetPropertiesHeaders(message.Response); 749switch (message.Response.Status) 752return ResponseWithHeaders.FromValue(headers, message.Response); 754throw _clientDiagnostics.CreateRequestFailedException(message.Response); 817var headers = new PathDeleteHeaders(message.Response); 818switch (message.Response.Status) 821return ResponseWithHeaders.FromValue(headers, message.Response); 823throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 841var headers = new PathDeleteHeaders(message.Response); 842switch (message.Response.Status) 845return ResponseWithHeaders.FromValue(headers, message.Response); 847throw _clientDiagnostics.CreateRequestFailedException(message.Response); 921var headers = new PathSetAccessControlHeaders(message.Response); 922switch (message.Response.Status) 925return ResponseWithHeaders.FromValue(headers, message.Response); 927throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 947var headers = new PathSetAccessControlHeaders(message.Response); 948switch (message.Response.Status) 951return ResponseWithHeaders.FromValue(headers, message.Response); 953throw _clientDiagnostics.CreateRequestFailedException(message.Response); 1004var headers = new PathSetAccessControlRecursiveHeaders(message.Response); 1005switch (message.Response.Status) 1010using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 1012return ResponseWithHeaders.FromValue(value, headers, message.Response); 1015throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 1031var headers = new PathSetAccessControlRecursiveHeaders(message.Response); 1032switch (message.Response.Status) 1037using var document = JsonDocument.Parse(message.Response.ContentStream); 1039return ResponseWithHeaders.FromValue(value, headers, message.Response); 1042throw _clientDiagnostics.CreateRequestFailedException(message.Response); 1142var headers = new PathFlushDataHeaders(message.Response); 1143switch (message.Response.Status) 1146return ResponseWithHeaders.FromValue(headers, message.Response); 1148throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 1174var headers = new PathFlushDataHeaders(message.Response); 1175switch (message.Response.Status) 1178return ResponseWithHeaders.FromValue(headers, message.Response); 1180throw _clientDiagnostics.CreateRequestFailedException(message.Response); 1243var headers = new PathAppendDataHeaders(message.Response); 1244switch (message.Response.Status) 1247return ResponseWithHeaders.FromValue(headers, message.Response); 1249throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 1272var headers = new PathAppendDataHeaders(message.Response); 1273switch (message.Response.Status) 1276return ResponseWithHeaders.FromValue(headers, message.Response); 1278throw _clientDiagnostics.CreateRequestFailedException(message.Response); 1314var headers = new PathSetExpiryHeaders(message.Response); 1315switch (message.Response.Status) 1318return ResponseWithHeaders.FromValue(headers, message.Response); 1320throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 1333var headers = new PathSetExpiryHeaders(message.Response); 1334switch (message.Response.Status) 1337return ResponseWithHeaders.FromValue(headers, message.Response); 1339throw _clientDiagnostics.CreateRequestFailedException(message.Response); 1373var headers = new PathUndeleteHeaders(message.Response); 1374switch (message.Response.Status) 1377return ResponseWithHeaders.FromValue(headers, message.Response); 1379throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 1391var headers = new PathUndeleteHeaders(message.Response); 1392switch (message.Response.Status) 1395return ResponseWithHeaders.FromValue(headers, message.Response); 1397throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Generated\ServiceRestClient.cs (10)
89var headers = new ServiceListFileSystemsHeaders(message.Response); 90switch (message.Response.Status) 95using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 97return ResponseWithHeaders.FromValue(value, headers, message.Response); 100throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 114var headers = new ServiceListFileSystemsHeaders(message.Response); 115switch (message.Response.Status) 120using var document = JsonDocument.Parse(message.Response.ContentStream); 122return ResponseWithHeaders.FromValue(value, headers, message.Response); 125throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Shared\AutoRest\OperationInternals.cs (2)
184return message.Response; 206return message.Response;
Shared\GeoRedundantReadPolicy.cs (1)
67&& message.Response.Status == Constants.HttpStatusCode.NotFound
Shared\StorageBearerTokenChallengeAuthorizationPolicy.cs (1)
79var authUri = AuthorizationChallengeParser.GetChallengeParameterFromResponse(message.Response, "Bearer", "authorization_uri");
Shared\StorageRequestValidationPipelinePolicy.cs (2)
36message.Response.Headers.TryGetValues(Constants.HeaderNames.ClientRequestId, out var echo) && 39throw Errors.ClientRequestIdMismatch(_clientDiagnostics, message.Response, echo.First(), original);
Shared\StorageResponseClassifier.cs (4)
27message.Response.Status == Constants.HttpStatusCode.NotFound) 33if (message.Response.Status >= 400 && 34message.Response.Headers.TryGetValue(Constants.HeaderNames.ErrorCode, out var error)) 50switch (message.Response.Status)
Azure.Storage.Files.DataLake.Samples.Tests (7)
Shared\FaultyDownloadPipelinePolicy.cs (5)
49if (message.Response != null) 54if (message.Response.ContentStream != null) 58await message.Response.ContentStream.CopyToAsync(intermediate).ConfigureAwait(false); 62message.Response.ContentStream.CopyTo(intermediate); 69message.Response.ContentStream = new FaultyStream(
Shared\TestResponseClassifier.cs (2)
24if (message.Response.Status >= 400 && 25message.Response.Headers.TryGetValue("x-ms-error-code", out var error))
Azure.Storage.Files.DataLake.Tests (7)
Shared\FaultyDownloadPipelinePolicy.cs (5)
49if (message.Response != null) 54if (message.Response.ContentStream != null) 58await message.Response.ContentStream.CopyToAsync(intermediate).ConfigureAwait(false); 62message.Response.ContentStream.CopyTo(intermediate); 69message.Response.ContentStream = new FaultyStream(
Shared\TestResponseClassifier.cs (2)
24if (message.Response.Status >= 400 && 25message.Response.Headers.TryGetValue("x-ms-error-code", out var error))
Azure.Storage.Files.Shares (408)
Generated\DirectoryRestClient.cs (78)
109var headers = new DirectoryCreateHeaders(message.Response); 110switch (message.Response.Status) 113return ResponseWithHeaders.FromValue(headers, message.Response); 115throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 146var headers = new DirectoryCreateHeaders(message.Response); 147switch (message.Response.Status) 150return ResponseWithHeaders.FromValue(headers, message.Response); 152throw _clientDiagnostics.CreateRequestFailedException(message.Response); 186var headers = new DirectoryGetPropertiesHeaders(message.Response); 187switch (message.Response.Status) 190return ResponseWithHeaders.FromValue(headers, message.Response); 192throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 204var headers = new DirectoryGetPropertiesHeaders(message.Response); 205switch (message.Response.Status) 208return ResponseWithHeaders.FromValue(headers, message.Response); 210throw _clientDiagnostics.CreateRequestFailedException(message.Response); 239var headers = new DirectoryDeleteHeaders(message.Response); 240switch (message.Response.Status) 243return ResponseWithHeaders.FromValue(headers, message.Response); 245throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 256var headers = new DirectoryDeleteHeaders(message.Response); 257switch (message.Response.Status) 260return ResponseWithHeaders.FromValue(headers, message.Response); 262throw _clientDiagnostics.CreateRequestFailedException(message.Response); 322var headers = new DirectorySetPropertiesHeaders(message.Response); 323switch (message.Response.Status) 326return ResponseWithHeaders.FromValue(headers, message.Response); 328throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 358var headers = new DirectorySetPropertiesHeaders(message.Response); 359switch (message.Response.Status) 362return ResponseWithHeaders.FromValue(headers, message.Response); 364throw _clientDiagnostics.CreateRequestFailedException(message.Response); 399var headers = new DirectorySetMetadataHeaders(message.Response); 400switch (message.Response.Status) 403return ResponseWithHeaders.FromValue(headers, message.Response); 405throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 417var headers = new DirectorySetMetadataHeaders(message.Response); 418switch (message.Response.Status) 421return ResponseWithHeaders.FromValue(headers, message.Response); 423throw _clientDiagnostics.CreateRequestFailedException(message.Response); 483var headers = new DirectoryListFilesAndDirectoriesSegmentHeaders(message.Response); 484switch (message.Response.Status) 489var document = XDocument.Load(message.Response.ContentStream, LoadOptions.PreserveWhitespace); 494return ResponseWithHeaders.FromValue(value, headers, message.Response); 497throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 514var headers = new DirectoryListFilesAndDirectoriesSegmentHeaders(message.Response); 515switch (message.Response.Status) 520var document = XDocument.Load(message.Response.ContentStream, LoadOptions.PreserveWhitespace); 525return ResponseWithHeaders.FromValue(value, headers, message.Response); 528throw _clientDiagnostics.CreateRequestFailedException(message.Response); 577var headers = new DirectoryListHandlesHeaders(message.Response); 578switch (message.Response.Status) 583var document = XDocument.Load(message.Response.ContentStream, LoadOptions.PreserveWhitespace); 588return ResponseWithHeaders.FromValue(value, headers, message.Response); 591throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 606var headers = new DirectoryListHandlesHeaders(message.Response); 607switch (message.Response.Status) 612var document = XDocument.Load(message.Response.ContentStream, LoadOptions.PreserveWhitespace); 617return ResponseWithHeaders.FromValue(value, headers, message.Response); 620throw _clientDiagnostics.CreateRequestFailedException(message.Response); 672var headers = new DirectoryForceCloseHandlesHeaders(message.Response); 673switch (message.Response.Status) 676return ResponseWithHeaders.FromValue(headers, message.Response); 678throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 699var headers = new DirectoryForceCloseHandlesHeaders(message.Response); 700switch (message.Response.Status) 703return ResponseWithHeaders.FromValue(headers, message.Response); 705throw _clientDiagnostics.CreateRequestFailedException(message.Response); 747var headers = new DirectoryListFilesAndDirectoriesSegmentHeaders(message.Response); 748switch (message.Response.Status) 753var document = XDocument.Load(message.Response.ContentStream, LoadOptions.PreserveWhitespace); 758return ResponseWithHeaders.FromValue(value, headers, message.Response); 761throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 785var headers = new DirectoryListFilesAndDirectoriesSegmentHeaders(message.Response); 786switch (message.Response.Status) 791var document = XDocument.Load(message.Response.ContentStream, LoadOptions.PreserveWhitespace); 796return ResponseWithHeaders.FromValue(value, headers, message.Response); 799throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Generated\FileRestClient.cs (140)
149var headers = new FileCreateHeaders(message.Response); 150switch (message.Response.Status) 153return ResponseWithHeaders.FromValue(headers, message.Response); 155throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 189var headers = new FileCreateHeaders(message.Response); 190switch (message.Response.Status) 193return ResponseWithHeaders.FromValue(headers, message.Response); 195throw _clientDiagnostics.CreateRequestFailedException(message.Response); 239var headers = new FileDownloadHeaders(message.Response); 240switch (message.Response.Status) 246return ResponseWithHeaders.FromValue(value, headers, message.Response); 249throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 263var headers = new FileDownloadHeaders(message.Response); 264switch (message.Response.Status) 270return ResponseWithHeaders.FromValue(value, headers, message.Response); 273throw _clientDiagnostics.CreateRequestFailedException(message.Response); 311var headers = new FileGetPropertiesHeaders(message.Response); 312switch (message.Response.Status) 315return ResponseWithHeaders.FromValue(headers, message.Response); 317throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 330var headers = new FileGetPropertiesHeaders(message.Response); 331switch (message.Response.Status) 334return ResponseWithHeaders.FromValue(headers, message.Response); 336throw _clientDiagnostics.CreateRequestFailedException(message.Response); 369var headers = new FileDeleteHeaders(message.Response); 370switch (message.Response.Status) 373return ResponseWithHeaders.FromValue(headers, message.Response); 375throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 387var headers = new FileDeleteHeaders(message.Response); 388switch (message.Response.Status) 391return ResponseWithHeaders.FromValue(headers, message.Response); 393throw _clientDiagnostics.CreateRequestFailedException(message.Response); 487var headers = new FileSetHttpHeadersHeaders(message.Response); 488switch (message.Response.Status) 491return ResponseWithHeaders.FromValue(headers, message.Response); 493throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 526var headers = new FileSetHttpHeadersHeaders(message.Response); 527switch (message.Response.Status) 530return ResponseWithHeaders.FromValue(headers, message.Response); 532throw _clientDiagnostics.CreateRequestFailedException(message.Response); 571var headers = new FileSetMetadataHeaders(message.Response); 572switch (message.Response.Status) 575return ResponseWithHeaders.FromValue(headers, message.Response); 577throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 590var headers = new FileSetMetadataHeaders(message.Response); 591switch (message.Response.Status) 594return ResponseWithHeaders.FromValue(headers, message.Response); 596throw _clientDiagnostics.CreateRequestFailedException(message.Response); 636var headers = new FileAcquireLeaseHeaders(message.Response); 637switch (message.Response.Status) 640return ResponseWithHeaders.FromValue(headers, message.Response); 642throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 655var headers = new FileAcquireLeaseHeaders(message.Response); 656switch (message.Response.Status) 659return ResponseWithHeaders.FromValue(headers, message.Response); 661throw _clientDiagnostics.CreateRequestFailedException(message.Response); 699var headers = new FileReleaseLeaseHeaders(message.Response); 700switch (message.Response.Status) 703return ResponseWithHeaders.FromValue(headers, message.Response); 705throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 723var headers = new FileReleaseLeaseHeaders(message.Response); 724switch (message.Response.Status) 727return ResponseWithHeaders.FromValue(headers, message.Response); 729throw _clientDiagnostics.CreateRequestFailedException(message.Response); 772var headers = new FileChangeLeaseHeaders(message.Response); 773switch (message.Response.Status) 776return ResponseWithHeaders.FromValue(headers, message.Response); 778throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 797var headers = new FileChangeLeaseHeaders(message.Response); 798switch (message.Response.Status) 801return ResponseWithHeaders.FromValue(headers, message.Response); 803throw _clientDiagnostics.CreateRequestFailedException(message.Response); 838var headers = new FileBreakLeaseHeaders(message.Response); 839switch (message.Response.Status) 842return ResponseWithHeaders.FromValue(headers, message.Response); 844throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 856var headers = new FileBreakLeaseHeaders(message.Response); 857switch (message.Response.Status) 860return ResponseWithHeaders.FromValue(headers, message.Response); 862throw _clientDiagnostics.CreateRequestFailedException(message.Response); 919var headers = new FileUploadRangeHeaders(message.Response); 920switch (message.Response.Status) 923return ResponseWithHeaders.FromValue(headers, message.Response); 925throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 948var headers = new FileUploadRangeHeaders(message.Response); 949switch (message.Response.Status) 952return ResponseWithHeaders.FromValue(headers, message.Response); 954throw _clientDiagnostics.CreateRequestFailedException(message.Response); 1028var headers = new FileUploadRangeFromURLHeaders(message.Response); 1029switch (message.Response.Status) 1032return ResponseWithHeaders.FromValue(headers, message.Response); 1034throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 1063var headers = new FileUploadRangeFromURLHeaders(message.Response); 1064switch (message.Response.Status) 1067return ResponseWithHeaders.FromValue(headers, message.Response); 1069throw _clientDiagnostics.CreateRequestFailedException(message.Response); 1118var headers = new FileGetRangeListHeaders(message.Response); 1119switch (message.Response.Status) 1124var document = XDocument.Load(message.Response.ContentStream, LoadOptions.PreserveWhitespace); 1129return ResponseWithHeaders.FromValue(value, headers, message.Response); 1132throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 1147var headers = new FileGetRangeListHeaders(message.Response); 1148switch (message.Response.Status) 1153var document = XDocument.Load(message.Response.ContentStream, LoadOptions.PreserveWhitespace); 1158return ResponseWithHeaders.FromValue(value, headers, message.Response); 1161throw _clientDiagnostics.CreateRequestFailedException(message.Response); 1242var headers = new FileStartCopyHeaders(message.Response); 1243switch (message.Response.Status) 1246return ResponseWithHeaders.FromValue(headers, message.Response); 1248throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 1271var headers = new FileStartCopyHeaders(message.Response); 1272switch (message.Response.Status) 1275return ResponseWithHeaders.FromValue(headers, message.Response); 1277throw _clientDiagnostics.CreateRequestFailedException(message.Response); 1320var headers = new FileAbortCopyHeaders(message.Response); 1321switch (message.Response.Status) 1324return ResponseWithHeaders.FromValue(headers, message.Response); 1326throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 1345var headers = new FileAbortCopyHeaders(message.Response); 1346switch (message.Response.Status) 1349return ResponseWithHeaders.FromValue(headers, message.Response); 1351throw _clientDiagnostics.CreateRequestFailedException(message.Response); 1395var headers = new FileListHandlesHeaders(message.Response); 1396switch (message.Response.Status) 1401var document = XDocument.Load(message.Response.ContentStream, LoadOptions.PreserveWhitespace); 1406return ResponseWithHeaders.FromValue(value, headers, message.Response); 1409throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 1423var headers = new FileListHandlesHeaders(message.Response); 1424switch (message.Response.Status) 1429var document = XDocument.Load(message.Response.ContentStream, LoadOptions.PreserveWhitespace); 1434return ResponseWithHeaders.FromValue(value, headers, message.Response); 1437throw _clientDiagnostics.CreateRequestFailedException(message.Response); 1484var headers = new FileForceCloseHandlesHeaders(message.Response); 1485switch (message.Response.Status) 1488return ResponseWithHeaders.FromValue(headers, message.Response); 1490throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 1510var headers = new FileForceCloseHandlesHeaders(message.Response); 1511switch (message.Response.Status) 1514return ResponseWithHeaders.FromValue(headers, message.Response); 1516throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Generated\ServiceRestClient.cs (38)
87var headers = new ServiceSetPropertiesHeaders(message.Response); 88switch (message.Response.Status) 91return ResponseWithHeaders.FromValue(headers, message.Response); 93throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 111var headers = new ServiceSetPropertiesHeaders(message.Response); 112switch (message.Response.Status) 115return ResponseWithHeaders.FromValue(headers, message.Response); 117throw _clientDiagnostics.CreateRequestFailedException(message.Response); 148var headers = new ServiceGetPropertiesHeaders(message.Response); 149switch (message.Response.Status) 154var document = XDocument.Load(message.Response.ContentStream, LoadOptions.PreserveWhitespace); 159return ResponseWithHeaders.FromValue(value, headers, message.Response); 162throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 173var headers = new ServiceGetPropertiesHeaders(message.Response); 174switch (message.Response.Status) 179var document = XDocument.Load(message.Response.ContentStream, LoadOptions.PreserveWhitespace); 184return ResponseWithHeaders.FromValue(value, headers, message.Response); 187throw _clientDiagnostics.CreateRequestFailedException(message.Response); 237var headers = new ServiceListSharesSegmentHeaders(message.Response); 238switch (message.Response.Status) 243var document = XDocument.Load(message.Response.ContentStream, LoadOptions.PreserveWhitespace); 248return ResponseWithHeaders.FromValue(value, headers, message.Response); 251throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 266var headers = new ServiceListSharesSegmentHeaders(message.Response); 267switch (message.Response.Status) 272var document = XDocument.Load(message.Response.ContentStream, LoadOptions.PreserveWhitespace); 277return ResponseWithHeaders.FromValue(value, headers, message.Response); 280throw _clientDiagnostics.CreateRequestFailedException(message.Response); 316var headers = new ServiceListSharesSegmentHeaders(message.Response); 317switch (message.Response.Status) 322var document = XDocument.Load(message.Response.ContentStream, LoadOptions.PreserveWhitespace); 327return ResponseWithHeaders.FromValue(value, headers, message.Response); 330throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 352var headers = new ServiceListSharesSegmentHeaders(message.Response); 353switch (message.Response.Status) 358var document = XDocument.Load(message.Response.ContentStream, LoadOptions.PreserveWhitespace); 363return ResponseWithHeaders.FromValue(value, headers, message.Response); 366throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Generated\ShareRestClient.cs (142)
100var headers = new ShareCreateHeaders(message.Response); 101switch (message.Response.Status) 104return ResponseWithHeaders.FromValue(headers, message.Response); 106throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 122var headers = new ShareCreateHeaders(message.Response); 123switch (message.Response.Status) 126return ResponseWithHeaders.FromValue(headers, message.Response); 128throw _clientDiagnostics.CreateRequestFailedException(message.Response); 167var headers = new ShareGetPropertiesHeaders(message.Response); 168switch (message.Response.Status) 171return ResponseWithHeaders.FromValue(headers, message.Response); 173throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 186var headers = new ShareGetPropertiesHeaders(message.Response); 187switch (message.Response.Status) 190return ResponseWithHeaders.FromValue(headers, message.Response); 192throw _clientDiagnostics.CreateRequestFailedException(message.Response); 236var headers = new ShareDeleteHeaders(message.Response); 237switch (message.Response.Status) 240return ResponseWithHeaders.FromValue(headers, message.Response); 242throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 256var headers = new ShareDeleteHeaders(message.Response); 257switch (message.Response.Status) 260return ResponseWithHeaders.FromValue(headers, message.Response); 262throw _clientDiagnostics.CreateRequestFailedException(message.Response); 308var headers = new ShareAcquireLeaseHeaders(message.Response); 309switch (message.Response.Status) 312return ResponseWithHeaders.FromValue(headers, message.Response); 314throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 328var headers = new ShareAcquireLeaseHeaders(message.Response); 329switch (message.Response.Status) 332return ResponseWithHeaders.FromValue(headers, message.Response); 334throw _clientDiagnostics.CreateRequestFailedException(message.Response); 378var headers = new ShareReleaseLeaseHeaders(message.Response); 379switch (message.Response.Status) 382return ResponseWithHeaders.FromValue(headers, message.Response); 384throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 403var headers = new ShareReleaseLeaseHeaders(message.Response); 404switch (message.Response.Status) 407return ResponseWithHeaders.FromValue(headers, message.Response); 409throw _clientDiagnostics.CreateRequestFailedException(message.Response); 458var headers = new ShareChangeLeaseHeaders(message.Response); 459switch (message.Response.Status) 462return ResponseWithHeaders.FromValue(headers, message.Response); 464throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 484var headers = new ShareChangeLeaseHeaders(message.Response); 485switch (message.Response.Status) 488return ResponseWithHeaders.FromValue(headers, message.Response); 490throw _clientDiagnostics.CreateRequestFailedException(message.Response); 534var headers = new ShareRenewLeaseHeaders(message.Response); 535switch (message.Response.Status) 538return ResponseWithHeaders.FromValue(headers, message.Response); 540throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 559var headers = new ShareRenewLeaseHeaders(message.Response); 560switch (message.Response.Status) 563return ResponseWithHeaders.FromValue(headers, message.Response); 565throw _clientDiagnostics.CreateRequestFailedException(message.Response); 611var headers = new ShareBreakLeaseHeaders(message.Response); 612switch (message.Response.Status) 615return ResponseWithHeaders.FromValue(headers, message.Response); 617throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 631var headers = new ShareBreakLeaseHeaders(message.Response); 632switch (message.Response.Status) 635return ResponseWithHeaders.FromValue(headers, message.Response); 637throw _clientDiagnostics.CreateRequestFailedException(message.Response); 672var headers = new ShareCreateSnapshotHeaders(message.Response); 673switch (message.Response.Status) 676return ResponseWithHeaders.FromValue(headers, message.Response); 678throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 690var headers = new ShareCreateSnapshotHeaders(message.Response); 691switch (message.Response.Status) 694return ResponseWithHeaders.FromValue(headers, message.Response); 696throw _clientDiagnostics.CreateRequestFailedException(message.Response); 737var headers = new ShareCreatePermissionHeaders(message.Response); 738switch (message.Response.Status) 741return ResponseWithHeaders.FromValue(headers, message.Response); 743throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 761var headers = new ShareCreatePermissionHeaders(message.Response); 762switch (message.Response.Status) 765return ResponseWithHeaders.FromValue(headers, message.Response); 767throw _clientDiagnostics.CreateRequestFailedException(message.Response); 805var headers = new ShareGetPermissionHeaders(message.Response); 806switch (message.Response.Status) 811using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 813return ResponseWithHeaders.FromValue(value, headers, message.Response); 816throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 834var headers = new ShareGetPermissionHeaders(message.Response); 835switch (message.Response.Status) 840using var document = JsonDocument.Parse(message.Response.ContentStream); 842return ResponseWithHeaders.FromValue(value, headers, message.Response); 845throw _clientDiagnostics.CreateRequestFailedException(message.Response); 895var headers = new ShareSetPropertiesHeaders(message.Response); 896switch (message.Response.Status) 899return ResponseWithHeaders.FromValue(headers, message.Response); 901throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 916var headers = new ShareSetPropertiesHeaders(message.Response); 917switch (message.Response.Status) 920return ResponseWithHeaders.FromValue(headers, message.Response); 922throw _clientDiagnostics.CreateRequestFailedException(message.Response); 962var headers = new ShareSetMetadataHeaders(message.Response); 963switch (message.Response.Status) 966return ResponseWithHeaders.FromValue(headers, message.Response); 968throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 981var headers = new ShareSetMetadataHeaders(message.Response); 982switch (message.Response.Status) 985return ResponseWithHeaders.FromValue(headers, message.Response); 987throw _clientDiagnostics.CreateRequestFailedException(message.Response); 1022var headers = new ShareGetAccessPolicyHeaders(message.Response); 1023switch (message.Response.Status) 1028var document = XDocument.Load(message.Response.ContentStream, LoadOptions.PreserveWhitespace); 1038return ResponseWithHeaders.FromValue(value, headers, message.Response); 1041throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 1053var headers = new ShareGetAccessPolicyHeaders(message.Response); 1054switch (message.Response.Status) 1059var document = XDocument.Load(message.Response.ContentStream, LoadOptions.PreserveWhitespace); 1069return ResponseWithHeaders.FromValue(value, headers, message.Response); 1072throw _clientDiagnostics.CreateRequestFailedException(message.Response); 1120var headers = new ShareSetAccessPolicyHeaders(message.Response); 1121switch (message.Response.Status) 1124return ResponseWithHeaders.FromValue(headers, message.Response); 1126throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 1139var headers = new ShareSetAccessPolicyHeaders(message.Response); 1140switch (message.Response.Status) 1143return ResponseWithHeaders.FromValue(headers, message.Response); 1145throw _clientDiagnostics.CreateRequestFailedException(message.Response); 1180var headers = new ShareGetStatisticsHeaders(message.Response); 1181switch (message.Response.Status) 1186var document = XDocument.Load(message.Response.ContentStream, LoadOptions.PreserveWhitespace); 1191return ResponseWithHeaders.FromValue(value, headers, message.Response); 1194throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 1206var headers = new ShareGetStatisticsHeaders(message.Response); 1207switch (message.Response.Status) 1212var document = XDocument.Load(message.Response.ContentStream, LoadOptions.PreserveWhitespace); 1217return ResponseWithHeaders.FromValue(value, headers, message.Response); 1220throw _clientDiagnostics.CreateRequestFailedException(message.Response); 1260var headers = new ShareRestoreHeaders(message.Response); 1261switch (message.Response.Status) 1264return ResponseWithHeaders.FromValue(headers, message.Response); 1266throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 1279var headers = new ShareRestoreHeaders(message.Response); 1280switch (message.Response.Status) 1283return ResponseWithHeaders.FromValue(headers, message.Response); 1285throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Shared\AutoRest\OperationInternals.cs (2)
184return message.Response; 206return message.Response;
Shared\GeoRedundantReadPolicy.cs (1)
67&& message.Response.Status == Constants.HttpStatusCode.NotFound
Shared\StorageBearerTokenChallengeAuthorizationPolicy.cs (1)
79var authUri = AuthorizationChallengeParser.GetChallengeParameterFromResponse(message.Response, "Bearer", "authorization_uri");
Shared\StorageRequestValidationPipelinePolicy.cs (2)
36message.Response.Headers.TryGetValues(Constants.HeaderNames.ClientRequestId, out var echo) && 39throw Errors.ClientRequestIdMismatch(_clientDiagnostics, message.Response, echo.First(), original);
Shared\StorageResponseClassifier.cs (4)
27message.Response.Status == Constants.HttpStatusCode.NotFound) 33if (message.Response.Status >= 400 && 34message.Response.Headers.TryGetValue(Constants.HeaderNames.ErrorCode, out var error)) 50switch (message.Response.Status)
Azure.Storage.Files.Shares.Samples.Tests (7)
Shared\FaultyDownloadPipelinePolicy.cs (5)
49if (message.Response != null) 54if (message.Response.ContentStream != null) 58await message.Response.ContentStream.CopyToAsync(intermediate).ConfigureAwait(false); 62message.Response.ContentStream.CopyTo(intermediate); 69message.Response.ContentStream = new FaultyStream(
Shared\TestResponseClassifier.cs (2)
24if (message.Response.Status >= 400 && 25message.Response.Headers.TryGetValue("x-ms-error-code", out var error))
Azure.Storage.Files.Shares.Tests (7)
Shared\FaultyDownloadPipelinePolicy.cs (5)
49if (message.Response != null) 54if (message.Response.ContentStream != null) 58await message.Response.ContentStream.CopyToAsync(intermediate).ConfigureAwait(false); 62message.Response.ContentStream.CopyTo(intermediate); 69message.Response.ContentStream = new FaultyStream(
Shared\TestResponseClassifier.cs (2)
24if (message.Response.Status >= 400 && 25message.Response.Headers.TryGetValue("x-ms-error-code", out var error))
Azure.Storage.Queues (162)
Generated\MessageIdRestClient.cs (16)
96var headers = new MessageIdUpdateHeaders(message.Response); 97switch (message.Response.Status) 100return ResponseWithHeaders.FromValue(headers, message.Response); 102throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 127var headers = new MessageIdUpdateHeaders(message.Response); 128switch (message.Response.Status) 131return ResponseWithHeaders.FromValue(headers, message.Response); 133throw _clientDiagnostics.CreateRequestFailedException(message.Response); 176var headers = new MessageIdDeleteHeaders(message.Response); 177switch (message.Response.Status) 180return ResponseWithHeaders.FromValue(headers, message.Response); 182throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 205var headers = new MessageIdDeleteHeaders(message.Response); 206switch (message.Response.Status) 209return ResponseWithHeaders.FromValue(headers, message.Response); 211throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Generated\MessagesRestClient.cs (38)
84var headers = new MessagesDequeueHeaders(message.Response); 85switch (message.Response.Status) 90var document = XDocument.Load(message.Response.ContentStream, LoadOptions.PreserveWhitespace); 100return ResponseWithHeaders.FromValue(value, headers, message.Response); 103throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 116var headers = new MessagesDequeueHeaders(message.Response); 117switch (message.Response.Status) 122var document = XDocument.Load(message.Response.ContentStream, LoadOptions.PreserveWhitespace); 132return ResponseWithHeaders.FromValue(value, headers, message.Response); 135throw _clientDiagnostics.CreateRequestFailedException(message.Response); 164var headers = new MessagesClearHeaders(message.Response); 165switch (message.Response.Status) 168return ResponseWithHeaders.FromValue(headers, message.Response); 170throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 181var headers = new MessagesClearHeaders(message.Response); 182switch (message.Response.Status) 185return ResponseWithHeaders.FromValue(headers, message.Response); 187throw _clientDiagnostics.CreateRequestFailedException(message.Response); 237var headers = new MessagesEnqueueHeaders(message.Response); 238switch (message.Response.Status) 243var document = XDocument.Load(message.Response.ContentStream, LoadOptions.PreserveWhitespace); 253return ResponseWithHeaders.FromValue(value, headers, message.Response); 256throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 276var headers = new MessagesEnqueueHeaders(message.Response); 277switch (message.Response.Status) 282var document = XDocument.Load(message.Response.ContentStream, LoadOptions.PreserveWhitespace); 292return ResponseWithHeaders.FromValue(value, headers, message.Response); 295throw _clientDiagnostics.CreateRequestFailedException(message.Response); 330var headers = new MessagesPeekHeaders(message.Response); 331switch (message.Response.Status) 336var document = XDocument.Load(message.Response.ContentStream, LoadOptions.PreserveWhitespace); 346return ResponseWithHeaders.FromValue(value, headers, message.Response); 349throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 361var headers = new MessagesPeekHeaders(message.Response); 362switch (message.Response.Status) 367var document = XDocument.Load(message.Response.ContentStream, LoadOptions.PreserveWhitespace); 377return ResponseWithHeaders.FromValue(value, headers, message.Response); 380throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Generated\QueueRestClient.cs (50)
78var headers = new QueueCreateHeaders(message.Response); 79switch (message.Response.Status) 83return ResponseWithHeaders.FromValue(headers, message.Response); 85throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 97var headers = new QueueCreateHeaders(message.Response); 98switch (message.Response.Status) 102return ResponseWithHeaders.FromValue(headers, message.Response); 104throw _clientDiagnostics.CreateRequestFailedException(message.Response); 132var headers = new QueueDeleteHeaders(message.Response); 133switch (message.Response.Status) 136return ResponseWithHeaders.FromValue(headers, message.Response); 138throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 149var headers = new QueueDeleteHeaders(message.Response); 150switch (message.Response.Status) 153return ResponseWithHeaders.FromValue(headers, message.Response); 155throw _clientDiagnostics.CreateRequestFailedException(message.Response); 184var headers = new QueueGetPropertiesHeaders(message.Response); 185switch (message.Response.Status) 188return ResponseWithHeaders.FromValue(headers, message.Response); 190throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 201var headers = new QueueGetPropertiesHeaders(message.Response); 202switch (message.Response.Status) 205return ResponseWithHeaders.FromValue(headers, message.Response); 207throw _clientDiagnostics.CreateRequestFailedException(message.Response); 241var headers = new QueueSetMetadataHeaders(message.Response); 242switch (message.Response.Status) 245return ResponseWithHeaders.FromValue(headers, message.Response); 247throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 259var headers = new QueueSetMetadataHeaders(message.Response); 260switch (message.Response.Status) 263return ResponseWithHeaders.FromValue(headers, message.Response); 265throw _clientDiagnostics.CreateRequestFailedException(message.Response); 294var headers = new QueueGetAccessPolicyHeaders(message.Response); 295switch (message.Response.Status) 300var document = XDocument.Load(message.Response.ContentStream, LoadOptions.PreserveWhitespace); 310return ResponseWithHeaders.FromValue(value, headers, message.Response); 313throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 324var headers = new QueueGetAccessPolicyHeaders(message.Response); 325switch (message.Response.Status) 330var document = XDocument.Load(message.Response.ContentStream, LoadOptions.PreserveWhitespace); 340return ResponseWithHeaders.FromValue(value, headers, message.Response); 343throw _clientDiagnostics.CreateRequestFailedException(message.Response); 385var headers = new QueueSetAccessPolicyHeaders(message.Response); 386switch (message.Response.Status) 389return ResponseWithHeaders.FromValue(headers, message.Response); 391throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 403var headers = new QueueSetAccessPolicyHeaders(message.Response); 404switch (message.Response.Status) 407return ResponseWithHeaders.FromValue(headers, message.Response); 409throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Generated\ServiceRestClient.cs (48)
87var headers = new ServiceSetPropertiesHeaders(message.Response); 88switch (message.Response.Status) 91return ResponseWithHeaders.FromValue(headers, message.Response); 93throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 111var headers = new ServiceSetPropertiesHeaders(message.Response); 112switch (message.Response.Status) 115return ResponseWithHeaders.FromValue(headers, message.Response); 117throw _clientDiagnostics.CreateRequestFailedException(message.Response); 148var headers = new ServiceGetPropertiesHeaders(message.Response); 149switch (message.Response.Status) 154var document = XDocument.Load(message.Response.ContentStream, LoadOptions.PreserveWhitespace); 159return ResponseWithHeaders.FromValue(value, headers, message.Response); 162throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 173var headers = new ServiceGetPropertiesHeaders(message.Response); 174switch (message.Response.Status) 179var document = XDocument.Load(message.Response.ContentStream, LoadOptions.PreserveWhitespace); 184return ResponseWithHeaders.FromValue(value, headers, message.Response); 187throw _clientDiagnostics.CreateRequestFailedException(message.Response); 218var headers = new ServiceGetStatisticsHeaders(message.Response); 219switch (message.Response.Status) 224var document = XDocument.Load(message.Response.ContentStream, LoadOptions.PreserveWhitespace); 229return ResponseWithHeaders.FromValue(value, headers, message.Response); 232throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 243var headers = new ServiceGetStatisticsHeaders(message.Response); 244switch (message.Response.Status) 249var document = XDocument.Load(message.Response.ContentStream, LoadOptions.PreserveWhitespace); 254return ResponseWithHeaders.FromValue(value, headers, message.Response); 257throw _clientDiagnostics.CreateRequestFailedException(message.Response); 307var headers = new ServiceListQueuesSegmentHeaders(message.Response); 308switch (message.Response.Status) 313var document = XDocument.Load(message.Response.ContentStream, LoadOptions.PreserveWhitespace); 318return ResponseWithHeaders.FromValue(value, headers, message.Response); 321throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 336var headers = new ServiceListQueuesSegmentHeaders(message.Response); 337switch (message.Response.Status) 342var document = XDocument.Load(message.Response.ContentStream, LoadOptions.PreserveWhitespace); 347return ResponseWithHeaders.FromValue(value, headers, message.Response); 350throw _clientDiagnostics.CreateRequestFailedException(message.Response); 386var headers = new ServiceListQueuesSegmentHeaders(message.Response); 387switch (message.Response.Status) 392var document = XDocument.Load(message.Response.ContentStream, LoadOptions.PreserveWhitespace); 397return ResponseWithHeaders.FromValue(value, headers, message.Response); 400throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 422var headers = new ServiceListQueuesSegmentHeaders(message.Response); 423switch (message.Response.Status) 428var document = XDocument.Load(message.Response.ContentStream, LoadOptions.PreserveWhitespace); 433return ResponseWithHeaders.FromValue(value, headers, message.Response); 436throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Shared\AutoRest\OperationInternals.cs (2)
184return message.Response; 206return message.Response;
Shared\GeoRedundantReadPolicy.cs (1)
67&& message.Response.Status == Constants.HttpStatusCode.NotFound
Shared\StorageBearerTokenChallengeAuthorizationPolicy.cs (1)
79var authUri = AuthorizationChallengeParser.GetChallengeParameterFromResponse(message.Response, "Bearer", "authorization_uri");
Shared\StorageRequestValidationPipelinePolicy.cs (2)
36message.Response.Headers.TryGetValues(Constants.HeaderNames.ClientRequestId, out var echo) && 39throw Errors.ClientRequestIdMismatch(_clientDiagnostics, message.Response, echo.First(), original);
Shared\StorageResponseClassifier.cs (4)
27message.Response.Status == Constants.HttpStatusCode.NotFound) 33if (message.Response.Status >= 400 && 34message.Response.Headers.TryGetValue(Constants.HeaderNames.ErrorCode, out var error)) 50switch (message.Response.Status)
Azure.Storage.Queues.Samples.Tests (7)
Shared\FaultyDownloadPipelinePolicy.cs (5)
49if (message.Response != null) 54if (message.Response.ContentStream != null) 58await message.Response.ContentStream.CopyToAsync(intermediate).ConfigureAwait(false); 62message.Response.ContentStream.CopyTo(intermediate); 69message.Response.ContentStream = new FaultyStream(
Shared\TestResponseClassifier.cs (2)
24if (message.Response.Status >= 400 && 25message.Response.Headers.TryGetValue("x-ms-error-code", out var error))
Azure.Storage.Queues.Tests (7)
Shared\FaultyDownloadPipelinePolicy.cs (5)
49if (message.Response != null) 54if (message.Response.ContentStream != null) 58await message.Response.ContentStream.CopyToAsync(intermediate).ConfigureAwait(false); 62message.Response.ContentStream.CopyTo(intermediate); 69message.Response.ContentStream = new FaultyStream(
Shared\TestResponseClassifier.cs (2)
24if (message.Response.Status >= 400 && 25message.Response.Headers.TryGetValue("x-ms-error-code", out var error))
Azure.Template (10)
Generated\TemplateRestClient.cs (8)
77switch (message.Response.Status) 82using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); 84return Response.FromValue(value, message.Response); 87throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 104switch (message.Response.Status) 109using var document = JsonDocument.Parse(message.Response.ContentStream); 111return Response.FromValue(value, message.Response); 114throw _clientDiagnostics.CreateRequestFailedException(message.Response);
Shared\AutoRest\OperationInternals.cs (2)
184return message.Response; 206return message.Response;
Azure.Verticals.AgriFood.Farming (770)
Generated\ApplicationDataClient.cs (40)
110switch (message.Response.Status) 113return message.Response; 115throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 120return message.Response; 183switch (message.Response.Status) 186return message.Response; 188throw _clientDiagnostics.CreateRequestFailedException(message.Response); 193return message.Response; 407switch (message.Response.Status) 410return message.Response; 412throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 417return message.Response; 479switch (message.Response.Status) 482return message.Response; 484throw _clientDiagnostics.CreateRequestFailedException(message.Response); 489return message.Response; 669switch (message.Response.Status) 672return message.Response; 674throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 679return message.Response; 710switch (message.Response.Status) 713return message.Response; 715throw _clientDiagnostics.CreateRequestFailedException(message.Response); 720return message.Response; 970switch (message.Response.Status) 974return message.Response; 976throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 981return message.Response; 1210switch (message.Response.Status) 1214return message.Response; 1216throw _clientDiagnostics.CreateRequestFailedException(message.Response); 1221return message.Response; 1276switch (message.Response.Status) 1279return message.Response; 1281throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 1286return message.Response; 1317switch (message.Response.Status) 1320return message.Response; 1322throw _clientDiagnostics.CreateRequestFailedException(message.Response); 1327return message.Response;
Generated\AttachmentsClient.cs (40)
97switch (message.Response.Status) 100return message.Response; 102throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 107return message.Response; 157switch (message.Response.Status) 160return message.Response; 162throw _clientDiagnostics.CreateRequestFailedException(message.Response); 167return message.Response; 285switch (message.Response.Status) 288return message.Response; 290throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 295return message.Response; 326switch (message.Response.Status) 329return message.Response; 331throw _clientDiagnostics.CreateRequestFailedException(message.Response); 336return message.Response; 389switch (message.Response.Status) 393return message.Response; 395throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 400return message.Response; 432switch (message.Response.Status) 436return message.Response; 438throw _clientDiagnostics.CreateRequestFailedException(message.Response); 443return message.Response; 498switch (message.Response.Status) 501return message.Response; 503throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 508return message.Response; 539switch (message.Response.Status) 542return message.Response; 544throw _clientDiagnostics.CreateRequestFailedException(message.Response); 549return message.Response; 601switch (message.Response.Status) 604return message.Response; 606throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 611return message.Response; 642switch (message.Response.Status) 645return message.Response; 647throw _clientDiagnostics.CreateRequestFailedException(message.Response); 652return message.Response;
Generated\BoundariesClient.cs (80)
100switch (message.Response.Status) 103return message.Response; 105throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 110return message.Response; 163switch (message.Response.Status) 166return message.Response; 168throw _clientDiagnostics.CreateRequestFailedException(message.Response); 173return message.Response; 436switch (message.Response.Status) 439return message.Response; 441throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 446return message.Response; 607switch (message.Response.Status) 610return message.Response; 612throw _clientDiagnostics.CreateRequestFailedException(message.Response); 617return message.Response; 691switch (message.Response.Status) 694return message.Response; 696throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 701return message.Response; 753switch (message.Response.Status) 756return message.Response; 758throw _clientDiagnostics.CreateRequestFailedException(message.Response); 763return message.Response; 1022switch (message.Response.Status) 1025return message.Response; 1027throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 1032return message.Response; 1192switch (message.Response.Status) 1195return message.Response; 1197throw _clientDiagnostics.CreateRequestFailedException(message.Response); 1202return message.Response; 1251switch (message.Response.Status) 1254return message.Response; 1256throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 1261return message.Response; 1291switch (message.Response.Status) 1294return message.Response; 1296throw _clientDiagnostics.CreateRequestFailedException(message.Response); 1301return message.Response; 1351switch (message.Response.Status) 1354return new LowLevelBinaryDataOperation(_clientDiagnostics, Pipeline, message.Request, message.Response, OperationFinalStateVia.Location, "BoundariesClient.CreateCascadeDeleteJob"); 1356throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 1361return new LowLevelBinaryDataOperation(_clientDiagnostics, Pipeline, message.Request, message.Response, OperationFinalStateVia.Location, "BoundariesClient.CreateCascadeDeleteJob"); 1393switch (message.Response.Status) 1396return new LowLevelBinaryDataOperation(_clientDiagnostics, Pipeline, message.Request, message.Response, OperationFinalStateVia.Location, "BoundariesClient.CreateCascadeDeleteJob"); 1398throw _clientDiagnostics.CreateRequestFailedException(message.Response); 1403return new LowLevelBinaryDataOperation(_clientDiagnostics, Pipeline, message.Request, message.Response, OperationFinalStateVia.Location, "BoundariesClient.CreateCascadeDeleteJob"); 1456switch (message.Response.Status) 1459return message.Response; 1461throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 1466return message.Response; 1497switch (message.Response.Status) 1500return message.Response; 1502throw _clientDiagnostics.CreateRequestFailedException(message.Response); 1507return message.Response; 1678switch (message.Response.Status) 1682return message.Response; 1684throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 1689return message.Response; 1839switch (message.Response.Status) 1843return message.Response; 1845throw _clientDiagnostics.CreateRequestFailedException(message.Response); 1850return message.Response; 1905switch (message.Response.Status) 1908return message.Response; 1910throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 1915return message.Response; 1946switch (message.Response.Status) 1949return message.Response; 1951throw _clientDiagnostics.CreateRequestFailedException(message.Response); 1956return message.Response; 2010switch (message.Response.Status) 2013return message.Response; 2015throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 2020return message.Response; 2053switch (message.Response.Status) 2056return message.Response; 2058throw _clientDiagnostics.CreateRequestFailedException(message.Response); 2063return message.Response;
Generated\CropsClient.cs (32)
95switch (message.Response.Status) 98return message.Response; 100throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 105return message.Response; 153switch (message.Response.Status) 156return message.Response; 158throw _clientDiagnostics.CreateRequestFailedException(message.Response); 163return message.Response; 272switch (message.Response.Status) 275return message.Response; 277throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 282return message.Response; 312switch (message.Response.Status) 315return message.Response; 317throw _clientDiagnostics.CreateRequestFailedException(message.Response); 322return message.Response; 444switch (message.Response.Status) 448return message.Response; 450throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 455return message.Response; 559switch (message.Response.Status) 563return message.Response; 565throw _clientDiagnostics.CreateRequestFailedException(message.Response); 570return message.Response; 621switch (message.Response.Status) 624return message.Response; 626throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 631return message.Response; 661switch (message.Response.Status) 664return message.Response; 666throw _clientDiagnostics.CreateRequestFailedException(message.Response); 671return message.Response;
Generated\CropVarietiesClient.cs (40)
98switch (message.Response.Status) 101return message.Response; 103throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 108return message.Response; 159switch (message.Response.Status) 162return message.Response; 164throw _clientDiagnostics.CreateRequestFailedException(message.Response); 169return message.Response; 311switch (message.Response.Status) 314return message.Response; 316throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 321return message.Response; 371switch (message.Response.Status) 374return message.Response; 376throw _clientDiagnostics.CreateRequestFailedException(message.Response); 381return message.Response; 501switch (message.Response.Status) 504return message.Response; 506throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 511return message.Response; 542switch (message.Response.Status) 545return message.Response; 547throw _clientDiagnostics.CreateRequestFailedException(message.Response); 552return message.Response; 690switch (message.Response.Status) 694return message.Response; 696throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 701return message.Response; 818switch (message.Response.Status) 822return message.Response; 824throw _clientDiagnostics.CreateRequestFailedException(message.Response); 829return message.Response; 884switch (message.Response.Status) 887return message.Response; 889throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 894return message.Response; 925switch (message.Response.Status) 928return message.Response; 930throw _clientDiagnostics.CreateRequestFailedException(message.Response); 935return message.Response;
Generated\FarmClient.cs (16)
190switch (message.Response.Status) 193return new LowLevelBinaryDataOperation(_clientDiagnostics, Pipeline, message.Request, message.Response, OperationFinalStateVia.Location, "FarmClient.CreateDataIngestionJob"); 195throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 200return new LowLevelBinaryDataOperation(_clientDiagnostics, Pipeline, message.Request, message.Response, OperationFinalStateVia.Location, "FarmClient.CreateDataIngestionJob"); 344switch (message.Response.Status) 347return new LowLevelBinaryDataOperation(_clientDiagnostics, Pipeline, message.Request, message.Response, OperationFinalStateVia.Location, "FarmClient.CreateDataIngestionJob"); 349throw _clientDiagnostics.CreateRequestFailedException(message.Response); 354return new LowLevelBinaryDataOperation(_clientDiagnostics, Pipeline, message.Request, message.Response, OperationFinalStateVia.Location, "FarmClient.CreateDataIngestionJob"); 405switch (message.Response.Status) 408return message.Response; 410throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 415return message.Response; 445switch (message.Response.Status) 448return message.Response; 450throw _clientDiagnostics.CreateRequestFailedException(message.Response); 455return message.Response;
Generated\FarmersClient.cs (48)
94switch (message.Response.Status) 97return message.Response; 99throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 104return message.Response; 151switch (message.Response.Status) 154return message.Response; 156throw _clientDiagnostics.CreateRequestFailedException(message.Response); 161return message.Response; 265switch (message.Response.Status) 268return message.Response; 270throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 275return message.Response; 305switch (message.Response.Status) 308return message.Response; 310throw _clientDiagnostics.CreateRequestFailedException(message.Response); 315return message.Response; 431switch (message.Response.Status) 435return message.Response; 437throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 442return message.Response; 540switch (message.Response.Status) 544return message.Response; 546throw _clientDiagnostics.CreateRequestFailedException(message.Response); 551return message.Response; 602switch (message.Response.Status) 605return message.Response; 607throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 612return message.Response; 642switch (message.Response.Status) 645return message.Response; 647throw _clientDiagnostics.CreateRequestFailedException(message.Response); 652return message.Response; 700switch (message.Response.Status) 703return message.Response; 705throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 710return message.Response; 740switch (message.Response.Status) 743return message.Response; 745throw _clientDiagnostics.CreateRequestFailedException(message.Response); 750return message.Response; 799switch (message.Response.Status) 802return new LowLevelBinaryDataOperation(_clientDiagnostics, Pipeline, message.Request, message.Response, OperationFinalStateVia.Location, "FarmersClient.CreateCascadeDeleteJob"); 804throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 809return new LowLevelBinaryDataOperation(_clientDiagnostics, Pipeline, message.Request, message.Response, OperationFinalStateVia.Location, "FarmersClient.CreateCascadeDeleteJob"); 840switch (message.Response.Status) 843return new LowLevelBinaryDataOperation(_clientDiagnostics, Pipeline, message.Request, message.Response, OperationFinalStateVia.Location, "FarmersClient.CreateCascadeDeleteJob"); 845throw _clientDiagnostics.CreateRequestFailedException(message.Response); 850return new LowLevelBinaryDataOperation(_clientDiagnostics, Pipeline, message.Request, message.Response, OperationFinalStateVia.Location, "FarmersClient.CreateCascadeDeleteJob");
Generated\FarmsClient.cs (56)
95switch (message.Response.Status) 98return message.Response; 100throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 105return message.Response; 153switch (message.Response.Status) 156return message.Response; 158throw _clientDiagnostics.CreateRequestFailedException(message.Response); 163return message.Response; 287switch (message.Response.Status) 290return message.Response; 292throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 297return message.Response; 344switch (message.Response.Status) 347return message.Response; 349throw _clientDiagnostics.CreateRequestFailedException(message.Response); 354return message.Response; 459switch (message.Response.Status) 462return message.Response; 464throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 469return message.Response; 500switch (message.Response.Status) 503return message.Response; 505throw _clientDiagnostics.CreateRequestFailedException(message.Response); 510return message.Response; 636switch (message.Response.Status) 640return message.Response; 642throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 647return message.Response; 752switch (message.Response.Status) 756return message.Response; 758throw _clientDiagnostics.CreateRequestFailedException(message.Response); 763return message.Response; 818switch (message.Response.Status) 821return message.Response; 823throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 828return message.Response; 859switch (message.Response.Status) 862return message.Response; 864throw _clientDiagnostics.CreateRequestFailedException(message.Response); 869return message.Response; 920switch (message.Response.Status) 923return message.Response; 925throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 930return message.Response; 960switch (message.Response.Status) 963return message.Response; 965throw _clientDiagnostics.CreateRequestFailedException(message.Response); 970return message.Response; 1020switch (message.Response.Status) 1023return new LowLevelBinaryDataOperation(_clientDiagnostics, Pipeline, message.Request, message.Response, OperationFinalStateVia.Location, "FarmsClient.CreateCascadeDeleteJob"); 1025throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 1030return new LowLevelBinaryDataOperation(_clientDiagnostics, Pipeline, message.Request, message.Response, OperationFinalStateVia.Location, "FarmsClient.CreateCascadeDeleteJob"); 1062switch (message.Response.Status) 1065return new LowLevelBinaryDataOperation(_clientDiagnostics, Pipeline, message.Request, message.Response, OperationFinalStateVia.Location, "FarmsClient.CreateCascadeDeleteJob"); 1067throw _clientDiagnostics.CreateRequestFailedException(message.Response); 1072return new LowLevelBinaryDataOperation(_clientDiagnostics, Pipeline, message.Request, message.Response, OperationFinalStateVia.Location, "FarmsClient.CreateCascadeDeleteJob");
Generated\FieldsClient.cs (56)
96switch (message.Response.Status) 99return message.Response; 101throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 106return message.Response; 155switch (message.Response.Status) 158return message.Response; 160throw _clientDiagnostics.CreateRequestFailedException(message.Response); 165return message.Response; 295switch (message.Response.Status) 298return message.Response; 300throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 305return message.Response; 353switch (message.Response.Status) 356return message.Response; 358throw _clientDiagnostics.CreateRequestFailedException(message.Response); 363return message.Response; 473switch (message.Response.Status) 476return message.Response; 478throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 483return message.Response; 514switch (message.Response.Status) 517return message.Response; 519throw _clientDiagnostics.CreateRequestFailedException(message.Response); 524return message.Response; 668switch (message.Response.Status) 672return message.Response; 674throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 679return message.Response; 802switch (message.Response.Status) 806return message.Response; 808throw _clientDiagnostics.CreateRequestFailedException(message.Response); 813return message.Response; 868switch (message.Response.Status) 871return message.Response; 873throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 878return message.Response; 909switch (message.Response.Status) 912return message.Response; 914throw _clientDiagnostics.CreateRequestFailedException(message.Response); 919return message.Response; 970switch (message.Response.Status) 973return message.Response; 975throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 980return message.Response; 1010switch (message.Response.Status) 1013return message.Response; 1015throw _clientDiagnostics.CreateRequestFailedException(message.Response); 1020return message.Response; 1070switch (message.Response.Status) 1073return new LowLevelBinaryDataOperation(_clientDiagnostics, Pipeline, message.Request, message.Response, OperationFinalStateVia.Location, "FieldsClient.CreateCascadeDeleteJob"); 1075throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 1080return new LowLevelBinaryDataOperation(_clientDiagnostics, Pipeline, message.Request, message.Response, OperationFinalStateVia.Location, "FieldsClient.CreateCascadeDeleteJob"); 1112switch (message.Response.Status) 1115return new LowLevelBinaryDataOperation(_clientDiagnostics, Pipeline, message.Request, message.Response, OperationFinalStateVia.Location, "FieldsClient.CreateCascadeDeleteJob"); 1117throw _clientDiagnostics.CreateRequestFailedException(message.Response); 1122return new LowLevelBinaryDataOperation(_clientDiagnostics, Pipeline, message.Request, message.Response, OperationFinalStateVia.Location, "FieldsClient.CreateCascadeDeleteJob");
Generated\HarvestDataClient.cs (40)
118switch (message.Response.Status) 121return message.Response; 123throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 128return message.Response; 199switch (message.Response.Status) 202return message.Response; 204throw _clientDiagnostics.CreateRequestFailedException(message.Response); 209return message.Response; 471switch (message.Response.Status) 474return message.Response; 476throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 481return message.Response; 551switch (message.Response.Status) 554return message.Response; 556throw _clientDiagnostics.CreateRequestFailedException(message.Response); 561return message.Response; 781switch (message.Response.Status) 784return message.Response; 786throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 791return message.Response; 822switch (message.Response.Status) 825return message.Response; 827throw _clientDiagnostics.CreateRequestFailedException(message.Response); 832return message.Response; 1124switch (message.Response.Status) 1128return message.Response; 1130throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 1135return message.Response; 1406switch (message.Response.Status) 1410return message.Response; 1412throw _clientDiagnostics.CreateRequestFailedException(message.Response); 1417return message.Response; 1472switch (message.Response.Status) 1475return message.Response; 1477throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 1482return message.Response; 1513switch (message.Response.Status) 1516return message.Response; 1518throw _clientDiagnostics.CreateRequestFailedException(message.Response); 1523return message.Response;
Generated\ImageProcessingClient.cs (16)
184switch (message.Response.Status) 187return new LowLevelBinaryDataOperation(_clientDiagnostics, Pipeline, message.Request, message.Response, OperationFinalStateVia.Location, "ImageProcessingClient.CreateRasterizeJob"); 189throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 194return new LowLevelBinaryDataOperation(_clientDiagnostics, Pipeline, message.Request, message.Response, OperationFinalStateVia.Location, "ImageProcessingClient.CreateRasterizeJob"); 332switch (message.Response.Status) 335return new LowLevelBinaryDataOperation(_clientDiagnostics, Pipeline, message.Request, message.Response, OperationFinalStateVia.Location, "ImageProcessingClient.CreateRasterizeJob"); 337throw _clientDiagnostics.CreateRequestFailedException(message.Response); 342return new LowLevelBinaryDataOperation(_clientDiagnostics, Pipeline, message.Request, message.Response, OperationFinalStateVia.Location, "ImageProcessingClient.CreateRasterizeJob"); 393switch (message.Response.Status) 396return message.Response; 398throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 403return message.Response; 433switch (message.Response.Status) 436return message.Response; 438throw _clientDiagnostics.CreateRequestFailedException(message.Response); 443return message.Response;
Generated\OAuthProvidersClient.cs (32)
94switch (message.Response.Status) 97return message.Response; 99throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 104return message.Response; 151switch (message.Response.Status) 154return message.Response; 156throw _clientDiagnostics.CreateRequestFailedException(message.Response); 161return message.Response; 265switch (message.Response.Status) 268return message.Response; 270throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 275return message.Response; 305switch (message.Response.Status) 308return message.Response; 310throw _clientDiagnostics.CreateRequestFailedException(message.Response); 315return message.Response; 461switch (message.Response.Status) 465return message.Response; 467throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 472return message.Response; 600switch (message.Response.Status) 604return message.Response; 606throw _clientDiagnostics.CreateRequestFailedException(message.Response); 611return message.Response; 662switch (message.Response.Status) 665return message.Response; 667throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 672return message.Response; 702switch (message.Response.Status) 705return message.Response; 707throw _clientDiagnostics.CreateRequestFailedException(message.Response); 712return message.Response;
Generated\OAuthTokensClient.cs (32)
89switch (message.Response.Status) 92return message.Response; 94throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 99return message.Response; 141switch (message.Response.Status) 144return message.Response; 146throw _clientDiagnostics.CreateRequestFailedException(message.Response); 151return message.Response; 281switch (message.Response.Status) 284return message.Response; 286throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 291return message.Response; 356switch (message.Response.Status) 359return message.Response; 361throw _clientDiagnostics.CreateRequestFailedException(message.Response); 366return message.Response; 415switch (message.Response.Status) 418return message.Response; 420throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 425return message.Response; 455switch (message.Response.Status) 458return message.Response; 460throw _clientDiagnostics.CreateRequestFailedException(message.Response); 465return message.Response; 515switch (message.Response.Status) 518return new LowLevelBinaryDataOperation(_clientDiagnostics, Pipeline, message.Request, message.Response, OperationFinalStateVia.Location, "OAuthTokensClient.CreateCascadeDeleteJob"); 520throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 525return new LowLevelBinaryDataOperation(_clientDiagnostics, Pipeline, message.Request, message.Response, OperationFinalStateVia.Location, "OAuthTokensClient.CreateCascadeDeleteJob"); 557switch (message.Response.Status) 560return new LowLevelBinaryDataOperation(_clientDiagnostics, Pipeline, message.Request, message.Response, OperationFinalStateVia.Location, "OAuthTokensClient.CreateCascadeDeleteJob"); 562throw _clientDiagnostics.CreateRequestFailedException(message.Response); 567return new LowLevelBinaryDataOperation(_clientDiagnostics, Pipeline, message.Request, message.Response, OperationFinalStateVia.Location, "OAuthTokensClient.CreateCascadeDeleteJob");
Generated\PlantingDataClient.cs (40)
112switch (message.Response.Status) 115return message.Response; 117throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 122return message.Response; 187switch (message.Response.Status) 190return message.Response; 192throw _clientDiagnostics.CreateRequestFailedException(message.Response); 197return message.Response; 423switch (message.Response.Status) 426return message.Response; 428throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 433return message.Response; 497switch (message.Response.Status) 500return message.Response; 502throw _clientDiagnostics.CreateRequestFailedException(message.Response); 507return message.Response; 697switch (message.Response.Status) 700return message.Response; 702throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 707return message.Response; 738switch (message.Response.Status) 741return message.Response; 743throw _clientDiagnostics.CreateRequestFailedException(message.Response); 748return message.Response; 1004switch (message.Response.Status) 1008return message.Response; 1010throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 1015return message.Response; 1250switch (message.Response.Status) 1254return message.Response; 1256throw _clientDiagnostics.CreateRequestFailedException(message.Response); 1261return message.Response; 1316switch (message.Response.Status) 1319return message.Response; 1321throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 1326return message.Response; 1357switch (message.Response.Status) 1360return message.Response; 1362throw _clientDiagnostics.CreateRequestFailedException(message.Response); 1367return message.Response;
Generated\ScenesClient.cs (32)
93switch (message.Response.Status) 96return message.Response; 98throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 103return message.Response; 149switch (message.Response.Status) 152return message.Response; 154throw _clientDiagnostics.CreateRequestFailedException(message.Response); 159return message.Response; 424switch (message.Response.Status) 427return new LowLevelBinaryDataOperation(_clientDiagnostics, Pipeline, message.Request, message.Response, OperationFinalStateVia.Location, "ScenesClient.CreateSatelliteDataIngestionJob"); 429throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 434return new LowLevelBinaryDataOperation(_clientDiagnostics, Pipeline, message.Request, message.Response, OperationFinalStateVia.Location, "ScenesClient.CreateSatelliteDataIngestionJob"); 623switch (message.Response.Status) 626return new LowLevelBinaryDataOperation(_clientDiagnostics, Pipeline, message.Request, message.Response, OperationFinalStateVia.Location, "ScenesClient.CreateSatelliteDataIngestionJob"); 628throw _clientDiagnostics.CreateRequestFailedException(message.Response); 633return new LowLevelBinaryDataOperation(_clientDiagnostics, Pipeline, message.Request, message.Response, OperationFinalStateVia.Location, "ScenesClient.CreateSatelliteDataIngestionJob"); 684switch (message.Response.Status) 687return message.Response; 689throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 694return message.Response; 724switch (message.Response.Status) 727return message.Response; 729throw _clientDiagnostics.CreateRequestFailedException(message.Response); 734return message.Response; 782switch (message.Response.Status) 785return message.Response; 787throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 792return message.Response; 822switch (message.Response.Status) 825return message.Response; 827throw _clientDiagnostics.CreateRequestFailedException(message.Response); 832return message.Response;
Generated\SeasonalFieldsClient.cs (56)
108switch (message.Response.Status) 111return message.Response; 113throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 118return message.Response; 179switch (message.Response.Status) 182return message.Response; 184throw _clientDiagnostics.CreateRequestFailedException(message.Response); 189return message.Response; 391switch (message.Response.Status) 394return message.Response; 396throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 401return message.Response; 461switch (message.Response.Status) 464return message.Response; 466throw _clientDiagnostics.CreateRequestFailedException(message.Response); 471return message.Response; 641switch (message.Response.Status) 644return message.Response; 646throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 651return message.Response; 682switch (message.Response.Status) 685return message.Response; 687throw _clientDiagnostics.CreateRequestFailedException(message.Response); 692return message.Response; 890switch (message.Response.Status) 894return message.Response; 896throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 901return message.Response; 1078switch (message.Response.Status) 1082return message.Response; 1084throw _clientDiagnostics.CreateRequestFailedException(message.Response); 1089return message.Response; 1144switch (message.Response.Status) 1147return message.Response; 1149throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 1154return message.Response; 1185switch (message.Response.Status) 1188return message.Response; 1190throw _clientDiagnostics.CreateRequestFailedException(message.Response); 1195return message.Response; 1246switch (message.Response.Status) 1249return message.Response; 1251throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 1256return message.Response; 1286switch (message.Response.Status) 1289return message.Response; 1291throw _clientDiagnostics.CreateRequestFailedException(message.Response); 1296return message.Response; 1346switch (message.Response.Status) 1349return new LowLevelBinaryDataOperation(_clientDiagnostics, Pipeline, message.Request, message.Response, OperationFinalStateVia.Location, "SeasonalFieldsClient.CreateCascadeDeleteJob"); 1351throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 1356return new LowLevelBinaryDataOperation(_clientDiagnostics, Pipeline, message.Request, message.Response, OperationFinalStateVia.Location, "SeasonalFieldsClient.CreateCascadeDeleteJob"); 1388switch (message.Response.Status) 1391return new LowLevelBinaryDataOperation(_clientDiagnostics, Pipeline, message.Request, message.Response, OperationFinalStateVia.Location, "SeasonalFieldsClient.CreateCascadeDeleteJob"); 1393throw _clientDiagnostics.CreateRequestFailedException(message.Response); 1398return new LowLevelBinaryDataOperation(_clientDiagnostics, Pipeline, message.Request, message.Response, OperationFinalStateVia.Location, "SeasonalFieldsClient.CreateCascadeDeleteJob");
Generated\SeasonsClient.cs (32)
99switch (message.Response.Status) 102return message.Response; 104throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 109return message.Response; 161switch (message.Response.Status) 164return message.Response; 166throw _clientDiagnostics.CreateRequestFailedException(message.Response); 171return message.Response; 300switch (message.Response.Status) 303return message.Response; 305throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 310return message.Response; 340switch (message.Response.Status) 343return message.Response; 345throw _clientDiagnostics.CreateRequestFailedException(message.Response); 350return message.Response; 484switch (message.Response.Status) 488return message.Response; 490throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 495return message.Response; 611switch (message.Response.Status) 615return message.Response; 617throw _clientDiagnostics.CreateRequestFailedException(message.Response); 622return message.Response; 673switch (message.Response.Status) 676return message.Response; 678throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 683return message.Response; 713switch (message.Response.Status) 716return message.Response; 718throw _clientDiagnostics.CreateRequestFailedException(message.Response); 723return message.Response;
Generated\TillageDataClient.cs (40)
110switch (message.Response.Status) 113return message.Response; 115throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 120return message.Response; 183switch (message.Response.Status) 186return message.Response; 188throw _clientDiagnostics.CreateRequestFailedException(message.Response); 193return message.Response; 407switch (message.Response.Status) 410return message.Response; 412throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 417return message.Response; 479switch (message.Response.Status) 482return message.Response; 484throw _clientDiagnostics.CreateRequestFailedException(message.Response); 489return message.Response; 669switch (message.Response.Status) 672return message.Response; 674throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 679return message.Response; 710switch (message.Response.Status) 713return message.Response; 715throw _clientDiagnostics.CreateRequestFailedException(message.Response); 720return message.Response; 931switch (message.Response.Status) 935return message.Response; 937throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 942return message.Response; 1132switch (message.Response.Status) 1136return message.Response; 1138throw _clientDiagnostics.CreateRequestFailedException(message.Response); 1143return message.Response; 1198switch (message.Response.Status) 1201return message.Response; 1203throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 1208return message.Response; 1239switch (message.Response.Status) 1242return message.Response; 1244throw _clientDiagnostics.CreateRequestFailedException(message.Response); 1249return message.Response;
Generated\WeatherClient.cs (40)
88switch (message.Response.Status) 91return message.Response; 93throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 98return message.Response; 140switch (message.Response.Status) 143return message.Response; 145throw _clientDiagnostics.CreateRequestFailedException(message.Response); 150return message.Response; 230switch (message.Response.Status) 233return message.Response; 235throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 240return message.Response; 270switch (message.Response.Status) 273return message.Response; 275throw _clientDiagnostics.CreateRequestFailedException(message.Response); 280return message.Response; 460switch (message.Response.Status) 463return new LowLevelBinaryDataOperation(_clientDiagnostics, Pipeline, message.Request, message.Response, OperationFinalStateVia.Location, "WeatherClient.CreateDataIngestionJob"); 465throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 470return new LowLevelBinaryDataOperation(_clientDiagnostics, Pipeline, message.Request, message.Response, OperationFinalStateVia.Location, "WeatherClient.CreateDataIngestionJob"); 632switch (message.Response.Status) 635return new LowLevelBinaryDataOperation(_clientDiagnostics, Pipeline, message.Request, message.Response, OperationFinalStateVia.Location, "WeatherClient.CreateDataIngestionJob"); 637throw _clientDiagnostics.CreateRequestFailedException(message.Response); 642return new LowLevelBinaryDataOperation(_clientDiagnostics, Pipeline, message.Request, message.Response, OperationFinalStateVia.Location, "WeatherClient.CreateDataIngestionJob"); 693switch (message.Response.Status) 696return message.Response; 698throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 703return message.Response; 733switch (message.Response.Status) 736return message.Response; 738throw _clientDiagnostics.CreateRequestFailedException(message.Response); 743return message.Response; 923switch (message.Response.Status) 926return new LowLevelBinaryDataOperation(_clientDiagnostics, Pipeline, message.Request, message.Response, OperationFinalStateVia.Location, "WeatherClient.CreateDataDeleteJob"); 928throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); 933return new LowLevelBinaryDataOperation(_clientDiagnostics, Pipeline, message.Request, message.Response, OperationFinalStateVia.Location, "WeatherClient.CreateDataDeleteJob"); 1095switch (message.Response.Status) 1098return new LowLevelBinaryDataOperation(_clientDiagnostics, Pipeline, message.Request, message.Response, OperationFinalStateVia.Location, "WeatherClient.CreateDataDeleteJob"); 1100throw _clientDiagnostics.CreateRequestFailedException(message.Response); 1105return new LowLevelBinaryDataOperation(_clientDiagnostics, Pipeline, message.Request, message.Response, OperationFinalStateVia.Location, "WeatherClient.CreateDataDeleteJob");
Shared\AutoRest\OperationInternals.cs (2)
184return message.Response; 206return message.Response;